Selenium Master Logo

Selenium Master Test Automation Practice Site

Web Components
Automation Purpose
You test a modal like a regular web element
You need to use switch to window action to test the new window in the Selenium Webdriver test automation.
You need to use switch to frame to test an iframe content in Selenium Webdriver test automation.
You need to use xpath starts-with keyword to locate dynamic element id in Selenium Webdrive test automation.
You need to use alert accept or dismiss to test the alert in Selenium Webdriver test automation.
You need to verify rows, columns and data in each cell in a table
You need to verify images on a website
You need to verify form elements like input box, button, dropdown list, checkbox, radio button and select
You need to verify file upload in Selenium WebDriver Test Automation
You need to verify select dropdown items and controls
You need to verify that a checkbox is checked or unchecked in the Selenium Webdriver test automation
You need to verify that a radio button is clicked or not.
You need to verify that a switch is turned on or off in Selenium Webdriver test automation.
You need to verify that a range can be changed by a clicking event or drag and drop event in Selenium Webdriver test automation.
You need to verify various input groups in the Selenium webdriver test automation.
You need to verify the text that floats over your input in Selenium Webdriver test automation.
You need to verify a complex form layout that require multiple columns, varied width, and additional alignment options in Selenium Webdriver test automation.
You need to verify accordion content in Selenium Webdriver test automation.
You need to verify Bootstrap alert message on the website in Selenium Webdriver test automation.
You need to verify List Group items in Selenium Webdriver test automation
You need to verify each tab content in Selenium Webdriver test automation
You need to verify a toast message in Selenium Webdriver test automation.
You need to verify tooltips message of web elements in Selenium Webdriver test automation.
You need to verify various jQuery UI element actions in Selenium Webdriver test automation.
You need to verify some data input in the TinyMCE Editor control in your Selenium Webdriver test automation.