Forum Discussion

craigcanderson's avatar
craigcanderson
Contributor
10 years ago

Command Line Runner Usage

I'm looking to run a loadUI project from the command line using the Command Line Runner syntax. This loadUI project will execute until an established number of requests have been sent. At that time I want the loadUI project to stop executing, ignoring any running requests at the time of termination.

I believe the Command Line Runner -A command line switch will do what I want. What I'm not sure of is the command line syntax.

Will the command line syntax, below, accomplish what I'm looking to do?
loadui-cmd.bat -p C:\Documents\my-loadui-project.xml -r C:\dev\reports -F PDF -A true

1 Reply

  • Hello
    I think you are looking for the limits command: -L

    Use it like this to limit the amount of requests to 2000: -L 0:2000:0

    Please look at the reference article for more information.

    Regards,
    Max