Login
Remember
Register
Ask a Question
Explain what is assertion in Selenium and what are the types of assertion?
0
votes
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
Explain what is assertion in Selenium and what are the types of assertion?
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 20, 2019
by
john ganales
Assertion is used as a verification point. It verifies that the state of the application conforms to what is expected. The types of assertion are “assert” , “verify” and “waitFor”.
...