how to calculate defect density rate and what are the
retrospective mesures you have experienced / taken to
reduce the same
Answer Posted / felix
Defect Density = No. of Defects / Total no. of executable
lines of code
The above is applicable only for C and C++ projects. For
most VB and .NET projects, Its always good to consider the
total no. of functional points.
Defect Density = No. of Defects / Total no. of FPs
Note: Functional points are like validate user name,
validate password strength, save user name and password etc.,
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
explain the model(s) of co-ordination you experienced for effective delivery of the product
what are the priliminary expectations from smoke testing from developer and QA point of view
Lines of code (LOC) and function point counts (FPC) are two measures of the size of a system. Explain the advantages and disadvantages of using these two metrics for measuring systems.
Explain the main differences between software review and software inspection or walkthrough
Give a suitable definition of software quality and briefly describe the rationale for your definition.
what are the new trends / methodologies in QA for SW product testing
how to test the application/software without any requirements(like BRD,FRD etc.,) for a new project?
is QA expects any level of interaction from development engineer !!!
Can anyone send me e commerce website test cases please its urgent
What are ‘throwaway’ prototypes and ‘evolutionary’ prototypes? How can production of a prototype be controlled and why is this important?
What are the main risk factors which may be encountered in the development of software?
Why should an organisation be concerned about software risk factors and software quality?
what is regression testing, how effectively the QA lead / manager can implement this for product qualification
what are the differences between product branch qualification as well as product qualification !!! if a product branch supports more than a product then what is the QA strategy towards the same
Explain the architecture diagram of your current project?