What is the advantage of using do except instead of
other error logging functions?
Answers were Sorted based on User's Feedback
Answer / xyz
If your testcase has more than one verify statements then
do..except is useful.If one of the verify statements fail
then also the other verify statements will be
executed.otherwise only one verify statement will be
executed and the other statements will not be executed
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vimalkanth
Using exception handling, the script can be handled in
better way.
1) One can manage Flow Control
2) Better error handling
3) Helps in analysis
Note: Test Engg should be really good at programming to
achieve this.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to create and edit a testplan?
What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
What is the syntax of ui object identifier used by dom extension?
What is silktest host?
How to run a test case from a testplan file?
How to specify a browser extension to a web application?
What is multi-tagging?
Can u Tell me why we use Advanced tool like Silk Test other than QTP, Or WIN RUNNER And others what is the advantage of these compared o others
How to define new testplan attributes?
How to write the good frame work for application.
How to download latest silk test trial version?
what is DON in SILK?