Defects are more in design phase than in coding phase. E.g. Incomplete/wrong requirement will result in bad coding and eventually more defects in late ...
Published Questions » Technical Questions
Latent defect - These defect are unidentified bug which are existing in the system over a period of time. The bug may exist in the sys ...
A defect which could have been removed during initial stage is removed in later stage how does it affect cost?
Posted by priyanka
Cost will increase if defects are found in later stages as it will need rework from the beginning which results in increasing the am ...
Verification is the process of checking or testing of items, including software, for conformance and consistency with an associated specification. Sof ...
Entry criteria – It ensures that the proper environment is in place to start test process of a projecte.g. All hardware/software platforms are s ...
What do you mean by coverage and what are the different types of coverage techniques?
Posted by priyanka
Coverage is a form of white box testing activity. It describes the measure to which the code has been tested The following are the types of coverage t ...
Alpha testing – For this type of testing in house virtual user environment can be created. Testing is done at the end of development. Minor ...
This technique helps to create test cases around the boundaries of the valid data.Usually values passed are exact boundary values, + or – 1 at t ...
