QAInsight.net, QABlog.com, QABlog.net
Brent Strange's thoughts on Software Quality Assurance and technology

 
Tuesday, October 10, 2006
 
 

Automation using SWEA/IE, HTTPWatch, C# and NUnit

 
 

My dear SWEA fans,
Our IE automation expert Alex Furman has added some plumbing to SWEA to allow us to use the HTTPWatch automation library from an Internet Explorer/SWEA instance. This is SUCH A GOOD THANG! I for one am looking forward to the things I can now integrate into my current automation test suite.

Don't know what SWEA can do for you? Check out my prior posts on automation with SWEA. Not sure what the benefits of automating HTTPWatch are? Check out this prior post

Download the latest version of SWEA that supports HTTPWatch here. Download a demo of HTTPWatch here.

To help you get a grasp of the two and how they work together I've created a demo Visual Studio project that utilizes SWEA, HTTPWatch, IE, C# and NUnit. Compile it, point NUnit at HTTPWatch_NUnit_Demo.exe and run the 5 tests. The NUnit Test Suite will conduct the 5 HTTPWatch related tests against Ebay.com which will work with HTTPWatch Basic Edition (their demo).

Download my SWEA-HTTPWatch demo project here (7.73 KB).