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 and edit a testplan?
What is multi-tagging?
How to record a test case?
How to download latest silk test trial version?
How to define new testplan attributes?
What are the important aspects of a test case?
What are the problems you faced while identifying an object in silk?
How to define values for a testplan attribute?
How dom browser extension identify a web application ui object?
What is defaultbasestate?
How to assign attribute values to test cases?
How to test your defaultbasestate?
Is there any way of passing values at runtime? Like scanf does in C.
How to create a new silktest project?
Can silktest run on mac?