TelerikŪ WebUI (webui.jar)
The TelerikŪ WebUI launcher allows running test generated using WebUI.Configuration
Thewebui.xml file allows pre-configuring the launcher with some default values:| Parameter | Description |
| General | |
| Test root path | This must indicate where are located all the WebUI tests. This is a root path. Each test in XStudio has a canonical path that will be appended to this path. This path MUST not include an ending slash. Default value is: C:/test_repository/tests/webui
|
| WebUI | |
| WebUI install path | This must indicate the path where Telerik WebUI has been installed. Default value is: C:/Program Files/Telerik/WebUI Test Studio 2010.1
|
These values can be changed while creating the campaign session from XStudio.
Requirements
The tests are executed by the launcher using this syntax:"<WebUIInstallPath>/bin/ArtOfTest.Runner.exe" aii="<testRootPath>/<testPath>/<testName>.aii" out="<testRootPath>/<testPath>"
The test will be marked as passed or failed depending on the content of the result file (
.aiiresult) generated.
The
.aiiresult file is also attached to the testcase execution in XStudio.