Skip to main content

Create Basic Test Case

Steps to record your first test case:

  • This process uses the CloudQA extension to record and run a simple workflow.

1. Add a test case (Initiate the recording):

  • Navigate to your application .

  • Click the CloudQA extension icon and select "Record automated test" .

2. Record actions and verifications:

  • Perform the sequence of actions for your test.

  • Right-click on elements to add essential Assertions (verifications) for success messages or expected text.

Saving the Test Case:

Click the extension icon, enter a name for your test case , and click Save .

Additional Options:

  • Assertions

  • CloudQA supports multiple types of assertions, such as:

    1. Attribute contains

    2. Attribute does not contain

    3. Attribute does not exist

    4. Attribute exists

    5. Contains

    6. Does not contain

    7. Does not exist

    8. Does not match

    9. Ends With

    10. Exists

    11. File Exists

    12. File Name contains

    13. Is Greater than

    14. Is Less than

    15. Matches

    16. Script returns true

    17. Starts With

  • Hover

  • You can pause recording anytime.

  • If you accidentally record extra steps, you can delete them immediately.

  • After finishing your test case, open the extension, give your test case a name, and save it.

  • You can also set priority, add tags, and write a description.

  • Click Edit Test Case to open the test case editor, or Execute Test Case to run your newly saved test.