Pages

Wednesday, 7 November 2012

Objectives of Testing


1. Identification of errors at the early stage. 2. To ensure that customer requirements are met. 3. To ensure that the product is reliable. 4. To ensure that the product is [...]
Monday, 5 November 2012

Entry & Exit criteria for testing


Start Criteria for Testing   We have to meet some criteria before starting the testing phase in SDLC. They are, 1. We can start functional testing once the partial code or full product is ready 2. [...]
Wednesday, 31 October 2012

Static testing


In static testing we will not execute the code but we will check for the design documents and we will run through the code manually to find the errors. Main intention is to find the bugs in early stage [...]
Wednesday, 31 October 2012

System testing


System testing is testing the application as a whole that is testing both the hardware and software requirements in a complete integrated system or testing the complete product. System testing can be [...]
Tuesday, 30 October 2012

Bug Life Cycle


Whenever the tester finds defect in the solution it will be created in the tracker as new issue with the priority & severity number. Once the issue has been accepted by the developers as valid (if [...]
Tuesday, 30 October 2012

Black Box Testing & Design Techniques


Black box testing tests the functionality of the application without having the knowledge of internal structure of the code. Black box testing is also called as Specification based testing. This testing [...]
Wednesday, 24 October 2012

Levels of Testing


There are 4 main levels of testing namely, Unit testing Mostly done by the developers. They will verify the internal structure of the code. Unit test cases will be created by developers to perform [...]