Posted by on April 02, 2009
|
Comments|Read full article
A busy March sees the following releases.
TestWise 1.2.3
TestWise 1.2.x introduced some very useful features, such as
- Test Suite
- Run selected test scripts
I will cover them in detail in coming blog posts.
And the new installer now support uninstalling previous version if any.
PRoR 186-v17
Major changes: upgrade to latest Rails 2.3.2.
rWebUnit 1.2.1
rWebUnit 1.2 sees major documentation updates and new unit tests, and several API enhancements, eg.
try(15) { click_button("Pay") } # wait 'Pay' button for upto 15 seconds
And the API (RDoc) is now available online
Posted by on April 12, 2009
|
Comments|Read full article
The term “Test Suite” in TestWise means a selected group of test files, this function (introduced since v1.2.2) gives you more controls over running tests, that is
- individual test cases
- all test cases in a test file
- all test case in selected test files
- all test cases in test files under selected folder
To create a new test suite or edit existing one, select “Edit Configuration” in the dropdown list on toolbar.
Read full article