Test framework

The test framework also provides the test object with input data, which usually requires simulation of the component that calls the test object. This task is performed by a test driver. The test driver and the stubs make up the test framework that, together with the test object, forms an executable program.

The test framework is usually developed by testers, either from scratch or by adapting the interfaces in a generic test framework to work with the current project. Once an executable test object is available, dynamic testing can begin.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *