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 select a group of test cases in a testplan to run?
How to create a test frame?
What are testplan attributes?
How to run a test case from a testplan file?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
What is the syntax of ui object identifier used by dom extension?
How to add objects of other pages to a test frame?
How dom browser extension identify a web application ui object?
What is multi-tagging?
What are the important aspects of a test case?
How to record a test case?
What is the standard flow of execution of a test case?
What is the dom browser extension?
What is the segue testing methodology?
How to run all test cases in a testplan?