...
Fixed the issues in the reporting of Parallel execution of a test suite using Power Shell Utility. The Qualitia Parallel Execution Report is now generated if you abort the execution by pressing Ctrl+C from the PowerShell script.
Known Issues
While upgrading from a previous QAS version, the saved binary path does not work correctly due to which the browser closes immediately during the recording session.
To work around this issue, you need to update the browser binary path to replace the existing binary browser value even though it may be same at the following location:
%localappdata%/QualitiaWDClient/SeleniumIn the MOS or Mobile Recorder Session, the web-view may get distorted for an iOS hybrid application on Real device having iOS v12.4.5, while switching from a native-context to the web-context view.
The SelectWindowUsingURL action may sometimes fail to execute on Internet Explorer.
The Suite Execution Summary report does not capture the screenshots for the steps executed on the web-context of an Android hybrid application after switching from the native-context of the hybrid application during the execution.
To work around this issue, perform the following steps:
Open the associated execution profile.
Click Edit Desired Capabilities > Android.
Set nativeWebScreenshot to True.
...