Creating Test
Guide on what a test is in AutoFlow Studio and how to create and manage one
What is a ‘Test’?
You can think of a ‘Test’ in AutoFlow Studio as a block of your test case. A Test is a recording of a user flow to undertake a certain activity on your application. It has a specific device profile.
Learn more about ‘Device Profile’.
A Test contains a set of test steps that are executed whenever a test run occurs.
How to Create a Test?
1. Click on ‘New’ button
- Click on the ‘New’ button at the bottom left of sidebar.
2. Select ‘Test’ icon
3. Choose ‘Test Suite’
Choose whether to integrate your test into an existing test suite or create a new test suite and include it within.
4. Select Device Profile, Choose the environment and enter the URL
- Choose your Test Suite:
- Choose your environment:
- Select your device profile:
- Desktop
- Mobile
- Tablet
- Enter the URL of your application
5. Enter the Intent of your test
Write the intent of your test or select one of our AI generated suggestions.
6. Click Submit
Click on ‘Submit’.
7. AutoFlow Recorder starts
Now the AutoFlow test recorder will open up.
8. Record the steps
Now start recording the steps. The recorder starts with ‘Action Mode’ as default. Every action you do on the screen will be recorded as a step.
While you’re recording the tests, our AutoFlow AI will keep suggesting you the next steps and highlight the elements on your screen to help you make better decisions. Learn more about AI steps!
9. Switch to Assertion mode
Once you’re done with the actions. You can switch to assertion mode at the bottom left.
10. Add an assertion
Now hover over the element you want to assert. Eg. validate a certain element is visible on the screen.
11. Select the assertion type
Select ‘Assert the element is visible’ and click submit.
12. Save the test
Click on ‘Save’ once you’re done recording the test.
Was this page helpful?