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 a test frame?

0 Answers  


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

0 Answers  


How to define new testplan attributes?

0 Answers  


How to download latest silk test trial version?

0 Answers  


What is multi-tagging?

0 Answers  






Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...

1 Answers   IBM,


What is custom object .what it contains. Difference between custom & standard objects.

3 Answers  


What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?

2 Answers  


can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest

0 Answers  


What is the advantage of using do except instead of other error logging functions?

2 Answers   IBM,


What is the vo browser extension?

0 Answers  


what is DON in SILK?

1 Answers  


Categories