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
How to run all test cases in a testplan?
What is 4test?
What is the dom browser extension?
can any one please tell me the full form of .g.t in silktest datadriven method
How to specify a browser extension to a web application?
What are the problems you faced while identifying an object in silk?
How to download latest silk test trial version?
How to include a test case into a testplan?
How to define values for a testplan attribute?
What is defaultbasestate?
What are the default testplan attributes?
How to run a test case from a test script file?
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 run a test case from a testplan file?
How to create group and sub group descriptions in a testplan?