Java Test-Driven Development
About
There are many approaches to software development. The test-driven development (TDD) approach is one of them, in which the code is developed or changed exclusively based on the unit testing. In the current ethos where agile methodology and extreme programming dominate Java projects, it is a must-have competency for Java developers.
Content
| Lesson | Est. Delivery Time | Skills |
|---|---|---|
| Setup | 5 min | Set up the development environment. |
| Levels of Testing | 30 min | Describe different levels of testing in software development. |
| Unit Testing | 30 min | Describe the significance of unit testing level, in particular. |
| What is Test-Driven Development? | 25 min | Define Test-Driven development (TDD) and describe how it complements agile methodology. |
| Total content | 1 hr 30 min |