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

can you test an application in silk test that is running on another system?

2 Answers   Infosys,


what type of frameworks are you using in silk test?

3 Answers   Stag Computers,


What is multi-tagging?

0 Answers  


What is present in review report .

1 Answers  


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

0 Answers  






How can you read the contents of PDF using silktest?

2 Answers  


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

4 Answers  


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  


In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?

3 Answers   IBM,


How to download latest silk test trial version?

0 Answers  


What is a silktest testplan?

0 Answers  


What is the vo browser extension?

0 Answers  


Categories