InterviewSolution
Saved Bookmarks
| 1. |
Why We Are Going Assertions Instead Of If-else? |
|
Answer» When IF-Else is used and if test case FAILS still Coded UI passes the TestMethod, to overcome this issue Coded UI INTRODUCED ASSERTIONS. When IF-Else is used and if test case fails still Coded UI passes the TestMethod, to overcome this issue Coded UI introduced Assertions. |
|