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 |
What are testplan attributes?
hai iam not working.iam try to job.on practice i have dout .HOW TO TEST THE CALCULATOR BY USING DATA DRIVEN.PLS REPLY WITH CODE.I HAVE NO IDEA ON DATA DRIVEN.
who is the head of the BMC
What is the dom browser extension?
What is a test frame?
How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.
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 do you create a user defined class in silk?
Where are the testplan attributes stored?
What are the default testplan attributes?
Is there any way of passing values at runtime? Like scanf does in C.
what is the use of exception handling in Silk Test and how to use the commands?