What is difference between Assert and Verify Selenium?

selenium

I was working on selenium, though I am just a beginner. I wanted to know as what is the difference between Assert and Verify?

Can someone explain me with an example?

1
Answers

Replies

The following are the differences between Assert and Verify Selenium.


Assert:If the assert condition is true then the program control will execute the next test step but if the condition is false, the execution will stop and further test step will not be executed. 


Verify: There would not be any interruption in the test execution even though the verify condition is true or false. Let us take an example as well.


When an assert statement fails then all the other test case after that won't execute. This is a problem, but again its good practice to use try catch block to avoid this situation.


Verify is used in less critical things. Cases where we can move forward even if the other test cases fails.

 
 

If you want to unleash your potential in this competitive field, please visit the selenium course page for more information, where you can find the selenium tutorials and selenium frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.
Protected by Astra Security