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 all are the different databases winrunner can support?
can i get apex technologies interview questions in testing
what is the gui map & gui map file in winrunner?
How will u find Automation Test cases and how to find regression test cases?
how are objects identified by winrunner
can any one provide some testing material?
Explain the synchronization points?
Explain difference between winrunner and test director?
descriptive program for web application.
When do you feel you need to modify the logical name?
what is mean by release in quality center and who will perfom?
What is open STA?Explain in detail.