what is the statment/command for invoke the browser from script

Answers were Sorted based on User's Feedback



what is the statment/command for invoke the browser from script..

Answer / pradeep

In SilkTest

Browser.Invoke() will invoke the Browser

Is This Answer Correct ?    4 Yes 1 No

what is the statment/command for invoke the browser from script..

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

what is the statment/command for invoke the browser from script..

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

what is the statment/command for invoke the browser from script..

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

Post New Answer

More Silk Test Interview Questions

How to test your defaultbasestate?

0 Answers  


Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?

5 Answers   IBM,


Can silktest run on mac?

0 Answers  


Whats the difference between Basestate & Default basestate?

2 Answers   CTS,


What are the problems you faced while identifying an object in silk?

0 Answers  






How can you read the contents of PDF using silktest?

2 Answers  


How to Write user defined functions?

3 Answers  


In "Property" the user-defied property can have two functions only, define that?

1 Answers   IBM,


How record a test case into a testplan automatically?

0 Answers  


What is the vo browser extension?

0 Answers  


How do you create a user defined class in silk?

2 Answers  


What is silktest project?

0 Answers  


Categories