Test Case
Use this section to view common questions related to Test Case creation and management. It includes topics such as building test steps, reusing components, and performing validations during test execution.
Can I reuse test step groups in other test cases?
Ans: Yes. You can add test step groups to the Reusable Library and reuse them in other test cases within the project.
Does a test case contain multiple test steps?
Ans: Yes. A test case is a collection of test steps and test step groups that verify whether a feature or application works correctly.
Can I verify values during test execution? Ans: Yes. Verification actions allow you to compare expected and actual values during testing.
Following are the examples of verification actions: Learn more
Verify all Values: Checks whether all the provided values are present in the dropdown
Verify Values Exists: Checks whether a specific element exists on the application screen.
Verify Visible: Checks whether an element is visible to the user.
Verify Enabled: Checks whether an element is enabled and ready for interaction.
Compare Values: Compares two values and identifies whether they are equal or different.
Is it possible to export test steps from a test case?
Ans: Yes. You can export test steps as a JSON file so they can be reused or imported with other test cases.
Last updated