What are command line options?How to invoke winrunner with
vb add in using command line options?
Answer / udaykumar
we can invoke WR by using Windows Run. This is called
commnad line options in WR.
By using this commandline options, we can:
1. Invoke WR with specified addins
2. Invoke a spedified test with the specific run settings
3. Runs the tests in batch mode.
Inorder to invoke WR, with the specified addins,then:
<WR Root Folder>\arch\wrun.exe -addins "Add-ins"
Example: to invoke WR with VB addin
C:\Program Files\Mercury
Interactive\WinRunner\arch\wrun.exe -addins VB
Is This Answer Correct ? | 2 Yes | 1 No |
What is watchlist?
Tell me the usecase format r u using in ur company?
How we conduct Regression Testing through WinRunner
tell me the detailed exaplanation of different types of tesiting
Do v give code to client or simply an exe file?
what is compile module in WinRunner?
How do you scope, organize, and execute a test project?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
What is parameterizing?
i would like to know the steps to write tsl exception and object exception with a simple example
How to automate testcases?what were the challanges that u had in automating win runner?
what is batch mode, how can u run ur tests in batch mode?