Skip to content

Commit

Permalink
lab readme
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphori committed Nov 6, 2023
1 parent 2c8f8ff commit c2dea43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ packages:
to: 01-junit-bankaccounts/
- from: java/testing/tdd/
to: 01-tdd/
- from: readmes/pss-lab-testing.md
to: README.md
pss-lab08:
format:
- repo
Expand Down
12 changes: 12 additions & 0 deletions readmes/pss-lab-testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Progettazione e Sviluppo del Software (PSS) - Laboratorio su "Ereditarietà"

Questo laboratorio ha come obiettivi:

* acquisire *familiarità con lo unit testing in JUnit 5* (cf. `org.junit.jupiter.api.Assertions`, `@Test`, `BeforeEach`)
- la competenza su come "testare il software" ci può rendere sviluppatori migliori
- è importante il ragionamento che sta dietro al testing: le domande che ci si pone e il metodo che si attua per cercare di aumentare la confidenza sulla correttezza del proprio software
* acquisire *esperienza pratica sull'uso del Test-Driven Development (TDD)*
- si ricordi le tre fasi: *Red-Green-Refactor*
- la comprensione e l'attuazione di questa metodologia ha un ruolo molto formativo

Si risolvano gli esercizi nelle sotto-directory numerate.

0 comments on commit c2dea43

Please sign in to comment.