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 is a silktest testplan?
How to record a test case?
What is stored in a test frame?
What are the problems you faced while identifying an object in silk?
Can silktest run on mac?
What is silktest project?
Where are the testplan attributes stored?
What is multi-tagging?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How to create a new silktest project?
What is a test frame?
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?
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?
How to select a group of test cases in a testplan to run?