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 |
What is the perpose of user-defined base state method?
what are agents in silk?
How to include a test case into a testplan?
what .inc file consists in silk?
How to record a test case?
What is silktest agent?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
What is present in review report .
Define Silk Testing.
How to run a test case from a testplan file?
How record a test case into a testplan automatically?
What is the syntax of ui object identifier used by dom extension?