Expand on previously outlined testing methods (#28518)
This commit is contained in:
committed by
Randell Dawson
parent
9ad548f344
commit
6621317b96
@ -17,9 +17,16 @@ In software terms it could many any of the following (but not limited to):
|
||||
|
||||
As such Quantitative Testing could be performed within any of the following umbrella testing activites:
|
||||
### A/B Testing
|
||||
|
||||
A/B testing (or alternatively A/B/n Testing where several variations are involved) involves multiple variations of the same web page being presented to users with the aim of ascertaining which variant is more effective.
|
||||
|
||||
### Performance Testing
|
||||
|
||||
Performance Testing is, as its name might suggest, the process of evaluating how a site performs under various conditions; with the aim of determining responsiveness, stability and the extent to which it satisfies any stipulated prerequisites.
|
||||
|
||||
### Load Testing
|
||||
|
||||
Load Testing is the process of subjecting a site (or server, application etc.) to simulated 'real-life' conditions, wherein multiple users (dozens, hundreds, thousands, millions etc.) access it at once. This is done with the aim of determining how it will perform under various levels of demand. Load Testing might be considered a variant of Performance Testing.
|
||||
|
||||
#### More Information:
|
||||
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
||||
|
Reference in New Issue
Block a user