what is the use of exception handling in Silk Test and how
to use the commands?
Answer Posted / palguna.akuleti
When an unexpected window or an error is corrupted or pop up
during the execution of the scripts then we use EH
In ST we use Do and Expect .
after (recoding )we write Do And
.
.
.
At the end We write Expect and some code
"MessageBox.SetActive"
"MessageBox.yes"
Is this correct
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to create a test frame?
What are the default testplan attributes?
What is 4test?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What is silktest project?
can any one please tell me the full form of .g.t in silktest datadriven method
Is there any way of passing values at runtime? Like scanf does in C.
What are testplan attributes?
How to test your defaultbasestate?
What is multi-tagging?
How to create group and sub group descriptions in a testplan?
How to define new testplan attributes?
Can silktest switch browsers automatically?
How to run a test case from a test script file?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?