GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  LoadRunner
Go To First  |  Previous Question  |  Next Question 
 LoadRunner  |  Question 41 of 210    Print  
what is protocol function.
Obtain the information about the type of vuser.


  
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

Answered by jayashree on 2005-05-10 00:24:47: Industry standard protocols for example HTTP and ODBC are explicitly supported by LoadRunner. Furthermore any protocol that communicates over a windows socket 
Latest Answer : I want to equipe myself with all the skills and I hope this site will help more. ...

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 ...

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. ...

Data base vuser do not operate client application .using load runner API function the database vuser can access the data from the server.  

1-LR Function.(vuser function) 2- protocol function.  

obtain the information about vuser running in a scenario .  
Latest Answer : it is a general function which is accessed by all types of users.this is also called LR function because all general functions start with lr. ...

Obtain the information about the type of vuser.  

Latest Answer : Oracle NCA is used for this application.Shrikant KharePerformance Test Eng.Royal Bank of Scotland ...
Read Answers (9) | Asked by : m_sshiva

Latest Answer : Protocol can be defined as...The language that the Client and Server are communicating with each other.By selecting that Protocol during recording phase we can instruct the LR to capture the communication in that language for the selected Client with ...
Read Answers (4) | Asked by : Richi

Latest Answer : You can create an empty Visual Basic Vuser script, in which you can placeVisual Basic code. This script type lets you incorporate your Visual Basicapplication into VuGen. To create an empty VB Vuser script, choose VBVuser from the Custom category, in ...
Read Answers (3) | Asked by : Suresh


 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
 

Point to Point Protocol (PPP)

Point to Point Protocol PPP The Point to Point Protocol is a platform that is used to connect any individual computer or a network to the internet service provider The connection is established between two points only and that is why it is called Point to Point Protocol The PPP is considered be the
 

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 3x Protocol

3x is the second revision of the Evolution-Data Optimized (EV-DO) set of mobile telecommunications standards made by the Third Generation Partnership Project 2 (3GPP2). It is also known as TIA-856 Rev B or EV-DO Rev B, antecedent to EV-DO Rev 0 and EV-DO Rev A. It is one of several types of the CD
 

What is 1x - 3G Protocol

1x is third generation (3G) protocol, although some may consider it as 2.5 or 2.75G technology, meaning it provides some but not all of the benefits of 3G. In its full designation, CDMA2000 1xRTT, "CDMA" stands for "code division multiple access", while "
 

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
 

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