GeekInterview.com
Series: Subject: Topic:

LoadRunner Interview Questions

Showing Questions 1 - 20 of 225 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Ordinance in correlation

Asked By: cheran teja | Asked On: Sep 19th, 2011

What is the significance of ordinance in web_reg_save_param during correlation?

Answered by: Pavithra on: Apr 1st, 2013

Ordinance is used to capture all the values of a dropdown

Answered by: Chitra C on: Sep 7th, 2012

In Manual correlation web_reg_save_param("C_xxx", "LB=xxxxx", "RB=xxxxxx", "ORD=All", ...

Load runner correlation?

Asked By: anuja81 | Asked On: Aug 28th, 2012

What is correlation? When and where we used? How to run it in the software?

Answered by: raviteja g on: Mar 3rd, 2013

Correlation is the way handling dynamic values in client server communication.
The values captured will be send back to server in later steps in the script.
Correlation is typically used for handling session ids
Correlation Techniques:

Manual correlation
Automatic correlation.

Answered by: Chitra C on: Sep 7th, 2012

HTML Pages often contain dynamic data, which is data that changes each time you access a site. When you record a script, dynamic data may be recorded into the script. Your script tries to present the...

What is the load runner start-transaction and its syntax.

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

It will start the transaction on the script. syntax. Lr-start-transaction("transaction name").

Answered by: Kriti Tiwari on: Sep 10th, 2012

lr_start_transaction("TransactionName");

Answered by: taneja.ishu on: Jun 30th, 2011

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.

How you edit the script .

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

While editing the script we have to inserting the transaction point and rendezvous point .

Answered by: routsr on: Jul 27th, 2012

It depends upon what you want to edit. Yes you can parametrize correlation adding transaction -while recording the script we can add the transaction, so no need to do after the recording.. adding the variable

Answered by: taneja.ishu on: Jun 30th, 2011

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

What is transaction per second graph(pass).

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

Answered by: Akshi Agarwal on: Jul 4th, 2012

Transaction per second graph shows all the transactions that are passed in a second.

How many types of graphs are in load runner ?

Asked By: sridhar | Asked On: Apr 19th, 2006

Star Read Best Answer

Editorial / Best Answer

Answered by: Guest

Answered On : Jul 5th, 2006

There 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

Answered by: Akshi Agarwal on: Jul 4th, 2012

There are 6 Basic Categories of Graph views :
Vusers
Errors
Transactions
Network
Web Resources
System Resources
Rest There is a broad Number of Categories depending upon the Protocol used.

Answered by: Suzie Pontrelli on: Mar 19th, 2012

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.

How to select item from virtual listbox

Asked By: Laxmi1884 | Asked On: Aug 5th, 2011

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

Answered by: Akshi Agarwal on: Jul 4th, 2012

There is no need to use getmethod function. You can use any of the following 2 methods: 1. Prepare a datapool for all values listed in the list box and select Sequential run. 2. you can also correlate...

Flat hit numbers

Asked By: flanker_hawk | Asked On: Sep 19th, 2009

If the number of hits become flat, then the issue is with,a)app serverb)web serverc)db serverd)authorization server

Answered by: Shiv on: Jul 2nd, 2012

Its an issue with connection of Webserver.

Answered by: jai hanuman on: May 30th, 2012

Problem related to webserver to tune the weblogic connections

How to run a scenario.

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

Open an existing scenario . configure the scenario. set the result directory. run the scenario.

Answered by: Sandhya.Kishan on: Jun 7th, 2012

Steps to run a scenario

Step 1:Open the sample scenario in the Editor
Step 2:Select a Display Device and Display Mode
Step 3:Select a Response Button
Step 4:Set the Report Option
Step 5:Run the Scenario

What is report header and what are the information contains.

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

It display general scenario information and it contain the information like (title, scenario, result start time, end time and duration).

Answered by: Sandhya.Kishan on: Jun 7th, 2012

Every report has a report header that prints at the beginning of the report.It contains information about report title, a summary table, a chart or any information that only needs to appear once at the reports start.

What is scenario wizard .

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

Through scenario wizard we can create a new scenario.

Answered by: Sandhya.Kishan on: Jun 7th, 2012

Scenario wizard is a platform for creating new scenarios.

What is smart object recognition

Asked By: QAT2008 | Asked On: Apr 28th, 2008

Answered by: Sandhya.Kishan on: Jun 7th, 2012

Smart object recognition is used to identify the GUI objects in the screen. When u recording the script automatically the object recogniser records the objects in the screen.

What is report viewer .

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

Each report viewer contain the report header and report viewer tool bar.

Answered by: Sandhya.Kishan on: Jun 5th, 2012

Report viewer is a report which contains report viewer tool bar and report header.

How to modify the script.

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

Using vuser script information dialog box.

Answered by: Sandhya.Kishan on: Jun 5th, 2012

We can modify script by using vuser scripting information dialog box.

What is script list.

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

It contain all the vuser script that vuser can run.

Answered by: Sandhya.Kishan on: Jun 5th, 2012

It is a list which contains the users script which the user can run.

During run time where the hosts saves the files.

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

In temporally in the local drive of each host.

Answered by: Sandhya.Kishan on: Jun 5th, 2012

During run time the hosts saves the files temporally in the local drive of each host.

What is load runner API function .

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

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

Answered by: Sandhya.Kishan on: Jun 5th, 2012

With the help of loadrunner API function the data in the server can be made accessible to the database users.

What is scenario.

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

A scenario defines the events that occur during is testing session. Exam (deposit cash, withdraw money…).

Answered by: jai hanuman on: May 30th, 2012

Scenario is a sequence of actions(steps)

Answered by: siva on: Mar 12th, 2012

scenario is nothing but the tested thing

What is transaction .

Asked By: Interview Candidate | Asked On: Jul 30th, 2005

Transaction measure the time which takes for the server to respond to task submitted by the vuser.

Answered by: jai hanuman on: May 30th, 2012

Transactions is nothing but sends a request and get a response.

Answered by: Geetha on: Oct 23rd, 2011

Simply it is used to measure the response time of user actions.

Mdrv process abnormal termination

Asked By: pradeep.k.boyidapu | Asked On: May 6th, 2011

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

Answered by: Alex on: May 2nd, 2012

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

Answered by: Anandhan on: Apr 10th, 2012

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

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.