Browser Abstraction
You don’t need to duplicate your tests for different browsers anymore. Record your tests and then execute them against all major browsers. Currently supported are:
- Internet Explorer (7.x, 8.x, 9.x) +
- Firefox (2.x, 3.x, 4.x. 5.x) +
- Safari for Windows (5.x) +
- Chrome (6.x) +
Visual Debugger
This handy widget allows users to pause the execution of a test at any time in order to launch the DOM Explorer, capture an image of the browser or view the execution log of the test. What’s more, now you can diagnose test failures real time. All you need to do is configure your Visual Debugger to auto-pause on failure. If a test step fails during execution, debugging options will be displayed specific to the failure.
Continuous Integration with Build Server
You can integrate any build server with your recorded tests. Whether you are using CruiseControl, TeamCity or Visual Studio’s Build Server, you can execute your recorded tests seamlessly on the server. Tests also run natively using Microsoft's command line execution tool: MsTest.exe and Test Studios built-in execution engine.