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 |
how to test the websites using winrunner iam pactising in winrunner version 7.0,how to get new trail version of winnrunner?
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
what is the difference between copy and call?
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
How do you do digital signature test in winrunner?
what is test bed
how do you analyze the properties associated with object
What is the difference between STATIC FUNCTION & STATIC?
Hi all,Can anybody tell me what does AUT stands for in winrunner,because now only iam learning
Explain the winrunner testing process?
How do you select multiple objects during merging the files?
Hi,please help me out with my ques:in winrunner the object will be reconzined in the form of label or class.