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 the perpose of user-defined base state method?

3 Answers   TCS,


What is silktest project?

0 Answers  


what is the operator for carriage return(Enter) in Silk Test for File.

3 Answers  


How to run all test cases in a testplan?

0 Answers  


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

0 Answers  






How to include a test case into a testplan?

0 Answers  


How to create a test frame?

0 Answers  


What is present in review report .

1 Answers  


How can you get the moving contents of flash image using silktest.

1 Answers  


How to Write user defined functions?

3 Answers  


How to download latest silk test trial version?

0 Answers  


What is the dom browser extension?

0 Answers  


Categories