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 |
Why should we use Silk test .we can use QTP or other tool .What is the difference.
What is the syntax of ui object identifier used by dom extension?
How to define new testplan attributes?
How load testing can be done with silk international?
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?
what are agents in silk?
How record a test case into a testplan automatically?
What are the possible failure scenarios and different types of errors you find in silkTest?
How to run a test case from a testplan file?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
How to create a test frame?
How to include a test case into a testplan?