Questions tagged [hp-performance-center]

Performance center is a network of hosts which can be accessed through a WebUI or using REST API to execute load tests. Multiple teams can share and utilize the resources using timeslots.

21 questions
5
votes
4 answers

HP LoadRunner and PerformanceCenter differences

Can someone point out the major differences between LoadRunner and Performance Center? My little research shows that both can be used for load testing and performance monitoring. What additional features are provided by Performance Center? Is VUGen…
jobinbasani
  • 2,075
  • 6
  • 47
  • 66
3
votes
1 answer

Getting reserved timeslot with ALM or Performance Center REST API

How can we get the list of the scheduled performances tests in ALM or Performance Center ? are these informations available from the REST API ? I have to develop a java application which will get these different timeslot and and add some other…
Camille Gerin-Roze
  • 4,271
  • 1
  • 11
  • 16
2
votes
2 answers

HP QC ALM 12.21 API Reference Guide

I would like to know the syntax for some of the API calls in ALM 12.21. I need the API reference guide for ALM 12.21. I couldn't find this elsewhere.
Sujin Sam
  • 31
  • 1
  • 3
1
vote
1 answer

How to download HTML Report from HP ALM Performance Center 11.0 using rest API

I want to download HTML default report for a test run from Performance Center storage (using Rest API). Actually I need just summary.html file. I was using the following steps in PC 11.5: Request test scenarios: …
mihai_mandis
  • 1,578
  • 1
  • 10
  • 13
0
votes
1 answer

How to execute High Volume load test from Performance center

Can someone please suggest how can we create 'Test Run' in Microfocus performance center 2020 version for below requirement: At first 100% of VUsers will be loaded into system, after 30 minutes of settling time, overall user load will be increased…
0
votes
2 answers

Am I applying Little's Law correctly to model a workload for a website?

Using these metrics (shown below), I was able to utilize a workload modeling formula (Little’s Law) to come up with what I believe are the correct settings to sufficiently load test the application in question. From Google Analytics: Users:…
0
votes
1 answer

How to download files or custom logs written as part of a test in performance center?

I have a script which on running creates an ID and I want to have the list of IDs from the 30 mins test executed with this script. I want to run the test on performance center which uses LG to which I don't have access to? Basically how to get the…
0
votes
1 answer

Allocate values for each user in Performance Center

I have created a script in VuGen which has a parameter that is a dat file. For that parameter I have specified how many values should be allocated to each user under Allocate Vuser values in the controller. Now when I upload my scripts to…
niklodeon
  • 1,320
  • 5
  • 20
  • 51
0
votes
1 answer

Regroup 3 test plan into 1 test

I use HP Performance Center & I've 3 tests plan that I want to regroup into a forth. I've Map-Prod1, Map-Prod2 & Map-Prod3 with several scripts & I want a new test plan with ALL script that are in these 3 test plan. I didn't find a solution, except…
0
votes
2 answers

How to extract Performance Center Run ID during a load test?

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…
0
votes
2 answers

How to set SSL versions in script when there are multiple URLs in a concurrent group of requests in a Single script?

There are 2 different URLs in a script that I have recorded and each use a different version of SSL. There is a concurrent group inside the script which has requests with both the URLs. How do I set the SSL version for them without removing the…
0
votes
1 answer

How to push performance test logs to kibana via elastic search

Is there a possibility to push the analysis report taken from the Performance Center to Logstash and visualize them in Kibana? I just wanted to automate the task of checking each vuser log file and then push errors to ELK stack. How can I retrieve…
Abhishek Yadav
  • 342
  • 1
  • 2
  • 16
0
votes
1 answer

ALM-PC - Error "Change Machine Identity Failed" occurred while trying to add PC Host VM

I am using HPE-PC 12.55 version. While trying to add new PC host machine (already did host configurations), getting an error Change Machine Identity Failed. Tried below resolutions in order to resolve issue but no luck - Restarted all ALM…
0
votes
1 answer

LoadRunner GWT to XML Conversion

We have an application which uses GWT for the communication. I have enabled DFE (In Loadrunner - Vugen) and selected GWT as the option and provided application .WAR file as the input to extract All Application related .jar files. Recorded the…
0
votes
2 answers

ALM : How to pass parameters through ALM to Performance Center?

I have recorder a script in VUGen installed on my machine. The script is uploading files from my system. The file path is parameterized like "Name=file", "Value={filePath}", "File=Yes" {filePath} contains path of a csv file and that csv has many…
1
2