Code-driven Testing

Testing technique that uses testing frameworks (such as xUnit) that allow the execution of unit tests to determine whether various sections of the code are acting as expected under various circumstances.

It is performed by the development teams.

Code-driven Testing