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
How do u check FONTS in Login Window?
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What are the reasons that winrunner fails to identify gui object?
How do you suppress a regular expression?
What in contained in the GUI map?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
How to test Fonts and its size thru "Font Expert" in Win Runner.
What do you verify with the database check point custom and what command it generates, explain syntax?
What is the disadvantage of loading the GUI maps through start up scripts?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
i would like to know the steps to write tsl exception and object exception with a simple example
How to break infinite loop?
What are the platforms that WinRunner can be used?
How do you find out which is the start up file in winrunner?
Which function to use to compare the application date with system date?