What is the difference between "invoke_application"
and "web_browser_invoke" functions in winrunner
Answer Posted / 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 View All Answers
Explain the synchronization points?
When it is appropriate to change physical description?
What is toogle breakpoints? How does it differ from break points?
How do you find out which is the start up file in winrunner?
what is mean by release in quality center and who will perfom?
How do you configure gui map?
What actually happens when you load GUI map?
What information is contained in the checklist file and in which file expected results are stored?
What is tsl? What 4gl is it similar too?
How should we write and execute a user define function using WinRunner.
What is debug mode in Winrunner?
What is the use of gui map and what happens when gui map file get loaded?
What is boundary test?
Why don’t we normally load the gui maps through start up scripts?
What are the modes of script recording in winrunner ?