Please enable JavaScript.
Coggle requires JavaScript to display documents.
Arthitecitng for Unit Testing - Coggle Diagram
Arthitecitng for Unit Testing
what
why
unit testing a practice and important as writing code for requirement
make clear distion on what to cover with uni testing and not
how
make clear distiction between each component
define what component to be unit tested and not
make unit testing part of development
no separate task
no different estimation
introduce practices
tdd
solid
based on acceptance criterias
convert each requirement to pure fuction without any external depedencies
inetgration testing for queries/services
when
early stage of system design and arthitectire
during core development
who
developers
QA team