Functional completeness of the system or the add-on module Run time behavior on various operating system or different hardware configurations. Install ability and configure ability on various systems Capacity limitation (maximum file size, number of records, maximum number of concurrent users, etc.) Behavior in response to problems in the programming environment (system crash, unavailable network, […]
1. Unit Testing Unit Testing is primarily carried out by the developers themselves Deals functional correctness and the completeness of individual program units White box testing methods are employed 2. Integration Testing Integration Testing: Deals with testing when several program units are integrated Regression testing: Change of behavior due to modification or addition is called […]
User acceptance Testing is performed by the Client of the application to determine whether the application is developed as per the requirements specified by him/her. It is performed within the development of the organization or at the client site. Alpha testing and Beta testing are the examples of Acceptance Testing System testing is performed by […]
1. Unit Testing Unit testing is a procedure used to validate that a particular module of source code is working properly. The procedure is to write test cases for all functions and methods so that whenever a change causes a regression, it can be quickly identified and fixed Benefits The goal of unit testing is […]