Answer Posted / santhosh
use the
do
...........
...........
accept log()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can any one please tell me the full form of .g.t in silktest datadriven method
How to run all test cases in a testplan?
What is the vo browser extension?
What is silktest agent?
How to add objects of other pages to a test frame?
What are testplan attributes?
Can silktest switch browsers automatically?
What are the types of text lines in a testplan file?
How to open an existing silktest project?
What is defaultbasestate?
What is stored in a test frame?
How to create a new silktest project?
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?
Where is a testplan 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