Sample Webpage for Automation Practice

This is a sample web page with dummy elements that will help you in practicing automation. This page has most of the commonly used web elements like – text-box, links, buttons, check boxes, radio buttons, drop-downs, alert boxes, and drags & drop widgets. 

In case you are using Selenium WebDriver with Java for automation then you can refer to our tutorial – Selenium Sample Script. It contains an explanation of the different Selenium commands along with a sample script that automates each of these web elements.

This is sample text!

Link : This is a link

TextBox :

Button :



Radio button :

Male
Female

Checkbox :

Automation Testing
Performance Testing

Drop down :



Click below button to generate Alert box.



Click below button to generate Confirm box.



Drag and drop example- drag the below image on the textbox


art of testing


Useful Resources