what is the statment/command for invoke the browser from script
Answer Posted / santhosh gowda
you have a window Browser, calling Brower.Invoke () should
open your default browser(Netscape,FF,IE).
If you specifically want to invoke IE then
Explorer.Start("path of IE") should help.
Thanks
Santhosh
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of text lines in a testplan file?
How to specify a browser extension to a web application?
What is silktest agent?
How to create group and sub group descriptions in a testplan?
What is the standard flow of execution of a test case?
How to test your defaultbasestate?
How to create and edit a testplan?
how to pass TDS intery in tally?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What are the default testplan attributes?
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
What is silktest project?
What are the important aspects of a test case?
What is a test frame?
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?