What is the difference between an assert and a verify with Selenium commands?


Assert: Will fail and abort the current test execution.
Verify: Will fail and continue to run the test execution.
No comments :

No comments :

Post a Comment