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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If you are using Qualitia's 3.9 QOP or above version for test case executions, you can run multiple test cases simultaneously on the same machine using maximum processing power of your system.
Executing multiple offline packages on the same system (Windows/Linux/Mac) is similar to initiating multiple offline packages simultaneously. For example,
C:\users\abc>qualitia-Offline.xxxx.jar smoke.properties
C:\users\abc>qualitia-Offline.xxxx.jar smoke.properties BrowserType=Firefox ScreenCaptureMode=BROWSER
C:\users\abc>qualitia-Offline.xxxx.jar smoke.properties BrowserType=googlechrome ScreenCaptureMode=BROWSER
C:\users\abc>qualitia-Offline.xxxx.jar regression.propertiesScreenCaptureMode=BROWSER
All these tests can be executed at the same time. Please ensure that property for ScreenCaptureMode is set as BROWSER. This captures snapshots during execution independently for each browser session separately.
Window sensitive actions mentioned below are not supported during parallel executions.

  • Press Keys
  • AttachFile
  • DownloadFile
  • WindowsAuthentication

Test cases using these actions will fail when simultaneous executions are initiated on the same system.

  • No labels