Posts Tagged: "system testing"

Checklist for System Testing

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, […]

Types of Testing Comes Under Testing Levels

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 […]