Skip to main content
← TesterRank/Level Assessments

Level 1: Foundation Assessment

5 practical tasks covering basic web automation interactions.

0/5

#1Find & Click

Go to /banking/login. Find the Login button by its ID and click it. You should see an error message since fields are empty.

#2Fill a Form

Go to /topics/forms. In Exercise 1, fill the Name field with 'John Doe' and Email with 'john@test.com'. Submit the form.

#3Select from Dropdown

Go to /topics/dropdowns. In Exercise 1, select 'India' from the country dropdown.

#4Check a Checkbox

Go to /topics/checkboxes. Check all checkboxes in Exercise 1. Then use 'Select All'.

#5Read Text

Go to /banking/dashboard. Read the welcome message and verify it contains 'Test User'.