Which of the following is not verify and asserts method in Selenium?

Options
- VerifyElementPresent
- VerifyElementNotPresent
- VerifyText
- VerifyTextAttributes


CORRECT ANSWER : VerifyTextAttributes

Discussion Board
Selenium

Answer: VerifyTextAttributes
Solution: VerifyElementPresent: Verifyelementpresent is an axis name that is use to identify the elements on page.
VerifyElementNotPresent: It is same as verifyelementpresent but the difference is that, if the element is not present on page then it executes another method.
VerifyText: Verifytext is an axis name that is use to compare text on page.
VerifyTextAttribute is not use in selenium
Therefore, VerifytextAttribute is the correct answer.


Rohit Srivastava 07-28-2014 05:07 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement