How to calculate testing productivity?
Answers were Sorted based on User's Feedback
Testing Productivity specially test case creation and
execution productivty is a tricky thing. Overall testing
productivity has many other things to consider. My question
is - Will you take test cases as part of your true
productivity measure which are not correct i.e which did
not pass the review or which failed during execution due to
incorrect steps or associated data? Certaily not.Again the
effort that goes in reviewing test cases should also be
accounted. I feel this should be calcluated as follows:
Test Case Creation or Execution Productivity = (No. of
Correct Test Cases Created or Executed) / (Total Effort in
Person-hours in creation or execution)
Effort-> test case creation and review effort + test
execution effort and test results review effort
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / arpan sharma
Testing Productivity is total efforts divided by the total
time taken. Efforts can be the number of test cases
prepared or the number of test cases executed. And the time
is the man hours put in to do that task.
| Is This Answer Correct ? | 8 Yes | 5 No |
Can you explain steps in function points?
How do you test calculator?
Can anyone give me an example for positive and negative scenario??
how to do manual test?
Write scenarios as on a paper cup (which we use to have tea) [Believe me, they can ask any type of question! :)]
5 Answers College School Exams Tests, IBM,
What are the Techniques to be followed while writing the Test Cases?
what is inspection,walkthrough and review
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
4. A software error can be described as: a. A description of the relationship between two or more variables or set members in which the value of one does not influence the values of others. b. Any ill-advised, substandard, or temporary fix applied to an urgent problem in the (often misguided) belief that doing so will keep a project moving forward. c. The process in which developers determine the root cause of a bug and identify possible fixes. d. A mismatch between the program and its specification. 5. Select a reason that does not agree with the fact that complete testing is impossible: a. The domain of possible inputs is too large to test. b. Limited financial resources. c. There are too many possible paths through the program to test. d. The user interface issues (and thus the design issues) are too complex to completely test.
What is the difference between Unit Testing and Debugging?
1.What is bidirectional traceability ??? and how it is implemented? 2.What is Automation Test frame work ? 3. Define the components present in test strategy? 4. Define the components present in test plan? 5. Have u written Test plan ?…. thank u!plz reply........
what is cyclomatic complexity? plz explain with example