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 test parameter
What is the purpose of regexp_msw_class property?
which method are using to obtain runtime property of an object
How to know from the script that whether the object is custom object or virtual object?
what is the difference between copy and call?
How do you run your test scripts?
How many types of tests can u create in winrunner?
What is the TSL function in WinRunner to connect to test director?
1 Answers Infosys, Kanbay, Scope International,
what are the default addin?s provided by WR
How do you load GUI map?
types of testing? and what is mean bvt and bat ? differ btwn bvt and bat pls can anybody post the answer
What is the purpose of Wdiff utility?