GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  LoadRunner
Go To First  |  Previous Question  |  Next Question 
 LoadRunner  |  Question 29 of 144    Print  
How do I capture value from a variable which is generated by the system.

Thanks.

  
Total Answers and Comments: 2 Last Update: December 20, 2006     Asked by:  
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 11, 2006 01:48:14   
Ram        

RE: How do I capture value from a variable which is ge...
we can capture the values that has generated by the system through the function called web_reg_save_param.
 
Is this answer useful? Yes | No
December 20, 2006 05:23:10   
boyina Member Since: January 2006   Contribution: 45    

RE: How do I capture value from a variable which is ge...

Hi

The below function u can use for capturing the dynamic values generated by the system

web_reg_save-param( paramatername LB RB ORD LAST);


 
Is this answer useful? Yes | No

 Related Questions

Can we execute QTP scripts in LoadRunner? Our system uses a Linux with tandem database. What's a tandem database and primarily what languages it uses like C++ or COBOL. What protocol should we select while creating scripts? like if its web we use HTTP protocol so for here what factors should we consider to select on a protocol.
Read Answers (4) | Asked by : Avis

Latest Answer : HiThe below function u can use for capturing the dynamic values generated by the systemweb_reg_save-param("paramatername", "LB=", "RB=","ORD=",LAST); ...
Read Answers (2) | Asked by :

Hi,How do I generate DB VUSERS Script in LoadRunner?I have tried to generate a script with the help of Virtual User Generator by vuser_init() and then after Action1() I started recording and in the url i have given the url of the system where the database is hosted but I have been countered with an error message saying that the default browser registered at this machine is not supported by Web VUSER recorder.I need help in this regard I'm using LoadRunner 6.0 and IE 6.0
Read Answers (1) | Asked by : Krishna Prasad

I have tried to generate a script with the help of Virtual User Generator by vuser_init() and then after Action1() I started recording and in the url i have given the url of the system where the database is hosted but I have been countered with an error message saying that the default browser registered at this machine is not supported by Web VUSER recorder.I need help in this regard I'm using LoadRunner 6.0 and
View Question | Asked by : sairam

Suppose you performed load testing on Test Server A. You want to run this load test on Test Server B. Note that Test Server A and Test Server B have different IP Adresses. But it is provided that these 
View Question | Asked by : khijel

I need to validate the performance of ODBC application which uses RMI and CORBA interfaces. I was using the RMI- Java Protocol or Corba Protocol (there is no option in LR to select both the protocol at a time). But, while recording, the scripts are not getting generated.Can any body assist in this issue.with regardsSai
Read Answers (2) | Asked by : Sai Sowri

1. Can you explain 5-6 real time bottlenecks in load runner?2. What are the monitoring counters for Network, Database & Server System (Not Application Server)3. If we want to add Server System counters 
Latest Answer : You can face many bottlenecks with LR itself like Load Generater process,Network problems, and some times you can face with sessions, W3WP process(related to .NET), DB Queries.Problems with LR:1. The scenario's created in LoadRunner 8.1  will ...
Read Answers (1) | Asked by : Hari

i have installed load runner 8.0v i am testing for the web based application but when i start recording no events are fired in the recording screen only (o events) are displaying.and after stopping my 
Latest Answer : I had a similar problem.  If it's a web based application, LoadRunner should launch its own IE window for recording.  It won't record anything if this doesn't happen since it ignores all other windows.  Try this to resolve the ...


 Sponsored Links

 
Related Articles

What is Change Data Capture

Change Data Capture refers to the process of capturing changes which are made to a production data source. Change Data Capture is typically performed by reading the source of database management software logs. Some of the features of Change Data Capture are It consolidates units of works En
 

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(“%d”,x); z= sample() } sample() { printf(“Testing program”); } Output is   &n
 

What happens when a variable is not declared in function definition?

Generally in C program the function definition and calling takes the form as given below: main() { int x,y,z; z=sample(x,y); printf(“%d”,z); } sample(x1,y1) int x1,y1; { int z1; z1= x1 - y1; return(z1); } Here what happens is the values x, y gets passed to x1,y1
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

System Implementation

In the previous articles relating to SDLC Stages we discussed about Project Planning and Feasibility Study moved on to System Analysis and Requirements which lead to Systems Design. Systems Design will naturally lead to another stage where it becomes closer to the actual deployment of the p
 

System Analysis and Requirements

In the previous chapter, we’ve discussed about project planning and feasibility study. That stage was important because it tries to establish a problem in our highly technological world. As our understanding on what we can do in computers evolve and so are the things that we need to make t
 

Variable, Constants and Data types in C++

Variable Constants and Data types in C In this C tutorial you will learn about variable constants and data types in C rules for defining variable name short int int long int float double long double char bool declaring variables and constants mosgoogle Variables A variable is the storage location in
 

How To Determine If Your CRM System Will Fail

How To Determine If Your CRM System Will Fail One of the primary reasons why many CRM systems fail is because of the quality of the data Even if you are using a high end CRM system your company will have no chance of success if it is processing data that is incorrect or faulty Fortunately data quali
 

Customer Information Control System (CICS)

Customer Information Control System CICS In this tutorial you will learn about Customer Information Control System CICS CICS An overview Functions of CICS Task Transaction and CICS Components mosgoogle CICS An overview CICS is called as Customer Information Control System The main functionality of C
 

System Testing: Why? What? & How?

System Testing Why What How Introduction Unit testing’ focuses on testing each unit of the code Integration testing’ focuses on testing the integration of units of code” or components Each level of testing builds on the previous level System Testing’
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape