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 are the types of text lines in a testplan file?

0 Answers  


how to pass TDS intery in tally?

0 Answers  


How can you read the contents of PDF using silktest?

2 Answers  


What is 4test?

0 Answers  


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

4 Answers  






What is multi-tagging?

0 Answers  


what type of frameworks are you using in silk test?

3 Answers   Stag Computers,


How to download latest silk test trial version?

0 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  


Define Silk Testing.

5 Answers  


What is a silktest testplan?

0 Answers  


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

3 Answers  


Categories