Monday, August 2, 2010

Types of software Testing


Software Testing Types:


Black Box Testing – Testing the functionality of the application without considering the internal logic of the application.




White Box Testing – Testing the functionality of the application by considering the internal logic of the application. It is also know as Glass Box Testing.




End-To-End Testing - Testing refers to User Level testing of Component based systems. It verifies that the integrated component functions correctly as part of the overall system and the existing Components of the System work as before. End-To-End Testing approaches the system from a Functional Side and the Architecture side thus combining Black-Box and White-Box Techniques. The Steps required to perform End-To-End testing include Test Design Test Execution and Test Results Analysis

No comments:

Post a Comment