What types of testing should be considered for software quality analysis?
What types of testing should be considered for software quality analysis?
-Black Box Testing: Requirements and functionality are the basis of BB testing.
-White Box Testing: WB Testing is based on the coverage of code statements.
-Unit Testing: Known as ‘micro scale testing’ . Used to test a particular module / function
-Incremental Integration Testing: Continuous testing of an application
-Integration Testing: Testing all the combined parts of the application to determine if they function together and correctly.
-Usability Testing: Testing for user friendliness.
-User Acceptance Testing: Testing to determine the software is satisfactory to the end user.