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
0 answers

How to print a user's error message when lr script fails

I am new to loadrunner. I know error handling part. But recently I came across a situation in which I use a parameter unique each iteration setting. This data is exuastive in nature i.e I cannot use them again. Now in my script getting error where…
sachin
  • 27
  • 5
0
votes
1 answer

How do I determine virtual user amount and pacing if the client cannot give me any real data about the website?

I've come across many clients who aren't really able to provide real production data about a website's peak usage. I often do not get peak pageviews per hour, etc. In these circumstances, besides just guessing or going with what "feels right" (i.e.…
Jay R.
  • 5
  • 7
0
votes
0 answers

New to Scripting. How to handle dynamic values in Loadrunner scripting for contents in the body from a web custom request function

In the below custom request, the body contents like "trailerId\"\"TRL0000284\",\"masterReceiptId\" keeps changing for every new requests. I couldnt find the response of the contents in the snapshot view to correlate. Please help. New to Scripting.…
0
votes
0 answers

Launching PointOfSale from LoadRunerVugen-change in user.hooks loads the application but no recording and vice versa when recording not launching

The application is java based and it launches the application with help of xml file in accordance it calls all jar files using batch file. I am using LoadRunner vugen protocol Java record replay and triggers the application but when its launching…
0
votes
1 answer

Saving multiple values with web_reg_save_param

I need some help with web_reg_save_param. I have a request being called 10 times after each other, with ten times another response. I would like to make a FOR loop where I save a part of the response with web_reg_save_param. In the 11th request I…
AmitS
  • 1
0
votes
1 answer

Load Runner with multiple users

I can run only 1 user with 1 terminal at a time then how Load runner handels it when I wanted to use Multiple user with multiple terminals. (Note: it errored out 4 users).Please suggest any run time settings or any solutions
0
votes
0 answers

How to capture the node name in load runner

I have 4 nodes application server (Node 1,2,3 & 4) When ever i run the script the request goes to one of that node. How do i capture to which node the request goes in load runner?
Kili
  • 55
  • 1
  • 4
0
votes
2 answers

web_convert_param for ordinal values in loadrunner

I'm looking for converting each ordinal value returned from web_reg using web_convert_param in for loop and do some operations. Below is my code: char str1[] = ""; web_reg_save_param("fetch", "LB=XXXXX", "RB=YYYYY", "ORD=ALL",…
S.ai
  • 61
  • 3
  • 17
0
votes
3 answers

Press Space key inside a text box field using trueclient vugen Tool?

I need to Press space Key using JavaScript Inside a TextBox after typing the string. How can I do it inside vugen tool (Load runner) using eval js function? can anyone guide me? I tried inside to evaluate javascript on the object but getting an…
Mia
  • 448
  • 8
  • 22
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
2 answers

How to calculate the average user concurrency for below task in a Load runner scenario? Can someone help me?

Total number of simultaneous users - 200, Test duration - 2 hours Load Profile: Script 1: Browse Catalogue -> 10 steps > 2000 expected rate of business processes/hour > 100 users Script 2: Search Product -> 6 steps > 1400 expected rate of business…
0
votes
1 answer

Looping through a table rows with comparisons using VUgen

I have a table I need to compare each of the values within to an existing parameter. I have this Xpath here: //*[@id="maincontent"]/messages/div/div[1]/div[1]/table/tbody/tr[1]/td[4]/div/span and would like to insert an increment variable from the…
0
votes
1 answer

Performance Center 12.00 - Error on lrd_initialize_db

I have a Vugen script that is failing at the lrd_initialize_db and giving the following error: Action.c(5): lrd.c/fjInitDB: None of the library combinations specified in section [ORACLE_WINNT] in the "lrd.ini" file could be loaded. Initializing for…
0
votes
1 answer

Loadrunner, how to get cookie value?

After authorizing in my website, it creates special value in Cookies: Cookies: session=bb415f62-eb9e-42fa-aedf-ca1887548216 The value of this cookie is required for other API calls on my website. My autogenerated script created…
Mr.D
  • 7,353
  • 13
  • 60
  • 119
0
votes
2 answers

VUGen error while replaying or debugging a script

I am using LoadRunner 12.60 version on Windows 10. The VUGen was working fine but lately while Replay or Debug I am getting the attached error pop up message - "UTT Debugger domain error". I have uninstalled and installed the software, tried to run…