What statement in for test is used to transfer control
of the script out of the innermost nested for, for each,
while switch or selected statement?
Answer Posted / sateesh_t7101@yahoo.co.in
break();
if it is wrong plzz...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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 load testing can be done with silk international?
What is silktest host?
What is 4test?
Can silktest switch browsers automatically?
What is the syntax of ui object identifier used by dom extension?
How to create a new silktest project?
How to open an existing silktest project?
What is the standard flow of execution of a test case?
How to select a group of test cases in a testplan to run?
How to run a test case from a testplan file?
How to run a test case from a test script file?
Can silktest run on mac?
Where are the testplan attributes stored?
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?