What is the difference between Assert and Verify?

869    Asked by NeerajNair in QA Testing , Asked on Feb 13, 2020
Answered by Neeraj Nair

Assert: In basic words, on the off chance that the assert condition is valid, at that point the program control will execute the following test step yet in the event that the condition is bogus, the execution will stop and further test step won't be executed.

Verify: In basic words, there won't be any stop in the test execution despite the fact that the confirm condition is valid or bogus.



Your Answer

Interviews

Parent Categories