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

VuGen web-HTTP/HTML load test script debugger stop working

when I was replaying my Web app-HTTP/HTML Load testing script, blocked by "UttStandaloneDebugger has stopped working" what should I do... enter image description here
Henry.Huang
  • 23
  • 1
  • 5
0
votes
1 answer

Vugen - Not able to launch IE in Windows 2012 Server R2

We have installed VUgen12.53 in Windows 2012 Server R2. WHen we are trying to record, we get an exception that, ' You need to close all Internet Explorer Browsers' After clicking 'OK' another popup appears ' Please close IE and all instances…
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…
0
votes
0 answers

unable to open steps toolbox in Load runner

I am using Loadrunner 12.53 when I tried to open Design>insert in script>New step Expected: I should be able to see the list of attributes But under steps toolbox it is showing "There are no tools available for the cúrrent document!" How can I…
Raj
  • 1
0
votes
1 answer

Did anyone try using "Call Virtual User Generator Script" from toolbox for API testing?

For testing one my functionality I want to call VUGEN script in my APItest in UFT. I added the "Call Virtual User Generator Script" from toolbox to my test. But I am unable to give the script path. In the screenshot attached calling vugen script…
Reshma Shaik
  • 65
  • 1
  • 4
0
votes
1 answer

Handling batch file through loadrunner

I have a batch file creating the Signature which eventually triggers a jar file and I am passing some keys (user inputs) to the batch file, 3 values one by one e.g. Key, timestamp, and the token. The vugen script is able to open the batch file but…
0
votes
0 answers

Values that we are getting in user defined data variable is not same as data points graph

This is the script we are getting the value for "durationTime". Action() { float durationTime; lr_start_transaction("1st Load Test"); web_url("user_guide","URL=http://www.espncricinfo.com","Mode=HTML",LAST ); durationTime =…
0
votes
1 answer

Edit script actions directly in Performance Center / ALM 12

I am using: Application Lifecycle Management Version 12.50 HP Performance Center 12.50 from Internet Explorer. Under Test Plan I try to edit the Actions of a Script. I checked out the script, I can rename it, but I don't see a way to edit its…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
0
votes
1 answer

web_reg_find function return error 26366

I run a script: web_url("yangibazar@ya.ru", "URL=http://u0351361.isp.regruhosting.ru/viewtopic.php?t=11", "TargetFrame=", "Resource=0", "RecContentType=text/html", "Referer=http://u0351361.isp.regruhosting.ru/viewforum.php?f=3",…
Ulugbek
  • 3
  • 4
0
votes
2 answers

How to resolve GENERAL_MSG_CAT_SSL_ERROR]connect to host "" failed: [10054] Connection reset by peer" message?

Dear Folks, Good Day. We are observing below error messages intermittently while executing in HP PC, which works well and good in Vugen. Error Message: GENERAL_MSG_CAT_SSL_ERROR]connect to host "" failed: [10054] Connection reset by peer" Could…
Yasir
  • 81
  • 1
  • 3
  • 20
0
votes
0 answers

LoadRunner Runs fine when recording, errors on playback

I have a LoadRunner script that logs on to a secure website, navigates to a page, deletes the current file, uploads the replacement file, saves it, and logs out. When I Record in LoadRunner, I navigate through the website, delete the file, upload…
Rexxrally
  • 323
  • 1
  • 3
  • 12
0
votes
1 answer

unable to run rest api service in loadrunner?

i'm facing issue while running rest api service in loadrunner(VUGEN),in soap ui it is working fine. My Data contains around 10 fields but while request it is breaking one parameter into two then i'm facing internal server error. Please help and…
Rajesh Om
  • 483
  • 2
  • 15
  • 39
0
votes
1 answer

LoadRunner how to capture active window name (it's a pop-up)

I facing problem while correlating script in load-runner. Issue: There is a pop-up window is opening in my application with attribut like "_WindowName=Quote_dyanmicvalue" the dynamic value length also changes(values is integer). cannot find the…
0
votes
1 answer

LoadRunner (VUgen) does not invoke FireFox for recording

LoadRunner 12.53 (Vugen) doesn't invoke FireFox v52 during recording web browser. After I start Recording, I find firefox in windows process but it doesnt show up, it just stays in the process. But I can easily opens it up if I stop recording. I…
Tanvir
  • 1,642
  • 8
  • 32
  • 53