How do you identify an exception is silk?
Answers were Sorted based on User's Feedback
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 |
Answer / vimalkanth
in do accept block use verification statement with
exception number.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / santhosh
use the
do
...........
...........
accept log()
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / skylark
you can use "Raise" statement also
like,
if(a==b)
.....
else
raise "any comment"
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of text lines in a testplan file?
how to pass TDS intery in tally?
What is the standard flow of execution of a test case?
What are the possible failure scenarios and different types of errors you find in silkTest?
How do you identify an exception is silk?
What is custom object .what it contains. Difference between custom & standard objects.
Where is a testplan stored?
procedure or steps to do silk test? clearly
What is stored in a test frame?
Can u Tell me why we use Advanced tool like Silk Test other than QTP, Or WIN RUNNER And others what is the advantage of these compared o others
How to record a test case?
How to write the good frame work for application.