What metrics will be collected during the Testing i.e from
requirement Phase to Maintainance Phase
Answer Posted / firoz basha shaik
A metric is a process of measuring some attribute of a
software testing process. attribute in the sense it may be
any like analysis, requirements, test cases, scenarios....
normally we have 2 types of metrics: Base metrics, Derived
metrics. Base metrics will have like : # of test cases, #
of new test cases, # of testcases pass, # testcases of
fails, # tescases executed, unexecuted, reexeccuted.
and Derived metrics will depend on base metrics: they are:
% of tc's passed, %of tc's failed. blocked, executed, % of
defects passed and so on.......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
You may be overqualified for this position we have to offer
write test case for gmail login page
Test cases have written according to Flow of the software working or according to Screens?
What is the difference between white box, black box, and gray box testing?
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.
what is conditional testing? explain and examples
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing? plzzzzzzz i need ur help.
What is user acceptance testing (uat)?
What ishigh severity, low priority bug?
how recovery manager works in winrunner
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
Where we have to use perl scripting in Testing approach and its importance
Write 2 scenarios for Integration testing? Please let me know its urgent.
Could some one tell me test cases for multi line text boxes like Notes field?
What is decision table testing?