what is the use of exception handling in Silk Test and how
to use the commands?
Answer Posted / ramu.m
use of exception handling
systax:
do
statements
except
statements
any errors are raised in do statements the currsor is posted
to except statements
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the syntax of ui object identifier used by dom extension?
What are the default testplan attributes?
How to run a test case from a test script file?
What are the problems you faced while identifying an object in silk?
how to pass TDS intery in tally?
Where are the testplan attributes stored?
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 create group and sub group descriptions in a testplan?
What is silktest agent?
How to define new testplan attributes?
What is a silktest testplan?
What is defaultbasestate?
What is the dom browser extension?
What is a test frame?
What is the segue testing methodology?