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 assign attribute values to test cases?

0 Answers  


Where is a testplan stored?

0 Answers  


can any one please tell me the full form of .g.t in silktest datadriven method

0 Answers   STC,


Is there any way of passing values at runtime? Like scanf does in C.

0 Answers  


what is DON in SILK?

1 Answers  






How to select a group of test cases in a testplan to run?

0 Answers  


How to attach silk test results to test director?

3 Answers  


What is defaultbasestate?

0 Answers  


What is a silktest testplan?

0 Answers  


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

1 Answers   GE,


What is the wait statement in Silktest?

4 Answers   CTS, IBM,


What are the problems you faced while identifying an object in silk?

0 Answers  


Categories