What is the difference between "invoke_application"
and "web_browser_invoke" functions in winrunner
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 |
what is wrun.ini file..what it consists?
3 Answers BeBo Technologies, Polaris,
How many check points are there in winrunner? what are they?
If the object does not have a name then what will be the logical name?
Is Gui Map Created when you record in Analog mode?
tell me the detailed exaplanation of different types of tesiting
how to invoke the window based application in win runner
Explain the purpose of different record methods?
How do u check FONTS in Login Window?
Are you created any custom dialog box during test runs?
what is meant by CMMI standards
What are the modes of script recording in winrunner ?
What are the three windows displayed when a mismatch occurs in Bitmap verification