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 open an existing silktest project?

0 Answers  


How can we Read the data from data grid in Silk Test?

2 Answers   PSO,


How to run a test case from a test script file?

0 Answers  


What is a test frame?

0 Answers  


I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest?

3 Answers  






What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?

2 Answers  


can you test an application in silk test that is running on another system?

2 Answers   Infosys,


how to pass TDS intery in tally?

0 Answers  


How to define an object verification in a test case?

0 Answers  


How can you get the moving contents of flash image using silktest.

1 Answers  


How to test your defaultbasestate?

0 Answers  


How to add objects of other pages to a test frame?

0 Answers  


Categories