Google News
logo
Selenium - Interview Questions
What are the verification points available in Selenium?
In Selenium IDE, we use Selenese Verify and Assert Commands as Verification points.

In Selenium WebDriver, there is no built-in features for verification points. It totally depends on our coding style. some of the Verification points are :
 
* To check for page title
* To check for certain text
* To check for certain element (text box, button, drop down, etc.)
Advertisement