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 assign attribute values to test cases?
What are the important aspects of a test case?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What is the dom browser extension?
How record a test case into a testplan automatically?
How to create a test frame?
What is the segue testing methodology?
What are the default testplan attributes?
How to add objects of other pages to a test frame?
how to pass TDS intery in tally?
What is the standard flow of execution of a test case?
How to record a test case?
What is defaultbasestate?
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?
Is there any way of passing values at runtime? Like scanf does in C.