Saved Bookmarks
| 1. |
What Is The Difference Between An Assert And A Verify With Selenium Commands? |
|
Answer» EFFECTIVELY an “ASSERT” will fail the test and abort the CURRENT test CASE, WHEREAS a “verify” will fail the test and continue to run the test case. Effectively an “assert” will fail the test and abort the current test case, whereas a “verify” will fail the test and continue to run the test case. |
|