The current method of running a scenario that I use is via the ALM UI.
Is there a way to this programmatically? That is be able to login to a project and run a scenario given its path.
I found a few resources on use of command line arguments but I'm not sure if they are relevant. The controller for the scenarios are on remote systems.
I want to be able to login to a project and run the scenario (controller is pre-assigned in the scenario).
Edit: http://www.consulting-bolte.de/index.php/hp-alm-rest-api/114-connect-to-hp-alm-via-browser-using-rest-api Found a good place to start here.
Edit 2: Failed to find information on running scenarios in the Loadrunner REST API documentation.