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