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
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between static testing and dynamic testing?
What are the types of maintenance?
WHAT IS PROTOCAL TESTING..EXPLAIN? L2, L3 PROTOCALS TESTING MEANS WHAT?EXPLAIN BRIEFLY
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
What is Cyclometric testing?
What is a top-down and bottom-up approach in testing?
How will you do beta testing?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
How does a coverage tool work?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
Please Tell me About Fish-Bone Model. Thanks in Adv.
Can you please explain me how to do testing of an E-insurance project end to end process..
What is a maturity level?
.In languages testing, what is the fixed part and changing part?