what is the statment/command for invoke the browser from script
Answers were Sorted based on User's Feedback
Answer / pradeep
In SilkTest
Browser.Invoke() will invoke the Browser
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / vidya sagar
In QTP, we can invoke browser using following statement
systemutil.Run "iexplore.exe", "URL"
Here URL is the web address which has to be opened, if you
dont want any website to be opened, just ignore the same.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sa
please read the Q?carefully before giving the Answeres.....
the above Q? asking in SilkTest but giving in QTP....
Is This Answer Correct ? | 0 Yes | 0 No |
How to define new testplan attributes?
In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
what is the base class for all the classes in silk?
what type of frameworks are you using in silk test?
How can you get the moving contents of flash image using silktest.
How to download latest silk test trial version?
can you test an application in silk test that is running on another system?
In "Property" the user-defied property can have two functions only, define that?
How can we Read the data from data grid in Silk Test?
Need information on how the scripts (test cases) are written for any application in silktest.
What is silktest agent?
Can silktest run on mac?