Mdrv process abnormal termination
How can we resolve this error " abnormal termination, caused by mdrv process termination." while excuting test in controller due to this error all the vusers are getting in error state ? Please anybody help me
If the number of hits become flat, then the issue is with,a)app serverb)web serverc)db serverd)authorization server
b)web server.
Answer is b)web server.
What is the use of url recording mode ?
URL mode is used to have control over the resources that need to be or need not to be downloaded, since each and every browser request to the server and resources received from the server are recorded...
How many types of graphs are in load runner ?
Answered by: Guest
Answered On : Jul 5th, 2006There are 5 graphs on Load Runner.
1) Hits per second graph
2) pages download per second graph
3) Transaction response time (under load) graph
4) Transaction response time (percentile) graph and
5) Network delay time graph
I agree with Arron Canham, there are many graphs you can add after the default graphs are loaded. And of course Average Transaction Response time is usually the graph your customers want to see.
I am not agreed with best answer chosen by editor, you can configure many graphs as per you need. May be user(Guest) only listed which has used. he didn’t even listed most important graph(Average Tr...
Agent is interface between host machine and controller.
Loadrunner agent is a mediator between the host machine and a controller.
Agent is a interface between a host machine and a Controller
A scenario defines the events that occur during is testing session. Exam (deposit cash, withdraw money…).
scenario is nothing but the tested thing
The Events which are occur during each testing session
Regarding handling cookie in loadrunner script
I am currently facing an issue with lr scripts where in we are losing the cookies that are needed to manage a users session. Could you please let me know on how we can configure the lr scripts to hold the cookies.
LoadRunner records a web_add_cookie() when a browser sends a cookie from its permanent cookie table to a server. If a server sends a "Set-Cookie" header to a vuser, LoadRunner will add this cookie t...
What is the significance of ordinance in web_reg_save_param during correlation?
web_reg_save_param is one of the most important function in LoadRunner. It is used to capture a value or list of values that is based on defined left boundary (LB) and right boundary (RB). Its attrib...
How to perform bench mark testing ?
Benchmark testing comprises a set of performance criteria which your product is expected to meet. Depends on your product. Check perhaps durability, packaging, performance...etc.
How to get local repository as shared repository?
There are many ways to move objects from Local Repository to Shared Repository. For instance, you can "Export Local Object" option under "File" Menu in the Object Repository to perform this.
To emulate peak load on the server.
This function is used to stress a particular element of the infrastructure, for example you might want to design a test where 100 vusers simultaneously hit a button to transfer some funds.
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.
Transaction measure the time which takes for the server to respond to task submitted by the vuser.
Simply it is used to measure the response time of user actions.
Technically, a transaction can be a lot of things. It can be the communication (request & response) between a user and the application, between two applications, between the application ...
What are the load runner testing process .
There are 5 steps. 1-planning the test. 2-creating the vuser script. 3-creating the scenario. 4- running the scenario. 5-analysis the test result.
There are 5 steps.
1.Test requirements
2.Test planning.
3.Test Automation(Script).
4.Test execution.
5.Analysis(report).
L.R Testing Process: 1. Test plan 2. Identify the key s...
It is a load runner vuser script generator(use for recording the data base vuser script )
It is used to generate and enhance the vuser business script for all the scenarios which are in scope.
vuGen is a virtual user generator which is used to record the scripts for single user only.
How to do manual correlation in virtual user generator in performance testing
There r 3 ways of correlating in Manual section. We usually use the 3rd Option -Vuser Comparison Here 1)Record 2 scripts with the same actions. 2) Compare these 2 Scripts with Compare option in th...
How to select item from virtual listbox
I have a virtual listbox in my application. But I am not able to select any other values other than the first value while running the script. I have tried getitem method but seems like when running the script it says object does not support the method.Please suggest
Protocol for Oracle and sybase application
Hi,we are planning to load test the client server application which interacts with both Oracle and sybase. A particular scenario makes calls with both sybase and Oracle simultaneously. We tried with Oracle 2 tier protocol but it captured only calls to Oracle and not the sybase. Do you have any solution...
While editing the script we have to inserting the transaction point and rendezvous point .
Recorded script which contains the interaction between the client and server is edited by added the following :
1. Parametrization
2. Correlation
3. Transactions (Start/End)
4. Validations
5. Rendezvous point
6. Variable Declarations
using VU generator
What is the load runner start-transaction and its syntax.
It will start the transaction on the script. syntax. Lr-start-transaction("transaction name").
Syntax: lr_start_transaction("transaction name");
For ex: lr_start_transaction("Launch_Application");
This function starts recording the traffic response time between the client and server until it find its lr_end_transaction.
What is the load runner end transaction and its syntax.
It will end the transaction. syntax. Lr-end-transaction("transaction name", lr-auto).
Syntax: lr_end_transaction("transaction name", LR_AUTO/LR_PASS/LR_FAIL);
This function stops recording the time between the client and server.
lr_start_transaction("Transaction name",LR_AUTO);
> You need to open terminal session to run the scenario, ex : if you use 2 load generators (LG1, LG2)
> Means u need to open terminal sessions inside tat LGs like LG1,LG1:1,LG2,LG2:2
What does it mean?
Hi , if u get abnormal termination error means , you need to open terminal session to run the scenario, ex : if you use 2 load generators (LG1, LG2) means u need to open terminal sessions inside tat LGs like LG1,LG1:1,LG2,LG2:2