出典:Wiktionary
出典:『Wiktionary』 (2025/06/16 00:20 UTC 版)
test case (plural test cases)
出典:Wikipedia
出典:『Wikipedia』 (2011/05/11 00:07 UTC 版)
A test case in software engineering is a set of conditions or variables under which a tester will determine whether an application or software system is working correctly or not. The mechanism for determining whether a software program or system has passed or failed such a test is known as a test oracle. In some settings, an oracle could be a requirement or use case, while in others it could be a heuristic. It may take many test cases to determine that a software program or system is considered sufficiently scrutinized to be released. Test cases are often referred to as test scripts, particularly when written. Written test cases are usually collected into test suites.