Print Page | Close Window

Stress Testing and Performance Testing

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Versioning & Configuration Management @ OneStopTesting
Forum Discription: One Of The Biggest Problems in Product Developments where multiple Location, multiple Resources, and multiple Versions are very common.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=330
Printed Date: 29Apr2024 at 9:42pm


Topic: Stress Testing and Performance Testing
Posted By: vidhya
Subject: Stress Testing and Performance Testing
Date Posted: 26Mar2007 at 8:51pm
Stress Testing:

The purpose of stress testing is to find defects of the system capacity of handling large numbers of transactions during peak periods. For example, a script might require users to login and proceed with their daily activities while, at the same time, requiring that a series of http://www.onestoptesting.com/types/stress.asp# - - workstations emulating a large number of other systems are running recorded scripts that add, update, or delete from the database.

Performance Testing:

System performance is generally assessed in terms of response time and throughput rates under differing processing and configuration conditions. To attack the performance problems, there are several questions should be asked first:

  • How much application logic should be remotely executed?
  • How much updating should be done to the database server over the network from the client http://www.onestoptesting.com/types/performance.asp# - - workstation ?
  • How much data should be sent to each in each transaction?


  • According to Hamilton [10], the performance problems are most often the result of the client or server being configured inappropriately.

    The best strategy for improving client-sever performance is a three-step process [11]. First, execute controlled performance tests that collect the data about volume, stress, and loading tests. Second, analyze the collected data. Third, examine and tune the database queries and, if necessary, provide temporary http://www.onestoptesting.com/types/performance.asp# - - data



    Print Page | Close Window