2. Automated Testing
Automated testing is a software engineering method in which one writes pieces of code, which in turn help us ascertain that the production code itself is functioning correctly. This section provides an introduction to automated software testing in Perl.
- 2.1. Motivation for Testing
- 2.2. Demo
- 2.3. Types of Tests: Unit Tests, Integration Tests, System Tests
- 2.4. Mocking