Which two commands you use to validate a button?
Options
- VerifyTextPresent and assertTextPresent
- VerifyElementPresent and assertElementPresent
- VerifyAlertPresent and assertAlertPresent
- VerifyAlert and assertAlert
CORRECT ANSWER : VerifyElementPresent and assertElementPresent
Write your comments