Sunday, March 8, 2009

How to execute Analysis with a .lrr or .lra file from command prompt

Solution:

Executing Analysis from the command line

Here is the command line that you need to execute to run Analysis from the command prompt:

"LoadRunner  Install Dir"\bin\analysisui.exe -RESULTPATH "path to .lrr/.lra file" 
You can as use the flag -TEMPLATENAME templatename to specify the template you want to use.

NOTE: templatename should only contain the name of the template to be used. The full path is hard coded in a configuration file. 

2 comments:

  1. Hi,

    Running the command from a jenkins job I find that the analysisui.exe doesn't exit.
    Have you ever come across this issue?
    (LoadRunner 12)
    Thanks,
    Vijay

    ReplyDelete
    Replies
    1. Did you find solution for this...we also face similar problem

      Delete