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?
How to create and edit a testplan?
How to open an existing silktest project?
How do you create a user defined class in silk?
How can you read the contents of PDF using silktest?
What is the syntax of ui object identifier used by dom extension?
What are the problems you faced while identifying an object in silk?
How to create group and sub group descriptions in a testplan?
Can silktest switch browsers automatically?
what is the operator for carriage return(Enter) in Silk Test for File.
how to pass TDS intery in tally?
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?