--- title: Quantitative Testing --- ## Quantitative Testing This is a stub. Help our community expand it. This quick style guide will help ensure your pull request gets accepted. Quantitative Testing means testing in order to establish the frequency, magnitude, recurrence of a given hypothesis or phenomenon. In software terms it could many any of the following (but not limited to): - Percentage of unique users taking a certain action on your website/interface - Number of times your app crashes - Mean response time of your server for a specific request by a set number of users - Total number of requests your server can handle before the response time begins to degrade As such Quantitative Testing could be performed within any of the following umbrella testing activites: ### A/B Testing ### Performance Testing ### Load Testing #### More Information: