This section has really simple HTML elements so that you can understand their basic nature. Feel free to practice your test automation on these elements.
Simple Controls
Button
Link
Radio buttons
Click and validate that they are selected
Checkboxes
Select a checkbox and validate that they are selected
Dropdown
Select an option and validate that it is selected
Advanced Controls
Open toggle to read text
Open toggle to read text
HTML Table with unique id
Title | Work | Salary |
---|---|---|
Software Development Engineer in Test | Automation | $150,000+ |
Automation Testing Architect | Automation | $120,000+ |
Quality Assurance Engineer | Manual | $50,000+ |
HTML Table with no id
Title | Work | Salary |
---|---|---|
Software Development Engineer in Test | Automation | $150,000+ |
Automation Testing Architect | Automation | $120,000+ |
Quality Assurance Engineer | Manual | $50,000+ |