what is effect variance ,Budget variance , Schedule Variance
, Defect Density ?
Answers were Sorted based on User's Feedback
Answer / vamsi krishna
Before Going to the concepts,plz know what are these and
from where it will come and who will measure
All these are called as Some Metric Measurement,
All these will be calculated by Project QA and Manager,
All these are coming from Project Plan
It is not effect Variance--->Effort Variance
Effort Variance--Number of Man Months Working for Particular
Module and Difference between Actual and Planned Resources
Ex: For a particular Module 6 resource need to be work but
only 5 are working ,so there will be a lag of resource,then
effort variance will occur
Schedule Variance--Number of Man Months Working for
Particular Module for Number of Days
here both effort variance and Schedule Variance are directly
propositional
Defect Density:Number of Defect found in terms of code and
Depending in the organizational Standards
for CMMI Level-5, 1 Defect for 1024 Lines of Code,
Number of Defect's will define the quality of Software
Budget Variance:This will be Taken care by Project
management like OS,Budget all these are Financial Perspective
Let me know any thing Wrong,
Regards,
Vamsi Krishna,
ISTQB Certified,
+91 8013153659
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / lucky
Defect Density is defined as the number of defect fould in
a module/program divided by the size of the software being
measured.
Size is either lines of codes or function points.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / hari
defect density can be calculated in various ways
a)number of defects/number of units in software system
b)number of defects in testing/number of defects reported by
end user
budget variance: budget of 1unit/budget of entire software
system
schedule variance:time for 1 unit/time for testing entire system
| Is This Answer Correct ? | 4 Yes | 2 No |
From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?
can any one give negative testcases for calculator
Can anyone explain me these 3 techniques with an example? 1).Equalent Class Partision 2).Cause-Effect Graph analysis 3).Error Guessing.
What are the different levels of manual testing?
How could you handle the situation when you get the high seveority bug when the application is going to deliver by today night?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
what is meant by regression testing?
What is showstopper defect?
What is the difference between test case, test suite, test script, test scenario & test plan?
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
What are the principles of software testing?
What is the purpose of QTP in Manual Testing?