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.
§