what is the use of exception handling in Silk Test and how
to use the commands?
Answer Posted / sai
The purpose of exception handling is to capture the errors
and then use the reraise statements to pass the control to
the Recovery system, so that the default base state is
retained and starts executing the remaining test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can silktest switch browsers automatically?
Can silktest run on mac?
What is 4test?
What is the vo browser extension?
How to define an object verification in a test case?
How to download latest silk test trial version?
How to define new testplan attributes?
What is multi-tagging?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
How to record a test case?
What are the default testplan attributes?
Where are the testplan attributes stored?
How to include a test case into a testplan?
How to create a new silktest project?
What is silktest project?