1,252 questions
-1
votes
2
answers
216
views
Loadrunner lr_get_attrib_string always returns null
No matter what, lr_get_attrib_string returns null. I suspect I'm missing something small. Screenshot attached showing code, additional attributes I'm trying to take in, and the output below. Thanks!
...
0
votes
1
answer
71
views
Remove redirected requests in Vugen
I had recorded a web application in dev tools and save it as har file and later recorded the file using Vugen, in this application at login level we are getting 5 https request and all of them are ...
0
votes
2
answers
67
views
Loadrunner script conversion to JMeter for https using HTTP(S) Test Script Recorder
I am trying to convert loadRunner scripts to JMeter for a https application using the following
JMeter File -> Templates -> Recording -> Create
start https test script recorder
for LoadRunner ...
0
votes
3
answers
168
views
getting error as "operands of = have illegal types `pointer to char' and `int'" [closed]
I have to trim a string to 35 character to use it for my loadrunner script
so below is the code I have written in C
char * trimString(char* str) {
static char trimmed[36]; // 35 characters + 1 for ...
0
votes
1
answer
84
views
Truclient recording login page
I have to do UI Testing for one of my application. I have tried JMeter ui scripting using webdriver plugin but execution fails at even 5 users as multiple browser get invoked and we are unable to ...
0
votes
1
answer
51
views
LoadRunner TrueClient Copy n by m cells from excel and paste it to the editable grid on the browser
I'm using the TrueClient protocol to generate the Vugen script.
We have a Dynamics 365 web app with an editable grid, where we can directly copy and paste Excel cells.
Manually I can copy and paste ...
0
votes
1
answer
114
views
Custom Ramp up in LRE for batch vusers
Is it possible to give custom ramp up in LRE for a single group to a batch of vusers.
For eg.
We have a batch of 17 users which needs to start every 20 seconds. We need to configure for every batch of ...
0
votes
1
answer
85
views
How to read LoadRunner Analysis results with Java
In our project, we're currently using LoadRunner Analysis to obtain performance test results. However, we now need to develop a Java program to read these test results and store them in a database. ...
-1
votes
1
answer
39
views
Loadrunner is not opening properly
When try to open the Virtual generator user(Loadrunner).I got below Error.Can you someone help me to solve the problem.
Retrieving the COM class factory for component with CLSID {CF405F74-C2F7-4814-...
0
votes
1
answer
100
views
Loadrunner Truclient - Upload CSV Issue
I have a use case where I need to upload a CSV file via LR truclient protocol.
When I am trying to upload normal IE browser, file is getting uploaded properly. But in truclient browser it's throwing &...
0
votes
1
answer
79
views
Load Runner - Correlate dynamic value
Below is the sample Body part from the request
Body=7|2|20|https://abc-def.ghi.abcdefgh.com/ui/uis/|cl.imp.search.comands.Command/123456|{c_DynVal}*|0-jhterv0|java.util.HashMap/
here {c_DynVal}= ...
0
votes
0
answers
125
views
Influxdb Command prompt login issue
Influx dB cmd receiving status code as 401 from server.
We have tried to use auth command. But there we are unable to enter the password.
We need to login to influx through cmd. We need to integrate ...
0
votes
0
answers
179
views
Test Script generating binary body with encryption and replay is not working properly
Currently I am working on the Oracle EBS application performance testing using LoadRunner tool.
VuGen version - 24.1
Oracle Form Version : 12.0.14.12020000.22
After log into the EBS application, I ...
0
votes
2
answers
170
views
How to pass dynamic JSON body in JMeter and LoadRunner
I have a payload with manager and reportees, based upon the manager, reportees count will get differ. For example, for 1 manager I will have 3 reportees details and another manager I have 2 reportees. ...
0
votes
1
answer
58
views
Using AWS RDS with LoadRunner Ent. an option?
Anyone installed LRE using AWS RDS? I was going thru the installation guide for LRE2023r1 and noticed LRE is not supported with cloud managed database. I tried googling for some kind of answers other ...