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

How to resolve HTTP Status-Code=409 conflict error in vugen replay?

Dear Team, Can I have any work around to resolve the said issue? Getting HTTP Status-Code=409 conflict error during script replay. I have tried all the run time settings. Correlated all the dynamic values. Played with all recording…
Yasir
  • 81
  • 1
  • 3
  • 20
0
votes
1 answer

Loadrunner Design Studio misses URL encoded variations of correlated parameters

We are a shop that uses LoadRunner and VuGen (recording in standard HTTP/HTML web mode), and have an issue where we have an application which uses long base64 parameters, where in some cases they are encoded (primarily with + turned into %2B), and…
0
votes
1 answer

Sharing function/action across multiple VuGen scripts run via Performance Center

I have few VuGen scripts that use Web/HTTP protocol using javascript. I am using VuGen 12.53 (patch 4). I have a login.js action that is common to all my scripts. Whenever there is a change to the login action, I have to make udpates to all the…
0
votes
1 answer

How to change input soap request as per test data in loadrunner?

I am working with one soap request where we need to pass,single data in one parameter and in 2nd iteration we need to pass multiple test data in same input request.Please help me how to change input soap request as per test data,please find below…
Rajesh Qa
  • 167
  • 1
  • 2
  • 8
0
votes
3 answers

This session is invalid.You are logged in through other browser

Getting following error message from browser at the time of recording as well as replay, 'This session is invalid.You are logged in through other browser. This issue does not appear when logging in manually as well as through TruClient Firefox. I am…
Shoaib Shaikh
  • 343
  • 7
  • 22
0
votes
1 answer

Correlate the Boundary value in Load Runner 12.5

I am using loadrunner 12.5. In the below value I need to correlate and get the value 1aqeid!None (the None will also be filled with numbers so its dynamic) Example: 1. {id:'1aqeid!None!123456',paramName:'jsessionId'}; 2.…
Alex Michael Raj
  • 185
  • 2
  • 9
  • 24
0
votes
1 answer

Parameter list issue in HP Load Generator

I have a VUGen script that uses a parameter list of type=File with Select Next Row = Unique and Update value on = Once. This file (UsernameAndPassword.dat) is located in a Shared Folder. When I run the Performance Test with more that 1 VUser, all…
0
votes
1 answer

How to read different data from the same .dat file without creating parameter list for each field in load runner?

I have three fields in the application. I want to create one test data file (.dat) file containing 3 data for each field. I don't want to create a new Parameter list for each field. dat file is TestData TestData has the following…
roopini n
  • 503
  • 2
  • 7
  • 29
0
votes
1 answer

VUGen with SAPGUI protocol

This is first time I have used SAPGUI protocol with VUGen. I have recorded a script in VUGen using SAPGUI protocol. The process I have recorded is VA01 "creating sales order". While replaying the script I am getting below errors directly without…
tabish
  • 1
  • 1
0
votes
0 answers

VuGen: Encountering Error: Requested form not found in extended replay, but not in standard replay

I'm scratching my head at this. I have a web/html protocol script that I created in VuGen. I correlated everything that I think needs to be correlated. When I replay the script with no log, standard log, or log with parameter substitution, the…
sky
  • 23
  • 1
  • 1
  • 3
0
votes
1 answer

Unable to record simple HP flight application script using LoadRunner

I am recording the scripts for sample HP application using LoadRunner 12.02 but after recording the script, no script is getting generated in Vugen and in the log can see following details: ****** Start Log Message ****** Web Recorder version :…
Bhanu
  • 40
  • 1
  • 8
0
votes
1 answer

HP Load Runner not running

I had recently installed HP Load Runner (Trial Version) on my Windows 8.1 . But I am unable to run it. I had also downloaded all the prerequisite components, then also I didn't get the success. Actually it didn't created the Vugen shortcut on…
asoni94
  • 137
  • 2
  • 11
0
votes
1 answer

LoadRunner - Siebel - Session warning message while replaying the script

I am playing around with LoadRunner to performance test a Sielbel CRM application. The protocol ( Siebel web) is selected before the run and also the .cor file is associated using the recording options dialog. I have also copied the DLL ssdtcorr.dll…
Timothy Rajan
  • 1,947
  • 8
  • 38
  • 62
0
votes
1 answer

Getting a HTTP Status code 404 on web_custom_request in Loadrunner

I have a web_custom_request method that needs to handle dynamic item data web_custom_request("create", "URL=someurl\create", "Method=POST", "Resource=0", "RecContentType=application/json", "Referer=someurl", …
user1528884
  • 121
  • 1
  • 4
  • 13
0
votes
1 answer

Recording vugen script for application which launches through a macro

I want to create a vugen script for launching an application which launches once the macro is run in excel. How should I incorporate this step in loadrunner of launching through macro ? Application is using http/html protocol.
RID
  • 1