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 |
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...
what are agents in silk?
What is custom object .what it contains. Difference between custom & standard objects.
why silk test sees each objects as custom windows?
Define Silk Testing.
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
Define PEER Review ,what it contains & What we discuss in that meeting.
what is the base class for all the classes in silk?
what type of frameworks are you using in silk test?
How can we Read the data from data grid in Silk Test?
How to create a new silktest project?