Files
VV-ISTIC-TP3/sujet.md
Romain Lefeuvre 7155dd77be 2025 init
2025-11-18 14:43:08 +01:00

504 B

Practical Session #3: Dynamic Testing

Each programming exercise comes with a template project that you can use. Those templates have all the dependencies already configured. You can find those project in the code folder.

Exercises

  1. On assertions
  2. Detecting test smells with PMD
  3. Balanced strings
  4. Test the Date class
  5. Mocks to the rescue