1. Is unit testing possible or even desirable in all circumstances? Provide examples to justify your answer?
Answers
Answered by
0
Answer:
okay so there are 4 testings to be done before software is released...
and first testing is unit testing where we check individual modules...
unit testing is primarily focused on testing code of the software hence we have to mandetorily do unit testing...
in higher level testing we are primarily focused on coustemer satisfaction in unit testing we are focused on development and robustness of code
by doing unit testing we can detect bugs/defects early in testing life cycle
example:
latest game Cyberpunk 2077 launch was a disaster because of in game bugs... but what we do know is that to release game on time they performed poor testing ...
each testing technique has its own meanings and the reason why they do these testings
Similar questions