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 / sateesh_t7101@yahoo.co.in
break();
if it is wrong plzz...
| Is This Answer Correct ? | 2 Yes | 2 No |
How to download latest silk test trial version?
What are testplan attributes?
How to create group and sub group descriptions in a testplan?
How to select a group of test cases in a testplan to run?
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
What are the problems you faced while identifying an object in silk?
How to run all test cases in a testplan?
What is the syntax of ui object identifier used by dom extension?
Can we customise the result file?
What are the important aspects of a test case?
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
Which tag in silk is the most reliable in a scenario where content and order of object change frequently?