Question: Explain why each is right or wrong Documentation and testing Unit testing should only test common input cases Unit testing is a type of verification

Explain why each is right or wrong
Documentation and testing Unit testing should only test common input cases Unit testing is a type of verification The main method of a class should perform extensive unit testing of the class unless it is the class driving the execution of a program All programs/classes should have a README file which clearly describes what the program/class does, how it is implemented, how it is used, whom wrote the code and bug fixes All java classes implementing ADTs should have a main method Unit testing should if possible test all potential inputs Verification gives stronger proof of correctness than validation Unit testing is a form of validation Validation gives stronger proof of correctness than verification
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
