Introduction:- Testing is the process of executing a program with the aim of finding errors. To make our software perform well it should be error-free. If testing is done successfully it will remove all the errors from the software.   Principles of Testing:- (i) All the test should meet the customer requirements (ii) To make our software …