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 |
For What are the browsers that WinRunner can Compatible? (I want Versions Like IE5.0 etc;)
what is virtual object?
What are the three modes of running the scripts?
How do you handle unexpected events and errors?
How does WinRunner evaluate test results?
What is toogle breakpoints? How does it differ from break points?
what r the standard properties r u checking for pushbutton?
What is the definition of function?
Tell US the Short key to open the dialogs of windows.
Hai guys can any one tell me tnhe difference between the product testing and Project testing?
How do you maintain the document information of the test scripts?
What is the procedure for Using Batch tests?And in real time how will use you use batch Tests?Explain with Clear Example?