Short Answer 57 sentences Compare and contrast validation te
Short Answer (5-7 sentences)
Compare and contrast validation testing and defect testing.
Solution
Defect testing : A testing designed to find any and all possible bugs and/or defects in a product or software.that means this defect testing intention is to make system fail finding defects or bugs in our system.
Validation testing: A testing that is designed to ensure that a particular product or software system functions as it is supposed to and interacts with otherr software systems as it was designed to.That means it has to meet the requirements of user specified.
Main Differece is:Defect testing deals about whether developed system work or not
Validation testing:Developed system work as it is suppose to do.
