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 attach silk test results to test director?
What is defaultbasestate?
Define PEER Review ,what it contains & What we discuss in that meeting.
how to pass TDS intery in tally?
what is the base class for all the classes in silk?
How do you create a user defined class in silk?
Why should we use Silk test .we can use QTP or other tool .What is the difference.
what type of frameworks are you using in silk test?
How dom browser extension identify a web application ui object?
What is multi-tagging?
What is custom object .what it contains. Difference between custom & standard objects.
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...