What is CubicTest?CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable.CubicTest's test editor is centered around pages/states and transitions between these pages/states. The model is intuitive for both Ajax and traditional web applications and supports most user interaction types. CubicTest features an innovative test recorder and test runner based on Selenium RC which are fully integrated with the graphical test editor. Tests can also run standalone from Maven 2. Page/state concept
A unique page/state concept that lets you model your application as a graph of states.
Recorder
Record your tests directly from Firefox into the editor.
Runner
Run your tests instantly, using your favorite browser. No instrumenting of target application necessary. Page element identification
Identify page elements based on context and multiple identifiers for robust identification.
My tutorials :None
3rd party tutorials :Bekk Open source Software and downloads :Contains a great number of Custom Test Steps to add functionality that is currently missing in CubicTest but was for example available under the SeleniumIDE. It also contains extra commands that were never available but are very convenient.
General questions and answers :None
Common problems and solutions :None
Techniques and common solutions:How to store a value from the page in memory and use it somewhere else in the flow (Selenium: storeValue)? How to check for a value that appears in a field after an Ajax call has been made (Selenium: waitForValue)? How can i run the tests on a different version of Firefox then the one that is the default on my computer? Project site & reference documentation: |
