GeekInterview.com
Series: Subject: Topic:

Load Testing Interview Questions

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

Loadrunner fails on 302 redirect. Is this because of ssl?

Asked By: BadLag | Asked On: Mar 14th, 2013

Hi all, i really hope someone here can help me. I’ve been to a number of forums and no one has been able too. problem: a week ago I had my lr scripts all working. Now, after a new deploy they fail on a 302 redirect. basically the script sends one request for images and Javascripts, which works...

Load testing - what should be analyzed.

Asked By: Interview Candidate | Asked On: Jun 21st, 2005

To determine the performance of the system following objectives to be calculated.1) response time -: the time in which system responds to a transaction i.E., the time interval between submission of request and receiving response. 2) think time -: time taken to select new transaction after response for...

Answered by: Anila Philip on: Oct 3rd, 2012

->For a testing a manual tester must add lot of documents and test the work flow , locked or not
->Test the system performance[ie,wen adding more documents it affects system speed or performance]

Answered by: mfsi_chinmayb on: Apr 13th, 2012

In load testing we need to test all of the performance objectives .
There are few to judge the client side performance and few are for server side performance

What is ofx testing?

Asked By: Ramadevi Gottumukkala | Asked On: Apr 22nd, 2011

Can we do performance testing without using any tool?

Asked By: jainbrijesh | Asked On: Dec 6th, 2006

Answered by: mfsi_chinmayb on: Mar 2nd, 2012

Hi
It is possible but not feasible in any organization to Load test or Stress test an application Esp a web application.
It basically needs user in huge number.So we do it Using tool which does it very effectively and efficiently

Answered by: Guest on: Jan 18th, 2007

sure but we dont have the accuracy.preveously performance done with manually.

For what purpose are virtual users created?

Asked By: Interview Candidate | Asked On: Aug 23rd, 2005

Answered by: mfsi_chinmayb on: Mar 1st, 2012

Load testing is simply testing up to how much simultaneous user can use/avail the application. Hence we need to test the application with hell lot of user which is not always possible in real world sc...

Answered by: chitta10 on: Mar 15th, 2010

Virtual User means the user, But not a real user. When we perform testing we just create users which are as like as real users. For giving the continual load to the application we create virtual users...

What is the difference between load testing and performace testing?

Asked By: Interview Candidate | Asked On: Aug 18th, 2005

Answered by: mfsi_chinmayb on: Feb 27th, 2012

Performance testing verifies many non-functional features of the software but load testing tool focuses on the load up to which it can sustain.

Answered by: Anshoo_Arora on: Oct 25th, 2007

Performance Testing: It determines end ot end timing of various time critical business processes and transactions, while the system is under low load, but with a production sized database (all the dat...

Web page diagnostics in performance testing

Asked By: Francis | Asked On: Oct 25th, 2011

Hi all, in a load test we got the analysis report as follows: transaction avg response time server time nw time receive time 1. Txn 1 36.027 s 20.529s 0.761s 42.689s 2. Txn...

What is performance baseline testing and at what stage of testing it is used?

Asked By: tanyakrishna | Asked On: Jan 30th, 2007

Answered by: semiletov on: Jul 20th, 2011

Baseline testing is testing to rule out possibility that large number of users causing system degradation, which is usually to expose problem that are not related to the actual load. That might be functional problem etc. Usually performed with as lowest number of users as possible, i.e. just 1 user.

Answered by: Subodh Singh on: Jun 7th, 2007

Performance baseline testing is called Benchmart test. This is the first test under performance testing which is done by the performance test engineer to  Compares the performance of a new or unk...

Performance report analysis

Asked By: priyakonam | Asked On: Jul 7th, 2011

I am new to load runner tool. Can any one explain me how to analyse the performance report.

Why it is recommended to add verification checks to your all your scenarios?

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

Answered by: deepaksporty on: Apr 18th, 2011

Sometimes you may not get any http errors and may think that the page loaded successfully but it may happen that some of the content like image or text did not load. placing image and text checks in t...

Answered by: hunting_ground on: Jul 31st, 2010

Many times the internet contents are not downloaded and dispalyed completely.  To ensure that all business processes have completed end to end, while server is handling concurrent requests, we need verification checks.

What criteria would you use to select web transactions for load testing?

Asked By: Interview Candidate | Asked On: Aug 26th, 2005

Answered by: Minoo on: Mar 13th, 2006

we can select web transactions from task distribution diagram and transaction profile.

Answered by: jitender on: Feb 25th, 2006

select web testing option  in add-in

What usually indicates that your virtual user script has dynamic data that is dependent on you parameterized fields?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Answered by: gorbysbm on: Apr 13th, 2011

The original post is about parameterization, not correlation.You would know that your script has been parameterized if you see custom variables in the script. for example here is one for login: www.ya...

Answered by: papayamilkshake on: Sep 11th, 2007

The script should fail when replayed may signifies a dynamic variable.  In this case, watch out for "sessionid" or related type of variables.  Also, a good way is to re-record the script to detect the differences. 

- papayamilkshake

What is the use of load testing ?

Asked By: dinakar | Asked On: Sep 20th, 2005

What is defered graphs ? What are the different components in loadrunner?

Answered by: gorbysbm on: Apr 13th, 2011

I did a google search and was not able to find any info on "deferred graph." AFAIK, the standard terminology for the graphs that give  information about CPU, throughput, Error rates, etc, are called "correlation graphs", aka "reports graphs"

Answered by: Illur Iqbal on: Oct 4th, 2005

Load testing is used to find the the minimum and maximum load where the application can handle. It ensures the usage of the fixed number of users using the application frequently or concurrently this ...

What are the protocols did you use while testing a web application?

Asked By: srihari | Asked On: Aug 31st, 2006

Answered by: gorbysbm on: Apr 13th, 2011

Here is an example list of protocols supported by a tool called LoadUI. the protocols you can test will depend on the protocls supported by your app and the load test tool."loadUI is a tool for L...

Answered by: bharathi on: Dec 13th, 2006

Web(http/html) protocol

What is the architecture for client/server protocol in performance testing?

Asked By: Solomon | Asked On: Apr 5th, 2007

Answered by: gorbysbm on: Apr 13th, 2011

N-Tier Architechture (Typical): Client Tier(User Machine) <-->Presentation Tier(Webserver)<--> Application Tier (App Server) <--> Data Storage Tier (Database)

Answered by: kanthrajgowda on: May 23rd, 2008

In Load runner, protocol do not have an architecture. As always with protocols, it defines the communication standards. Any 2 tire application will have a back end database server like oracle, sybase ...

What are the disadvantages of using commercial performance / load testing tools?

Asked By: Rajesh | Asked On: May 16th, 2007

Answered by: gorbysbm on: Apr 13th, 2011

- you have to pay thousands of dollars to use it

- there may be limitations on how many users you can launch without paying even more. There may be features that are disabled unless you pay more
-You can't use the tool right away-- you have to wait till a license key is provided for you

Answered by: kanthrajgowda on: May 23rd, 2008

You need to understand the need for any commercial tool with respect to the kind of technologies you use in your organisation. A tool that do not support the techniologies is waste of time and money. If it can fit into your requirements, there is a considerable ROI...

Thanks, Kanthraj.
9212264980.

Why do you need correlation in load testing?

Asked By: krishna547 | Asked On: Oct 31st, 2010

Answered by: gorbysbm on: Apr 13th, 2011

Duplicate question. Do a search for "correlation" to see the many answers.

How do you test an application if it is going production for the first time?

Asked By: sureshnan | Asked On: Jul 17th, 2007

Answered by: kanthrajgowda on: May 23rd, 2008

Few things to consider here during the requirement gathering and planning phase.Benchmark the performance of the application.Benchmark the hardware resourecs required for the application for a given l...

Answered by: vipin on: Nov 19th, 2007

For testing the application, we need to have the basic scenarios done first,
Second step will be to do the End to End testing with E2E scenarios,
Third test will be to do the rigorous testing.
Final step will be to do the load testing.

Can u tell me how can we decide the page is under load or stress?How many sec. We have to wait for a page to know that the page is under load or stress?Thanks in advancemeghana

Asked By: Meghana | Asked On: Jun 20th, 2006

Answered by: dheeraj on: Nov 20th, 2006

If some users are logged into the site already, then its under some load. It would be in stress when you exceeds the limit of specified load( by the business people)and site is behaving in unexpected way or degradation in the performance or application break down

Answered by: Manish Gupta on: Sep 15th, 2006

Hi dear A page in under load is depends on how much users are accessing that perticuler page, then u have to match with client requirement and check how much time it's taking to view. You can increase the user to get more stress on that perticuler page and watch the response.

What are the reasons why parameterization is necessary when load testing the web server and the database server?

Asked By: Interview Candidate | Asked On: Jul 21st, 2005

Answered by: Anshoo_Arora on: Nov 7th, 2007

Generally, parameterization has two advantages:

1. Makes scripts smaller/easier to understand
2. Helps you use unique data in your script

Also, in LR you can use parameterization while working with data & time, when you have data dependancy and in the case of data caching.

- Anshoo Arora

Answered by: purnima on: Jul 21st, 2005

parameterization is done to check how your application performs the same operation with different data.In load runner it is necessary to make a single user to refer the page for several times similar in case of database server.

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.