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

Name the two modes of recording?

0 Answers  


What is database check points? how many types are there?Explain?

5 Answers   Second Foundation,


In the system of coordinates used by WinRunner,the origin(0,0 coordinate)is located in the --- screen?

3 Answers   FCG,


what is the testing high level architecture

0 Answers   Wipro,


What is the XML test cases creation?

0 Answers   IBM,


if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.

1 Answers   Wipro,


How you integrated your automated scripts from TestDirector?

0 Answers  


Is Winrunner 7.01 supports .NET applications?

3 Answers   Second Foundation,


How can I check the font size and color using winrunner?

3 Answers  


Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.

0 Answers  


what is batch mode, how can u run ur tests in batch mode?

3 Answers   MBT,


how do you use DLLs in winnrunner?

1 Answers  


Categories