W3Runner

W3Runner 2.0.1

W3Runner 2.0.1 automates testing to ensure that Web Applications running under Microsoft® Internet Explorer 5.0, 5.5, 6.0 perform as expected. You record and edit the user interactions with the VBScript Language, and run your test afterwards. To program the HTML user interface objects W3Runner supplies a simplified, Visual Basic Like programming interface through 5 COM objects : Page, Control, Report, HTTP and W3Runner. Have a look at the programming sample and the Help File . Writing W3Runner VBScript Test File In design mode you use W3Runner as a simplified Microsoft® Internet Explorer browser. Press the Record Icon and enter an URL. The Watch Window allows you to view information about most of the objects in the current page or frames. Recording URL : Enter the URL in the address combo box and press Enter. The VBScript source code which sets and loads the URL is automatically generated. Recording the User Actions : Press the ALT key and click on the object you want the VBScript source code to be generated. Because you use VBScript you can write any kind of check point, data-driven test or regression test. W3Runner comes by default with a set of VBScript classes called "Extensions": Debugging W3Runner VBScript Test File W3Runner is compatible with Microsoft® Visual Studio Debugger, Microsoft® Script Debugger and Microsoft® .NET Environment Debugger . About VBScript Since VBScript 5.1, the notions of dynamic evaluation (eval() function), class, property and include are available. With the basics notion of object oriented programming, large tests script can be written, debugged and maintained. Main Demo Script . Microsoft® Browser compatible with W3Runner W3Runner supports Internet Explorer 5.0, 5.5 and 6.0. Some features are not available with Internet Explorer 5.0. See the FAQ page for more information.

Download W3Runner

Home