Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Supported Environments and Configurations

Qualitia Offline Package 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 offline package on

Configure Qualitia.Properties as

Local Machine

ExecutionEnvironment=local

Remote Machine

ExecutionEnvironment=remote

Sauce Labs

ExecutionEnvironment=sauce

Sauce Labs Real Device-TestObjectExecutionEnvironment=TestObject
BrowserStackExecutionEnvironment=BrowserStack
PerfectoExecutionEnvironment=Perfecto


Info

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.

...