What is the advantage of using do except instead of
other error logging functions?

Answers were Sorted based on User's Feedback



What is the advantage of using do except instead of other error logging functions?..

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

What is the advantage of using do except instead of other error logging functions?..

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

Post New Answer

More Silk Test Interview Questions

How to attach silk test results to test director?

3 Answers  


What is defaultbasestate?

1 Answers  


Define PEER Review ,what it contains & What we discuss in that meeting.

2 Answers  


how to pass TDS intery in tally?

1 Answers  


what is the base class for all the classes in silk?

1 Answers   GE,


How do you create a user defined class in silk?

2 Answers  


Why should we use Silk test .we can use QTP or other tool .What is the difference.

4 Answers  


what type of frameworks are you using in silk test?

3 Answers   Stag Computers,


How dom browser extension identify a web application ui object?

1 Answers  


What is multi-tagging?

1 Answers  


What is custom object .what it contains. Difference between custom & standard objects.

3 Answers  


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...

3 Answers   AppLabs, HCL,


Categories