A test case or test script is a more or less formal description of the actions needed to prove that a requirement is met. It has a descriptive title, may start off with some preparation and ends with an expected result. Usually the test cases for a system under test are organised into test suites.
Log on to system
Step | Result |
---|---|
Start system | Startup screen shows, logon asked |
Type username | username shows |
Type password | '*' characters show the number of characters entered |
Press Enter | Main screen shows |