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

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

4 Answers  


What is the syntax of ui object identifier used by dom extension?

0 Answers  


How to define new testplan attributes?

0 Answers  


How load testing can be done with silk international?

0 Answers  


In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?

0 Answers   CSS,


what are agents in silk?

4 Answers  


How record a test case into a testplan automatically?

0 Answers  


What are the possible failure scenarios and different types of errors you find in silkTest?

2 Answers  


How to run a test case from a testplan file?

0 Answers  


Can we use regular expressions to facilitate dynamic objects identification by SilkTest?

4 Answers  


How to create a test frame?

0 Answers  


How to include a test case into a testplan?

0 Answers  


Categories