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

how to pass TDS intery in tally?

1 Answers  


What is the syntax of ui object identifier used by dom extension?

1 Answers  


What is silktest host?

1 Answers  


What is multi-tagging?

1 Answers  


what is the statment/command for invoke the browser from script

4 Answers  


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

3 Answers  


Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website

1 Answers  


How to create a test frame?

1 Answers  


procedure or steps to do silk test? clearly

2 Answers  


How to download latest silk test trial version?

1 Answers  


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

1 Answers  


can any one please tell me the full form of .g.t in silktest datadriven method

1 Answers   STC,


Categories