April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Introduction
nWhat do we need to do automated testing?
nTest script
nActions to send to system under test (SUT).
nResponses expected from SUT.
nHow to determine whether a test was successful or not?
nTest execution system
nMechanism to read test scripts, and connect test case to SUT.
nKeeps track of test results.
§