📄️ How to fix Test Automation unwanted result
TBD
📄️ How to Edit Test Scenario and Sync with Automation
TBD
📄️ Special cases in Test Automation
TBD
📄️ Step Group in Test Case and Test Automation
There are cases when a user needs to reuse a sequence of steps or a single step across multiple test cases.
📄️ Variables usage in Test Case and Test Automation
To make test data and test cases independent from each other, avoid repeating the same test data multiple times in test cases, and simplify test data future maintenance, it is recommended to define and use variables in test cases and reference them in test steps.
📄️ API requests in Test Case and Test Automation
Ottotest allows users to send REST API requests directly from a test scenario and extract values from the response to use in later steps.
📄️ Variables usage examples in Test Automation
Example 1 — Using Runtime Variables Extracted from API
📄️ Congratulations!
You have just learned the details of AI Powered Test Automation with Ottotest.