what is the use of exception handling in Silk Test and how
to use the commands?

Answers were Sorted based on User's Feedback



what is the use of exception handling in Silk Test and how to use the commands?..

Answer / ramu.m

use of exception handling
systax:

do
statements
except
statements

any errors are raised in do statements the currsor is posted
to except statements

Is This Answer Correct ?    2 Yes 0 No

what is the use of exception handling in Silk Test and how to use the commands?..

Answer / palguna.akuleti

When an unexpected window or an error is corrupted or pop up
during the execution of the scripts then we use EH
In ST we use Do and Expect .
after (recoding )we write Do And
.
.
.
At the end We write Expect and some code
"MessageBox.SetActive"
"MessageBox.yes"


Is this correct

Is This Answer Correct ?    2 Yes 0 No

what is the use of exception handling in Silk Test and how to use the commands?..

Answer / sai

The purpose of exception handling is to capture the errors
and then use the reraise statements to pass the control to
the Recovery system, so that the default base state is
retained and starts executing the remaining test cases.

Is This Answer Correct ?    0 Yes 0 No

what is the use of exception handling in Silk Test and how to use the commands?..

Answer / jonathan

there 6 exception handling methods in Silk:

ExceptCalls()
ExceptData()
ExceptLog()
ExceptNum()
ExceptPrint()
ExceptClear()

we can use these methods in do...except statements

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Silk Test Interview Questions

How to create group and sub group descriptions in a testplan?

0 Answers  


who is the head of the BMC

1 Answers   BMC,


How to run a test case from a test script file?

0 Answers  


What are the important aspects of a test case?

0 Answers  


What is a test frame?

0 Answers  






What is stored in a test frame?

0 Answers  


How can i used If Else statement in Silk Test. And my table name is login how can i get rowcount in the table having

1 Answers  


what is silk testing?

1 Answers  


How to create and edit a testplan?

0 Answers  


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

1 Answers  


What is the perpose of user-defined base state method?

3 Answers   TCS,


What is the standard flow of execution of a test case?

0 Answers  


Categories