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 |
Hello everybody, How many people do you think one sprint team can have in average?
What are the phases involved in software testing life cycle?
how can you test the web environment for security testing?
which out of the following can be considered as performance testing:- 1. Benchmarking 2.Recovery testing 3. more than one user testing
How many members can write the single test case?
Can you explain equivalence partitioning?
How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.
Test Track Pro. Defect report formate? what r the attibutes?
At what stage unit testing has to be done?
what is the difference between test case and test scenerio.explain it with example?
Assume you are handling multiple projects and the scheduled were clashing how would you mange about this
what is the difference between functional test cases and compatability testcases?