Questions tagged [vugen]

VUGen (Virtual User Generator) is a loadrunner component used to generate vuser script.

Vugen is a component of which can be used for developed loadrunner scripts called Vugen scripts. It is a protocol based tool. Vugen is used to develop scripts by capturing the activity between Client and server in web based application. E.g., in a web based application where the protocol is selected, Vugen launches browser and traces all the all the requests sent to and received from server. Vugen supports ANSCI C language. A Vugen script can be developed by merely recording but not writing

179 questions
0
votes
1 answer

LoadRunner VuGen Script Replay Failing for Citrix Module Login

I am using LoadRunner VuGen to record a test I would like to execute using a Citrix module. I am able to successfully record the actions but when I play the actions back, it stops at the following line of code: ctrx_wait_for_event("LOGON",…
0
votes
1 answer

[MsgId: MERR-27040]: GWT - ERROR [GWT_DFE] - java.lang.reflect.InvocationTargetException in Vugen Script

I am getting the following error when running the Vuser Script. The script uses html/HTTP protocol and GWT DFE is enabled. I gave the classpath with all the .jars and .wars. All my request bodys are decoded to xml. I didn't do any parameterization…
0
votes
0 answers

Critical error in execution LoadRunner Controller with SAP GUI

I am experimenting a rare error when executing an script recorded with LoadRunner Vugen in LoadRunner Controller. Specifically, I am working with Controller SAP and SAP GUI load generators. The error comes suddenly, in the middle of execution,…
T. Sop
  • 1
  • 1
0
votes
1 answer

HP LoadRunner's Controller

I have to test a set of functions (online functions, batches and web services) for a company and I'm using LoadRunner. I had no problem creating the scripts with Vugen, but I have a question regarding the parameters file. Let's say I have 10…
Leon
  • 665
  • 4
  • 10
  • 32
0
votes
1 answer

Loadrunner function to delete a DB data

I have a Web-application from which I can delete a DB data using data textfiled, and then clicking on the DELETE button for deleting the data, and it worked fine, and when I check in the DB I found it indeed deleted. But in Loadrunner script it…
otmann
  • 37
  • 2
  • 17
0
votes
1 answer

Loadrunner Server Response parameter not found Javascript

I have a server application to submit data which worked fine in the Browser , I try to create a VuGe script for that, which checks a pattern from the Server Response with the reg_save_param function which looks so: web_reg_save_param("gcid", …
otmann
  • 37
  • 2
  • 17
0
votes
1 answer

How to get a complete row data from VTS?

I am using VTS tables for passing data from 1 script to other. Now, I want to get data from all the column for particular row and print that. I tried couple of VTC commands but unfortunately that did not work. Command I tried:- rc =…
0
votes
2 answers

Unable to capture JSON response in Vugen using Web http/html

Step Functionality: creation of draft; success status shown by creation of draft id in server response Call: web_custom_request("draft", "URL=https://xxx.yyy.com/__services/v2/rest/draft", "Method=POST", "Resource=0", …
0
votes
1 answer

Loadrunner web_custom_request function did not return a json format response

I have a call with curl to register a customer, and in the payload I give an xml file which contains mobile number of the customer, and a password like this: 01733156102 geheim01
otmann
  • 37
  • 2
  • 17
0
votes
1 answer

GET Requests scripts not generated in Vugen load runner

I have a doubt whether load runner does't record the GET requests ? however POST method in-turn get requests are recorded. But specifically load runner doesn't capture GET requests as separate custom request or any ? Am using mobile HTTP/HTML…
Prabhakar Y
  • 87
  • 2
  • 3
  • 19
0
votes
1 answer

is there any regular expressions for the web_reg_save_param() in the LB and RB Boundaries?

with the function: web_reg_save_param("questionId", "LB=secretKnowledges\":\\[\\{", "RB=\"", LAST); I try to catch the value of the "questionId" parameter which comes from the server response as a (json file) and looks…
otmann
  • 37
  • 2
  • 17
0
votes
0 answers

Vugen access to path to start recording dialog is denied

In Vugen im getting an error from the access to path C:\Program Files (x86)HP\LoadRunner\Config\StartRecordingDialog is denied . How do I fix to begin recording?
Mr. B
  • 1
0
votes
1 answer

"Message id [-13992] was not saved - Auto log cache is too small to contain the message" error with vugen

I was running a test on LoadRunner vugen when I got the error: "Message id [-13992] was not saved - Auto log cache is too small to contain the message" The script fails at the block of code written here below: int m, i; …
Narasimhan
  • 164
  • 4
  • 12
0
votes
1 answer

VuGen's JSON changing content

I'm usinf VuGen for recording performance tests. I have to call some REST api to get JSON which is containing link to resource. My code looks like this: web_reg_save_param_ex("ParamName=DownloadLink", "LB=downloadOriginal\":[{\"href\":\"",…
Paweł Reszka
  • 1,557
  • 4
  • 20
  • 41
0
votes
1 answer

Hp VuGen 11.5 Basic Correlation blank value

This should be a really simple fix that I simply can’t figure out and need help. I have a script that records the submission of a record. This record submission generates a unique ID when the user clicks the submit button. The ID that is generated…
Khaza
  • 41
  • 1
  • 7
1 2 3
11
12