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
Name the three modes of running the scripts?
What is test parameter
Explain the purpose of different record methods?
What is the use of gui map and what happens when the gui map file get loaded?
How do you handle unexpected events and errors?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
What is the XML test cases creation?
How do you handle pop-up exceptions?
What Framework is suitable to validate the Login screen.
Name the different types of checkpoints?
write a compilemodule function for loginscreen.
What information is contained in the checklist file?
What are the three modes of running the scripts?
what is mean by release in quality center and who will perfom?
Define parameterizing?