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

What is stored in a test frame?

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 use of exception handling in Silk Test and how to use the commands?

4 Answers  


How to define values for a testplan attribute?

0 Answers  


What is the segue testing methodology?

0 Answers  






Can silktest run on mac?

0 Answers  


How to record a test case?

0 Answers  


How to write the good frame work for application.

1 Answers  


What are the default testplan attributes?

0 Answers  


Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...

1 Answers   IBM,


How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.

3 Answers  


How to include a test case into a testplan?

0 Answers  


Categories