adspace
why it is recommended to add verification checks to all your
scenarios ?
Answer Posted / v.selvam
before doing any actions through the script, we should
check that control exist and the required property is ON.
For example, if you want to click a button in a page, we
should make sure that button exists( some time that screen
may not be active) and it is in 'enable' state. By
verifying this our test cases will run with out any error.
If a am wrong, can any one help in this??
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers