Test case alternatives
We now know that test cases are not always necessary for the successful execution of testing. On the other hand, testers rarely test by making it up as they go along, without any guidelines. Here, we will cover the most popular test case alternatives used in the games industry.
Test scenarios
Test scenarios are short, usually one-line instructions on what to test. Rather than giving detailed instructions on how to execute the test case, it gives the freedom to the tester to utilize their experience and skills and follow trails that might lead to bugs. As test scenarios are usually brief and generic, they age well, don’t suffer from testing fatigue, and can be reused for a long time.
Test cases |
Test scenario |
|
What is it? |
Detailed information on what to test, the steps to be taken, and the expected result... |