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
1
vote
1 answer

Can we able to record VuGen Scripting (LoadRunner) for JNLP launch application?

We are having an application with the JNLP launch file. Tried to find the protocols using protocol adviser for this application couldn't able to load this file in "program to analyze" field. Tried other protocols like "Java Over Http", "Java Vuser"…
1
vote
2 answers

LR 12.55/TruClient vusers are stuck in Init state not going to running

I created a TruClient Web (IE) protocol script in LR12.55, when I try to run the script with 50 users, only some would go into running state (in between 25-37) and the rest would stuck in init forever. I tried to change the Controller -> Options->…
user6252041
  • 73
  • 2
  • 10
1
vote
1 answer

What is the difference between a transaction and a transaction instance in Vugen?

I am using the Virtual User Generator for HP Performance Center, and I can't figure out the difference between lr_start / end_transaction and lr_start end_transaction_instance. All I can find in support is that the transaction is used for "tracking…
Upgrayded
  • 61
  • 3
  • 9
1
vote
2 answers

How to set virtual users in load runner in HP ALM 12.05

I have one VuGen script(recorded script) which i need to execute with Virtual users. Currently i am able to import it and also found play button (after several attempts). But the problem is where should i need to mention the Virtual user…
Patrick
  • 53
  • 11
1
vote
2 answers

Change failed request to passed in VuGen

I have 1 request which need authentication before it. Authentication executes one time at start and each time when request return code 403. Code of second auth looks like next: int…
Lunigorn
  • 1,340
  • 3
  • 19
  • 27
1
vote
1 answer

Loadrunner does not record

While recording I get the below error: There is no Internet Access. You may be unable to record and execute the business process.This may affected you even actual business process does not require an Internet Connection. Since the selected browser…
otmann
  • 37
  • 2
  • 17
1
vote
1 answer

Unable to record in VUGEN 12.01 with IE11.0

I'm using LR Vugen 12.01 tool to record an application in HTTP/HTML protocol. We have IE upgraded to 11.0 version now, when I try to record using 11.0 I'm getting the message saying 'webpage can't be displayed'. Any specific settings we need to do…
Channu
  • 11
  • 2
1
vote
1 answer

Foreground Events not recording with Java record replay protocol in Vugen(HP Load Runner)

I have a JavaWS application which makes the client server calls through plain socket communication. My application launches through a JNLP file. I'm trying to record this application using vugen java record replay protocol. To record the…
Tejreddy
  • 45
  • 6
1
vote
1 answer

Vugen Replay Error due to certificate : SSL protocol error when attempting to connect with host

am trying to record an HTTPS application , i have recorded it with Socket level and Winlnet level data with the auto SSL detect option uncheked.Successfully created the scipt. the script was created with a default web_set_certificate_ex function.…
user3498297
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

How do you record "window close" transaction in LoadRunner?

I am trying to record a script for an IBM BPM application that opens up a popup window and accepts some data; once done I click on a Submit button after which it closes the window. However I am unable to capture the transaction in LoadRunner. I am…
Husain Khambaty
  • 740
  • 1
  • 9
  • 22
1
vote
2 answers

LoadRunner Vugen script fails in controller

When I run a script in LoadRunner Controller, I am getting the following error: Action.c(76): Error: Tree - Failed to select node "" Snapshot Info [MSH 0 0 1]. The thing is that the script works perfectly in the Vugen. Anyone has ever found…
AJL
  • 11
  • 3
1
vote
2 answers

warning: declaration of `lr_searchReplace' does not match previous declaration at vuser_init.c (941)

I am getting the following warning: warning: declaration of `lr_searchReplace' does not match previous declaration at vuser_init.c (941) code is as below:- Note: I have declared char *abc; in global. vuser_init() { abc =…
1
vote
1 answer

Loadrunner - share common action between scripts

Is there a clever way to share common actions between scripts in Loadrunner? Let me explain. Our company will have to create 50 different scripts with different scenarios. Most of them requires logging on to our website, and logging out. It's kind…
Mr blue
  • 40
  • 4
0
votes
1 answer

Loadrunner scripting

If you dynamic value (Performance,tester,role ) And this 3 values changing there places on every iteration how can be capture all three things using loadrunner . Performance,tester,Role Role,tester, performance Tester,role,…
0
votes
1 answer

Working with Unix Time stamp in Loadrunner

I am working on a script which has 2 fields - Doc Validity Start date and End Date. For testing purpose, we have decided to keep the validity as 4 days. While recording the script, the start and the end date is coming in Unix format (with…
Nike
  • 23
  • 1
  • 10
1
2
3
11 12