What is Scalability Testing? Which tool is used?

Showing Answers 1 - 20 of 20 Answers

Poonam

  • Aug 13th, 2005
 

Scalibility Testing:: 
Performance testing focused on ensuring the application under test gracefully handles increases in work load. 
 
LoasRunner, Winrunner, Astra, Rational Robot 

  Was this answer useful?  Yes

MReddy

  • Oct 18th, 2005
 

Scalability Testing:Is the one to test whether the application is handling the expected load as per customer requirements or not... 

We can use these tools LoasRunner, Winrunner, Astra, Rational Robot for scalability testing.

  Was this answer useful?  Yes

raj

  • Oct 18th, 2005
 

The purpose of scalability testing is to determine whether your application scales for the workload growth.

If the scalability tests report that the application is not scalable, this means there is a bottleneck somewhere within the application.

Scalability testing can be performed as a series of load tests with different hardware or software configurations keeping other settings of testing environment unchanged.

Hema

  • Aug 10th, 2007
 

Can you please explain how we can use Winrunner for scalability Testing as far as my knowledge goes Win Runner is Functionality testing tool..How it can be used for performance testing?

  Was this answer useful?  Yes

Sujatars

  • Aug 15th, 2007
 

Scalability testing can be performed as a series of load tests with different hardware or software configurations keeping other settings of testing environment unchanged.

  Was this answer useful?  Yes

truptirane

  • May 29th, 2008
 

Scalability Testing, part of the battery of non-functional tests, is the testing of a software application for measuring its capability to scale up or scale out [1]- in terms of any of its non-functional capability - be it the user load supported, the number of transactions, the data volume etc. Performance, Scalability & Reliability (PSR) are usually considered together by Software Test professionals.


Trupti

  Was this answer useful?  Yes

Scalability testing lets you ensure that your web application is scalable, that is, it can handle an increased workload with added resources and determine whether it best scales up, by upgrading the server hardware, or out, by improving the application code to distribute processing across several servers. Scalability testing is performed as a series of load tests with different server hardware or software configurations while keeping other test environment characteristics unchanged.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions