(→Portability quality characteristics) |
(→Efficiency quality characteristics) |
||
| Line 21: | Line 21: | ||
== Efficiency quality characteristics == | == Efficiency quality characteristics == | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | * | + | * '''Performance Testing''' : Focuses on the ability of a application or component to respond to user or system inputs within a specified time and under specified conditions (e.g. normal load, low resource and stress situations). Performance might be measured according to CPU cycles, response or latency times, frame rates, etc. |
| - | * | + | ** Test type '''performance''' : The process of testing to determine the performance (or efficiency) of a software product. The measurable could be: |
| + | *** '''Framerate''' : Measuring the frequency rate at which an imaging device produces unique consecutive images. | ||
| + | *** '''Latency''' : Measures time delay between the moment something is initiated, and the moment one of its effects begins or becomes detectable. | ||
| + | *** '''Response''' : Measures the time a system takes to react to given input by end-user; the total time it takes from a user request until response is received. When talking about response time one usually means completion time. | ||
| + | *** '''Benchmark''' : A test that is be used to compare components or systems to each other or to a standard. | ||
| + | *** '''Throughput''' : The (average) rate of successful message delivery over a communication channel in a given period of time. | ||
| + | *** '''Memory''' : Amount of (RAM) memory used during a use case or over a period of time | ||
| + | *** '''Load''' : Average amount of work that system is doing over a period of time. | ||
== Reliability quality characteristics == | == Reliability quality characteristics == | ||
Aligned with ISO/IEC 9126-1 Software Quality Model and ISTQB Advanced Level Syllabus. Note that this includes also description for test types used in Test plan xml files visible through http://testplans.meego.com (e.g. MCTS - Meego Core Test Suite - through http://testplans.meego.com/mcts/#matrix).
Contents |