Author Topic: Can you explain what is load testing?  (Read 1698 times)

Offline Vijay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 100
  • Karma: +1/-0
    • View Profile
    • Software Testing Help
Can you explain what is load testing?
« on: July 04, 2010, 02:53:22 AM »
[This is sample question to show you what type of questions can be asked under this topic]

What is load testing?
Passion for Testing, Passion for Quality!
http://softwaretestinghelp.com

Offline Vijay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 100
  • Karma: +1/-0
    • View Profile
    • Software Testing Help
Re: Can you explain what is load testing?
« Reply #1 on: July 04, 2010, 02:55:28 AM »
Load testing- To test if application can works under load which is simulated using some load testing tools like LoadRunner to create virtual user load on application. This is to test if application works fine under peak usage.
Passion for Testing, Passion for Quality!
http://softwaretestinghelp.com

advertisement

Offline Rahul Pahwa

  • Jr. Member
  • **
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Can you explain what is load testing?
« Reply #2 on: August 12, 2010, 02:35:23 AM »
Hi..

Load testing basically referred as testing application against various virtual clients. Theres a n number of virtual client which can hit the application on a single instance.

The 5 main steps of LR is:
1) Plan Load test
2) Virtual user scripts
3) Defining a Scenario
4) Running a Scenario
5) Result analyzation



Offline prajeshbe

  • Jr. Member
  • **
  • Posts: 5
  • Karma: +0/-0
  • Testing is not only my profession,It's my Passion
    • View Profile
Re: Can you explain what is load testing?
« Reply #3 on: August 13, 2010, 12:44:00 AM »
Hi,

If you are developing a website WWW.example.com and you have finished testing the website and the functionalities are working fine as client's expectation. Now the client is asking you to test whether this site is capable of withstanding 100 users at a time?

Now you will test the website with 100 no of users. This is called Load Testing.

"Testing the website's capability of withstanding known or Limited no of users is called Load Testing"

Correct me if i am wrong.
Thanks,
Rajesh.

Offline mfarooqi

  • Jr. Member
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Can you explain what is load testing?
« Reply #4 on: August 16, 2010, 02:13:11 AM »
Load Testing is some what testing the desired application under specific load. Load can be concurrent number of transactions in case of any Transaction Processing application, it can number of parallel users access the website. When you test the application under load and monitor all application functions working properly, then increase the load on application and test the application to its peak. This process is called Load Testing.
 

Offline jtlw

  • Full Member
  • ***
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Can you explain what is load testing?
« Reply #5 on: September 05, 2010, 11:54:47 PM »
Load testing is the process of putting demand on a system or device and measuring its response.

Offline Ramkumar

  • Jr. Member
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Can you explain what is load testing?
« Reply #6 on: September 06, 2010, 12:03:26 AM »
Load testing is the type of Performance testing, Load testing usually conducted to understand the application behavior under expected user load.

Offline EDiva75

  • Jr. Member
  • **
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Can you explain what is load testing?
« Reply #7 on: February 15, 2011, 01:28:53 PM »
Can you recommend any LoadRunner tutorials in book or online format?