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

Uploaded File Size in LoadRunner

We are creating a LoadRunner script which will upload the files for multiple users through Web/HTTP protocol. However we need to check the uploaded file size during runtime through LoadRunner script only and accordingly do exception handling while…
singhabhisek
  • 57
  • 1
  • 8
0
votes
1 answer

LoadRunner, Record REST API for Bearer Token Generation, How to

I'm trying to record a LoadRunner script for a REST API POST call that generates a token. All the information I have is username:AAABBB, password:AAABBB & URL:https://blahblah/oauth/token?grant_type=client_credentials&scope=blahblah/upload I'm…
0
votes
1 answer

LoadRunner external file Parametrisation

I have a .xml file in external files and I want to parameterize a field. I am not able to do it directly. Is there any way we can parameterize the field? So I have a vugen script: web_custom_request("getInfo", "METHOD = POST", "URL =…
user17500260
0
votes
1 answer

Correlating values and assign a value to that correlated match

I have a scenario where I need to submit parts of a password that is always set to password1. Where I need to submit it in is called a surephrase and it randomizes which part of your password you need to insert. Example: First Login Second Login So…
Hendri
  • 3
  • 1
  • 4
0
votes
0 answers

How to store multiple parameters from a same URL in Loadrunner using "web_reg_save_param_json"

I am new to LR, I have a URL which returns JSON in the below structure { "Indo-European": { "Indo-Iranian": { "Iranian": [ "Persian" ], "Indic": [ "Assamese", "Bengali" ] }, "Baltic": [ …
vgnsh
  • 120
  • 1
  • 15
0
votes
1 answer

How to ignore {} in json path query

I have json response (given below), from which I'm trying to extract availtimeSlots (each record). My Json path giving the output as {"Sq.Num":"1","elapseTimeHour":"13","elapseTimeMinute":"30"}(for first match). but I want to extract…
JMeter_User
  • 203
  • 3
  • 17
0
votes
1 answer

How to convert date (1991-08-23T00:00:00) which is captured in response and then convert this format (08-23-1991) in vugen?

I am working on a script where I need to submit a form and do some authentication during the steps. I am using LoadRunner Vugen for scripting. For one of the request's response I can see birthdate is coming like below: "suffixName": "" "birthDate":…
0
votes
2 answers

How to get the failed Users as a single file in Loadrunner

I am running 4 Vugen scripts in loadrunner Controller for which i have 10000 users, Some users are getting failed after logging in(404 page/TCP Error Page) for which development asking me to delete those users from the dat file. I know we can get…
Hussain
  • 1
  • 1
0
votes
2 answers

What determines if a LoadRunnner script passes or not VS a transaction passes or not?

I'm using LoadRunner Vugen (Virtual User Generator) to implement a C script and I am a bit puzzled because I'm getting this result: Usually when I use some functions like web_reg_find() web_reg_save_param_regexp() web_custom_request() the flow…
madtyn
  • 1,469
  • 27
  • 55
0
votes
0 answers

How to monitor GuideWire application with GW inbuilt monitoring tool?

We are doing performance testing of guidewire application,related batch process and REST API. We have a requirement to monitor batch processes and REST API performance with Guidewire monitoring tool. I am new to this. Can someone suggest how to…
Nikhil
  • 393
  • 1
  • 6
  • 25
0
votes
2 answers

Is it possible to replace a part of value from captured correlation in Loadrunner?

I am correlating json response, but from the captured json I need to replace a value with some different text. For example - captured response is as below and saved to "corr_json"variable: { "data": [{ "type": "articles", "id": "1", …
Nikhil
  • 393
  • 1
  • 6
  • 25
0
votes
2 answers

Log into application that uses kerberos

Supposedly I have a webpage, where I got the authentication popup [The very same as those web pages that uses basic authentication]. However, the server is using Kerberos for authentication. As such, is there a way I can retrieve the response with…
Vic Lim
  • 21
  • 3
0
votes
0 answers

Does Loadrunner (VUGen) support 2-Factor Authentication?

Our application uses OKTA. We have to login to the OKTA portal, which sends a code to our mobile device (via SMS or the OKTA app). This code is then entered into a prompt. If the code is valid, we are then able to go to our test application. Does…
Jay R.
  • 5
  • 7
0
votes
2 answers

How to set a custom download path in Chromium in Truclient protocol of Loadrunner

I am trying to record a UI in Truclient protocol using its Chromium extension. As part of my workflow, I am downloading a file by clicking a button on UI. While replaying my script the downloaded file is saved in the default download path of Chrome.…
Deepak
  • 1
  • 1
0
votes
1 answer

How to use twilio rest api with loadrunner?

I am currently doing POC(proof of concept) on IVR loadtesting where I just want to call a IVR and have no interest in sound quality and all. So I come across twilio rest api which can make a outbound call. It is working perfectly with python but I…
sachin
  • 27
  • 5