what is the statment/command for invoke the browser from script
Answer Posted / 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 |
Post New Answer View All Answers
How to test your defaultbasestate?
How to select a group of test cases in a testplan to run?
What are testplan attributes?
What is the syntax of ui object identifier used by dom extension?
Where is a testplan stored?
How to download latest silk test trial version?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
How to define new testplan attributes?
What are the important aspects of a test case?
How to add objects of other pages to a test frame?
What is the segue testing methodology?
What are the types of text lines in a testplan file?
What is the standard flow of execution of a test case?
What is the vo browser extension?
How to run all test cases in a testplan?