FAQ

1. How does Qyrus allow Parallel test execution ?

  • Qyrus allows the parallel test execution by executing multiple test cases simultaneously on different resources.

    Parallel execution

2. How can we schedule a run in different timezones in Qyrus ?

  • Qyrus provides the option to Schedule a test in different timezones by selecting a specific Date, Time, Timezone to schedule a test for a future execution.

  • Also enables users with option for Schedule Repeat where users are provided with flexibility to configure recurring test executions on a regular basis with options including Weekly,Daily and Hourly intervals.

  • These scheduled test executions will continue to run autonomously, even in instances where the user has logged out from the system.

3. How can we run scripts in different resolutions on Qyrus ?

  • Qyrus offers users the capability to execute test cases using various screen resolutions. Within the execution window, users can specifically designate the resolution in which they intend to run the test cases.

  • Subsequently, on the result page, users can readily discern the selected resolution in the screenshots associated with each respective test case.

    Resolution

4. How can we verify content inside a mail in Qyrus ?

  • Qyrus provides a functionality that allows users to validate the content within an email. This is achieved through the help of "Email Verifiers". Using this, users are afforded the opportunity to input the requisite details into the provided fields. Subsequently, they can initiate a test execution to confirm the presence of the specified content within the email.

  • For more information you can refer User Actions and navigate to the 'Email Verifiers' section.

5. How can we handle OTP based test scenarios in Qyrus ?

  • Qyrus provides functionality that allows users to handle OTP based scenarios with the help of user action called "Verify OTP" by entering the requisite details in the provided feilds and by enabling the verify otp in the execution window and initiate the test execution.

  • For more information you can refer User Actions and navigate to the 'Data Handlers' section where you can find 'Verify OTP' user action.

6. How can we verify content inside a downloaded/attached mail document in Qyrus?

  • Qyrus incorporates a feature designed to enable users to verify the content within an downloaded/attached email document effectively.

  • This verification process is facilitated through the utilization of a User Action known as "Verify Email Attachment." With this, users are provided with the means to input the necessary details into designated fields. Following this , users can then proceed to initiate a test execution, thereby confirming the presence of the specified content within the downloaded/attached mail document.

  • For more information you can refer User Actions and navigate to the 'Email Verifiers' section where you can find 'Verify Email Attachment' user action.

7. How can we differentiate between Old Execution and Current Execution of the same script?

  • Qyrus offers a feature known as Visual Testing, which facilitates users in comparing previous test executions with the current ones. This comparison is accomplished through the utilization of screenshots, allowing users to discern any alterations or differences between the two sets of executions.

  • For More Information can refer Visual Testing

8. How can we generate dynamic data and re-use the data in tests in Qyrus?

  • Qyrus features a User Action known as "Create Variable", which enables users to generate dynamic data and subsequently employ this data in the testing processes, thereby enhancing test flexibility and efficiency.

  • For more information you can refer User Actions and navigate to the 'Data Handlers' section where you can find 'Create Variable' user action.

9. How do we modify captured dynamic data in Qyrus?

  • Qyrus provides a feature that facilitates the manipulation of captured dynamic data through the utilization of the "Create Variable" and "Modify Dynamic Value" User Actions. This functionality empowers users to modify dynamic data effectively, enhancing their control and flexibility in managing test scenarios.

  • For more information you can refer User Actions and navigate to the 'Data Handlers' section where you can find 'Modify Dynamic Value' user action.

10. How do we maintain backup on Test Scripts and data in Qyrus?

  • Qyrus possesses the capacity to preserve backups of Test Scripts and their associated data through a feature known as Restore Point, located within the Test Steps page.

    Version
    Restore_Point

11. How can we execute tests in batch on Qyrus ?

  • Qyrus provides a capability for executing tests in batch mode by allowing users to run multiple test cases or test scripts within a single batch through the utilization of Test Suites. Test Suites can be created within the Test Lab and Sprints by defining suites and importing test scripts into them. This approach enables the execution of multiple test cases concurrently by initiating suite runs on clicking the execute button. It offers an efficient and organized way to manage and execute tests collectively, enhancing testing efficiency and effectiveness.

    Suite_Creation
    Import_Scripts
    ScriptsImported

12. How can we dynamically generate Xpaths using capture data in Qyrus ??

  • To create Xpaths dynamically, we can make use of the created variable in the previous step. The placeholder used to replace the dynamic data in the Xpath is ## Example format for dynamic Xpath : //input[@name='##'] During execution the placeholder ## will be replaced by dynamically captured data during execution. Suppose if the data captured will be Username The final Xpath generated for that step will be //input[@name='Username'].

Last updated