...
Scheduler not working for mobile execution: If scheduler execution is not working for mobile test case, it is due to the long Qualitia path name which is more than 250 characters.
For example: C:\Users\user1\AppData\Local\Qualitia Automation Studio - Client\workspace\projects\SFDC_T\local.
For successful execution, replace the above path with the D folder path, which is equal to or less than 250 characters.Scheduler not working in Qualitia v9: If you are facing an issue where the scheduler is not working in Qualitia v9; however, it works fine in v8, on the same system.
The error appears to be related to your organization's policy restrictions, which prevent file execution. Try to lower down the policy for the scheduler to work as expected in v9.Schedular execution is not working when there is more than 1 test case giving error "ALL TC ITERATIONS MARKED FALSE".
Follow the below-mentioned steps to resolve this error:
Close QAS - Client.
Delete Validation, Execution, and Index folders from the Qualitia Automation Studio - Client\workspace\projects under LocalAppData.
Once the folders are deleted, perform manual git push inside the Project folder.
Now, login to QAS - Client.
Go to Execute
and Publish the test cases.
Do modifications on Suite for which you are triggering Schedular and save it.
Perform schedular execution successfully.
Known Issue:
The Scheduler execution is not working on Safari browser due to failure of Webdriver object creation.
...