GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  LoadRunner
Go To First  |  Previous Question  |  Next Question 
 LoadRunner  |  Question 32 of 210    Print  
what is load runner API function .
Data base vuser do not operate client application .using load runner API function the database vuser can access the data from the server.


  
Total Answers and Comments: 0 Last Update: N/A   
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

Latest Answer : Dear Friend, I hope you have Completly understand the Application Business Process you will be testing. Secondly you have better Understanding on the  Infrastructure Architecture you will be Testing and the application would be deployed. Thirdly ...

Latest Answer : Firstly it depends on the license of the Load Runner.Apart from that the h/w of the client,network bandwith,h/w of the server ,database serveretc etc ...

This function is developed to usein Mercury Load Runner peformance tool.This main use of this functions to return the current system time at any given point of time while load runner script is running.This 
Latest Answer : typedef long time_t; Action() {      time_t t; lr_message("Time in seconds since 1/1/70: %ldn", time(&t));      lr_message("Formatted time and date: %s", ctime(&t));      return ...

What are the reasons why parameterization is necessary when load testing the Web server and the database server.

Load runner accurately measure and analysis the system performance and its functionality.  
Latest Answer : LoadRunner is a load testing tool that predicts system behavior and performance.It exercises your entire enterprise infrastructure by emulating thousands of users and employs performance monitors to identify and isolate problems. ...

When multiple users work concurrently .  
Latest Answer : Loadrunner is used to prevent costly and painful performance problems in production by detecting the bottle necks before the system or upgrade is deployed. ...

1-loadrunner automatically records the performance of the client/server during test. 2-loadrunner checks where performance delays occur network/client delays. 3-loadrunner monitor the network and server 
Latest Answer : Advantages are1. With help of vusers reduces the human users2. Reduces the reqirement of the systems3. Helps in the better usage of time and money4. Effective utilization of automation5. Everything done from a single point ...

Load runner replace the human user with vuser.  
Latest Answer : Vusers are virtual users (dummy users )which are going to emulate & emutate as a real user. ...

The vuser script include the function that measure and record the performance of the server during the scenario.  
Latest Answer : While recording the application, a script will be generated in the virtual user genetator. According to the script generated, the created virtual users will perform the operations. ...

To emulate peak load on the server.  
Latest Answer : Rendezvous points instruct Vusers to wait during test execution for multiple Vusers to arrive at a certain point, in order that they may simultaneously perform a task. ...


 Sponsored Links

 
Related Articles

SQA Software and Tools

SQA Software and Tools In quality assurance it is always important to get all the help we could get In other industries developers could easily check the products manually and discard those that do not meet the standard The length and the width of the product are checked to maintain standardization
 

Business Network Virtual Communication Tools

Business Network Virtual Communication Tools Since ages the Business community heavily relied on face to face communication for building Business relationships Face to face communications formed the basis for trust in a relationship An individual’ s appearance or the physical appearance of
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

What are Data Access Tools

Data access is the process of entering a database to store or retrieve data. Data Access Tools are end user oriented tools that allow users to build structured query language (SQL) queries by pointing and clicking on the list of table and fields in the data warehouse. Thorough computing history, t
 

What is DECODE function used for?

DECODE is used to decode a CHAR or VARCHAR2 or NUMBER into any of several different character strings or numbers based on value. That is DECODE does a value-by-value substitution. For every value that is given in the DECODE function it makes an if then check and matches the value. The general format
 

printf() Function Return Value

What is the return value from printf() function? printf function always returns the number of characters printed. Let us understand this with an example: main() { int a=10; printf("%d",printf("%d %d %d", a,a,a)); } In this above program the inner printf i
 

How is the main() function declared?

The declaration of main can be done as int main() One more declaration that can be taken by main is command line arguments form int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; NOTE: It is not possible for one to declare the main
 

How does the function call within function get evaluated?

Whenever we have more than one function which is called for a finite number of times then such a function gets evaluated from inside out. Let us understand this concept with an example. For instance consider a function sample called within it 4 times as given in program below: main() { int a=50;
 

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
 

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

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

Page copy protected against web site content infringement by Copyscape