What is the difference between "invoke_application"
and "web_browser_invoke" functions in winrunner



What is the difference between "invoke_application" and "web_browser_invoke" f..

Answer / uday kumar. a

invoke_application: we use this function to invoke an
application, means .exe of an application.
Syntax: invoke_application("path of .exe","Command
options","working directory","mode to show the application")
path of .exe - path of the .exe
Command options - optional argument
working directory- optional argument
mode to show the application - maximized, minimized
Ex: invoke_application("C:\\Program Files\\Mercury
Interactive\\WinRunner\\samples\\flight\\app\\flight1a.exe",
"","",SW_SHOW);

web_browser_invoke: to invoke a web site.
syntax: web_browser_invoke("browser name","URL")
Example: web_browser_invoke("IE","http://www.merc-int.com")

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WinRunner Interview Questions

Some of the importent functions in data driven test(ddt)?

4 Answers   Second Foundation,


The extension of the Script file is .mts ok Whis is stand for mts?

4 Answers  


we have three windows with title(logical description),India.com,Government of India.com,India Inc.com.All three windows have similar properties and object.A test script has to be run on all these windows.what changes will u make in GUI or script so that the script runs succesfully on all these three windows with the least alteration required? Please explain clearly with steps.

2 Answers   FCG, Philips,


What we have to do if winrunner is not able recognize an object even if we have mapped the object with standard windows object used by winrunner using wirtual object wizard?

3 Answers  


What is the difference between gui map and gui map files?

0 Answers  






when start testing

0 Answers   MNC, Verizon,


If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.

1 Answers   MBT,


Name the different modes of recording?

0 Answers  


how u can connect database without using any wizard in winrunner?

1 Answers   Accenture, MBT,


how to test online application

1 Answers  


which checkpoint is used to analyze the appearance of AUT

1 Answers  


What is the function in WR for replacing the existed data to blank?

1 Answers  


Categories