# [[Test Scenarios]]
Choosing your test scenarios means deciding which situation is most likely to yield the data that you require. Employing several different types of scenarios will give you a greater understanding of your application’s capabilities. You should feel free to create your own scenarios that are uniquely tailored to your requirements.
A test scenario is the description of a contained situation or condition under which the application will be tested. A test scenario is usually based on several test cases and includes a plan for how these test cases will be executed. ^0d51bb
Also know as an execution group.
In the case of load testing, this involves determining which [[Load Test Types]] need to be carried out.
[[Test scenarios vs. test types]]
## [[Failover Test]]
## [[Disaster Recovery]]
## [[User Concurrency Test]]
## [[Peak Load Test]]
## [[Types of chaos experiments|Chaos experiments]]
## [[Rendezvous]]
## [[Regression testing]]
## Related
- [[Load Testing]]
- [[Performance Testing]]