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  


What is the vo browser extension?

0 Answers  


How to run a test case from a testplan file?

0 Answers  


Can u Tell me why we use Advanced tool like Silk Test other than QTP, Or WIN RUNNER And others what is the advantage of these compared o others

4 Answers   Wipro,


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

2 Answers   IBM,






Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website

0 Answers  


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

0 Answers  


What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?

2 Answers  


What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?

1 Answers   IBM,


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

0 Answers  


what is the statment/command for invoke the browser from script

4 Answers  


How to define an object verification in a test case?

0 Answers  


Categories