Verify Presence of a Certain Text

Verify Presence of a Certain Text

·         verifyTextPresent - returns TRUE if the specified text string was FOUND somewhere in the page; FALSE if otherwise
·         verifyTextNotPresent - returns TRUE if the specified text string was NOT FOUND anywhere in the page; FALSE if it was found


Comments

Popular posts from this blog

Importance of testng.xml file

Handling Dynamic Web Tables Using Selenium WebDriver

Explain bug leakage and bug release.