Skip to content

University assignment for the Verification and Validation of Software class.

License

Notifications You must be signed in to change notification settings

PedroFDiniz/VerificacaoEValidacao2023.1-Ex2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VerificacaoEValidacao2023.1-Ex2

University assignment for the Verification and Validation of Software class.

Exercises

Authors

About the TDD Experience

É um padrão de projeto bem diferente do que já estávamos acostumados. Bem, não literalmente, pois só inverte a ordem das tarefas, mas por algum motivo pareceu mais difícil.

.Pros:

  • Garantiu uma maior confiança no funcionamento correto do código recém implementado.
  • Poupou tempo que seria gasto para consertar falhas
  • Promoveu uma delimitação bem exata do escopo do programa

.Contras:

  • Houve dificuldade em montar casos de teste, pois eles tinham que refletir o objetivo do sistema
  • O código tem de ser muito bem planejado antes da implementação, pois mudanças podem afetar outros casos de teste.

About

University assignment for the Verification and Validation of Software class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages