Home

 

Benefits of testing frameworks

Testing frameworks also provide other benefits such as these:

Consistency: Every developer is using the same framework. All of your unit tests work in the same way, can be managed in the same way, and report results in the same format.

Maintenance: A framework has already been developed and is already in use in a number of projects, and you spend less time maintaining your testing code.

Ramp-up time: If you select a popular testing framework, you might find that new developers coming into your team are already familiar with the tools and concepts involved.

Automation: A framework can offer the ability to run tests unattended, perhaps as part of a daily or nightly build.

Note: A common practice in many development environments is the use of daily builds. These automatic builds are usually initiated in the early hours of the morning by a scheduling tool.

ibm.com/redbooks