Your first test
Last updated
Last updated
If you're new to test automation, see our "how to" guide -->
Think upfront of what do you want to test - choose a one simple use case
Create a new test
Enter the URL of the web app or website that you want to test
Click "Record" - if you installed the extension, the incognito Chrome browser window should appear
Carefully click the elements to navigate - each click will be recorded automatically
Don't forget that hovers are not automatically recorded
When you are ready with the test case click the Finish and close
button in the overlay menu on the right
Now run the test to see if everything was correctly recorded
Hovers are not automatically recorded! You need to record in hover mode by activating it in the recording overlay.
BugBug recording does not support multiple browser window testing. You can only record in one window, but we support multiple tabs and user movement between them.
You don't need to use recording, you can also create your tests step by step by adding particular actions and their parameters. This is however much slower!
You can manually edit steps anywhere in your test by clicking the plus symbol between the rows.
You can modify the particular step when some element is not correctly caught by the BugBug's recording. Edit, run the test again, and check if it is working!