Testing
Testing
What to Learn:
Tools:
Goal:
Resources:
What to Practice:
Goal:
Sample Code:
@Test
void testAdd() {
assertEquals(5, calculator.add(2, 3));
}
• Concept of mocking
Goal:
Resources:
What to Learn:
• In-memory DB with H2
Goal:
• Write integration test that loads Spring context and performs real DB
operations
Project Ideas:
What to Test:
Goal:
🚀 Next Steps: