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 KeysPressKeys
- AttachFile
- DownloadFile
- WindowsAuthentication
Test The test cases using these actions will fail when simultaneous executions are initiated on the same system.