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 load testing can be done with silk international?
What is the dom browser extension?
what is the use of exception handling in Silk Test and how to use the commands?
Which tag in silk is the most reliable in a scenario where content and order of object change frequently?
What are the default testplan attributes?
why silk test sees each objects as custom windows?
What is a test frame?
what is the base class for all the classes in silk?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
How to download latest silk test trial version?
How to record a test case?
What are the important aspects of a test case?