what is defect density ? we say it is No of defects / line
of code.. what is line of code ? pls if possible give some
real example
Answers were Sorted based on User's Feedback
Answer / hari
defect density=number of defects/number of lines of code in
a given module.
ex: number of lines of code depends on company standards.
in CMMi level companies it number of bugs/1024 lines of code
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sunitha
hi,
Say for example you have 1024 lines of code, and from that code the application had 10 defects which u have identified then the defect density is 10/1024.. which very high and in turn it shows the quality of coding.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hari
Hi
Number of lines means it will diff accoding to company std
this wil be taged in Time Sheet entering tool tool may in
unit KLOC (kilo Lines of code)
Is This Answer Correct ? | 1 Yes | 0 No |
What kind of testing to be done in client server apllication and web application? Explain....
What is the difference between static and dynamic
Is it necessary to test application in lower versions of OS when you have tested in latest version
what is testdata
what are the "steps to reproduce" for any bug?
what is the difference b/w system testing & functional testing ?
What is mean by sdlc and expalin spiral model and proto type model?
how to deploye the build when the developers give the source code..?
How the Error, Defect and Bug are related to each other ?.
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
What are Testing Metrics? Explain
Whenever the project is at maintenance phase the client will be using his own data- is the same data given to the test engineers or any other dummy data