A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.
Bot Execution in Different Environments
Qualitia users can provide arguments based on the execution environments or make changes to the properties file to use the qualitiaoffline.jar file to execute test cases in different test environments.
Supported Environments and Configurations
Qualitia bot is compatible to execute on Remote and Cloud environments along with local environments. Depending on the desired environment, you can set the properties in the qualitia.properties file as follows:
To execute bot on | Configure qualitia.properties as |
---|---|
Local Machine | ExecutionEnvironment=local |
Remote Machine | ExecutionEnvironment=remote |
Sauce Labs | ExecutionEnvironment=sauce |
Sauce Labs Real Device-TestObject | ExecutionEnvironment=TestObject |
BrowserStack | ExecutionEnvironment=BrowserStack |
Perfecto | ExecutionEnvironment=Perfecto |
It is recommended to set ScreenCaptureMode value as Browser when the execution environment is Remote or Cloud (such as Sauce, Perfecto, and BrowserStack).
You can set the value for FailStepOnBrowserScreenshotFailure as per the test case requirements (as true or false) to behave when the application under test generates any run-time Alert / Windows.
Related topics
- Execution in Local Environment
- Execution in Remote/Distributed Environment
- Execution on BrowserStack
- Execution on Sauce Labs
- Execution on Sauce Labs Real Device-TestObject
- Executions on Perfecto
- Execution using Browser Capabilities
- Limitations of Remote/Cloud Executions
- Execution using Continuous Integration Tools