0

I'm running a load test in Performance Center, and would like to extract the Run ID to use within a VuGen test script. I'm using version 12.55 of Performance Center and VuGen. Vugen supports a number of informational functions, but these are vuser-centric(e.g. - whoami). I'm looking for test run information during the test run.

2 Answers2

0

You can use Performance Center REST API to get the required information. For more information on the REST API please check REST API online documentation

Eyal
  • 1
  • 1
  • I had reviewed the REST APIs. But it seemed like the RUN ID was required beforehand to get information. Or I had to start the test via API to get a RUN ID. Is there a way to get the RUN ID of a currently running test that was started by Scheduler? – Albert Wang Nov 05 '18 at 13:18
0

No, it is not possible with current version of API.

The documentation of all resources is https://admhelp.microfocus.com/pc/en/all/api_refs/Performance_Center_REST_API/Performance_Center_REST_API.htm

We can get the run stats only from when and where we actually started the test. For example, if we started the test using a REST call, we get the Run ID in response.

Uttam
  • 576
  • 5
  • 17