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 you test an application in silk test that is running on another system?
What is silktest agent?
How to select a group of test cases in a testplan to run?
How load testing can be done with silk international?
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
What is Silktest?
Whats the difference between Basestate & Default basestate?
Can we customise the result file?
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...
In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
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
Define Silk Testing.