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
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?
Can silktest run on mac?
How to specify a browser extension to a web application?
What is the dom browser extension?
What is the segue testing methodology?
How to create a test frame?
How to run a test case from a test script file?
Where is a testplan stored?
How to run all test cases in a testplan?
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
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
How dom browser extension identify a web application ui object?
How load testing can be done with silk international?
How to define an object verification in a test case?
What is 4test?