Wax Overview
Wax allows users to create automated WatiN tests using Microsoft Excel
Documentation: Commands.mhtFor htm documentation with images please download latest source code from http://www.codeplex.com/wax/SourceControl/ListDownloadableCommits.aspx Author: Edward Wilde http://blogs.charteris.com/blogs/edwardw
News
- 08/10/2007 - Wax 1.0.0.3 released
- Added new commands for: Added new commands: AppendText, BringToFront, Focus, ClearText, PressTab, TypeText and Refresh
Wax Example
Creating a test to search google
1. Creating the excel test script

- The first command navigates to the google home page
- The second command sets the text property to WatiN; it finds the text property using the HTML element's name attribute.
<input type="text" title="Search" name="q"/>
- The third command submits the search
- Finally the forth command clicks the link that has it's href set to http://watin.sourceforge.net
2. Running the test
- You can run a test script using WaxRunner that has a user interface to select, run and examine test script results.

- Alternatively you can run the tests using WaxConsoleRunner. This method is useful when integrating running of tests in an automated build process

News
- 21/08/2007 - Wax 1.0.0.2 released
- 19/08/2007 - Wax 1.0.0.1 released
- 15/08/2007 - First release of Wax
- 09/08/2007 - Initial drop of source
|