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 |
how many phases in SDLC
what is differnce between QC @ QA , test strategy, very urgent pls
what are the scenarios and test cases for online banking proj ..ex; fixed deposit, loginh into an account, checking an account, savings deposit
Any body can explain how do we find Duplicate Defects.
Describe any bug you remember. Plz Give some real examples
suppose i want to execute 1000 tcs in a day there no time to execute the testcases then as a tester what i need to do plese give me the correct answer?
Suppose you have production data copied into the test environment. What are the advantages and disadvantages?
What are the database testing questions that can be asked in interview . as a fresher and seniore tester. How to identify which particular tests you are going to use to test each module. Define each and every testing with examples and what stage it is to be used. if you take a particular module, all testing types have to be performed or few types. i am a fresher...Testcase is ok. But how to write functional testcase, system testcase etc separately. How we come to know that only this kind of testing should be done for an given application. If it is a functional testing, what all to be tested and if it is performance what all to be tested....can u plz explain me with examples? what is client side and server side validation what are the testing types that are follwed in client /server, web application, and desktop application. i am a fresher .preparing for interview..can u please send me the answers as earlier as possible thanks in advance..Help me out please.......
What is verification and validation in software testing? explain with examples?
Can you please provide me the standard testcase review templete and Test plan templete.In my company we are not following any Standards templete so.Please guve me some Excell attachments.
How does a coverage tool work?
ad-hoc testing is not organized, it's not repeatable, it can't be tracked, and when it's complete, there's no proof that it was ever done. is it?