Code-Driven Development

In a code-driven development cycle, the process of adding a new feature or improving an existing feature works as follows:

1.  Writing the code for the new feature.

2.  Writing a test to check the new feature.

3.  Running the test.

Typemock Isolator assists you in a code-driven development by providing powerful mocking capabilities and automatically running required tests.

In addition, Typemock Isolator provides the incremental code coverage feature. If you are using code-driven development, the incremental coverage helps you verify that you do not forget to write a test for a method.