How do you identify an exception is silk?

Answers were Sorted based on User's Feedback



How do you identify an exception is silk?..

Answer / jinsha

we can identify exception when an error window comes. stop
the window. run the script. abort it. next to the line
recording in the script give command do. make all statements
under do. At the end give except statement. capture the name
of the window. after except statement write
messagebox.yes.click()
print("exception handled")

Is This Answer Correct ?    1 Yes 0 No

How do you identify an exception is silk?..

Answer / jimena

use do ... except statement

Is This Answer Correct ?    0 Yes 0 No

How do you identify an exception is silk?..

Answer / vimalkanth

in do accept block use verification statement with
exception number.

Is This Answer Correct ?    0 Yes 0 No

How do you identify an exception is silk?..

Answer / santhosh

use the

do
...........
...........
accept log()

Is This Answer Correct ?    0 Yes 0 No

How do you identify an exception is silk?..

Answer / skylark

you can use "Raise" statement also

like,
if(a==b)
.....
else
raise "any comment"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Silk Test Interview Questions

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

4 Answers  


How to test your defaultbasestate?

0 Answers  


What is the vo browser extension?

0 Answers  


What are the types of text lines in a testplan file?

0 Answers  


what is silk testing?

1 Answers  






What is the dom browser extension?

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  


How to define values for a testplan attribute?

0 Answers  


why silk test sees each objects as custom windows?

1 Answers   BMC,


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

4 Answers  


In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?

3 Answers  


How to download latest silk test trial version?

0 Answers  


Categories