1.

What Are The Assertion Statements In Selenium ?

Answer»
  • assertTextPresent : This will assert if the text is present in the page.
  • assertText: This will assert if a particular ELEMENT is having the particular text.
  • assertTitle: This will assert if the page is having a PROPER TITLE.
  • assertValue: This will assert if a Text BOX or check box has a particular value
  • assertElementPresent: This will assert if a particular UI Element is present in the page.



Discussion

No Comment Found