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 |
Name the two modes of recording?
What is database check points? how many types are there?Explain?
In the system of coordinates used by WinRunner,the origin(0,0 coordinate)is located in the --- screen?
what is the testing high level architecture
What is the XML test cases creation?
if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.
How you integrated your automated scripts from TestDirector?
Is Winrunner 7.01 supports .NET applications?
How can I check the font size and color using winrunner?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
what is batch mode, how can u run ur tests in batch mode?
how do you use DLLs in winnrunner?