LIst and describe the 3 levels of testing
What are the elements included in System Level Testing?
In the context of testing, what is a driver?
A driver is a section of code that calls the module to be tested (usually not a part of the final code). The driver might generate its own random test data and evaluate the results, or use an existing set of test data (perhaps loaded from a file).
They are used in the Module level of testing.
How can live test data be used to ensure that the testing environment reflects the expected environment in which the new system will operate?
What are the 5 components of a testing report?
What is a post-implementation review?
A process involving demonstrating the final product to the client to confirm and describe how it meets the requirements.
A smaller project might be an informal process involving a meeting and a desmonstration. For a larger project, a more formal process of acceptance testing may be undertaken.