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 |
procedure or steps to do silk test? clearly
What is silktest host?
How load testing can be done with silk international?
What is the Real time process for testing please tell in detain 7it is very urgent.
what is the statment/command for invoke the browser from script
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
How can i used If Else statement in Silk Test. And my table name is login how can i get rowcount in the table having
How do you identify an exception is silk?
How to open an existing silktest project?
How to create and edit a testplan?
Can silktest run on mac?
What is the standard flow of execution of a test case?