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 |
can we run compiled-mod function in a compiled module function?if yes then fwd sample script?
How to Know through script which add-ins are loaded with winrunner?
how do you use DLLs in winnrunner?
What are the advantages of Global gui over gui map per test mode?
How to convert Manual Test script into Automation Test Script?
what is the TSL statement for pass/fail crieteria appear in the test results of TD?
How do you call windows APIs, explain with an example?
what is the basic knowledge required to work in BFSI domain ?
7 Answers HCL, Nucleus Software, Standard Chartered,
What is the TSL function in WinRunner to connect to test director?
1 Answers Infosys, Kanbay, Scope International,
What are the reasons that WinRunner fails to identify an object on the GUI?
What is toogle breakpoints? How does it differ from break points?
What are the virtual objects and how do you learn them?