Table of Contents |
---|
The Qualitia Offline Package (QOP) is a portable and easily deployable bundle containing Qualitia Tests and Qualitia Execution Engine with ability to independently execute test cases and report results without Qualitia Test Automation Studio.
Qualitia Offline Package = Qualitia Execution Engine + Tests Package
The offline package is created from the Qualitia Automation Studio and then executed in multiple environments. These environments DO NOT need Qualitia Automation Studio installed as Qualitia Offline contains the Qualitia Execution Engine to execute and report tests exactly as Qualitia Automation Studio does.
...
Property Name | Description |
---|---|
xmlPath | Enter the path where Suite.xml and Test Case xmls files are stored. |
LogPath | Enter the path where you want to store reports once the test cases are executed. |
SBrowserType | Enter the browser type to be used when executing test cases. For example; firefox, iexplore, googlechrome, and so forth. |
ShowReportAfterExec | Set true if you want Qualitia to show report once test cases are executed. Set false if you do not want Qualitia to show report after executing test cases. |
Multiexcerpt macro | ||
---|---|---|
| ||
Offline Package - ExecutionOnce the offline package is created you can execute it opening the command prompt and navigating to the folder where you saved the Offline Package. After navigating to the designated folder: execute the command; java -jar qualitiaoffline-xxx.jar. This command executes tests available at the path mentioned in the qualitia.properties file. |
...
...
...
Configuration properties can be changed at three different levels to better maneuver configurations in multiple environments.
...