New feature: Run to this line

Posted by Zhimin Zhan on October 14, 2009|Comments|Read full article

‘Running test up to specific line’ (or ‘breakpoint’ alike) is one of the most requested feature, it is now available in v1.6.4.

Right mouse click on a test statement in editor, then select ‘Run to this line’. TestWise will execute this test case just as ‘running an individual test case’ except the execution will be paused on the line. (If selected line is an assertion statement, TestWise will choose next available operation line, such as click_link, enter_text)

You can resume the test execution by clicking ‘Resume’ button.


New feature: Script Library

Posted by Zhimin Zhan on October 26, 2009|Comments|Read full article

‘Script Library’ (a collection of searchable test scripts) provides a convenient way to learn writing RWebSpec or Watir test scripts. To use it, click ‘View’ → ‘Script Library’ (or clicking the ‘Library’ tool on toolbar in v1.6.5)

The script library will be shown on the right (as below).

You can view all or browse by categories (RWebSpec, Watir and assertions), also can search by text description. Once an entry is selected, the test script is below, clicking ‘Insert’ button (or double clicking it in upcoming v1.6.5) will insert it into current editor (at the current caret).