Pages

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 [...]
Monday, 22 October 2012

Testing – Overview


Software testing mainly carried out to ensure that the end product that we are delivering to the customer meets the requirements. Software testing is defined as “Process of executing the programs with [...]