What are software testing metrics
Answers were Sorted based on User's Feedback
Answer / vij&phani
with out metrics we can not measure the quality.
this is based on defect,size,and shedules
testcoverage=number of unitstested/total sise of system.
test cost(%)=cost of testing/total cost*100.
cost to locate defect= cost of testing/ no of defects
located.
defect detected in testing(%)=defect detected in testing /
total sys defects*100
acceptance criteria tested/total acceptance
criteria=acceptence criteria tested.
vij&phani
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / yaseen mubarak
hi this is mubarak.
this question asked me at infosys.
software metrics means
1.schedule variance
2.defect variation
3.cost variance
4.efective variance ..etc
when we are in testing we have to keep in mind of software
metrics.these are the important.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / shivendra
Even in infy they asked to me Abt Software Testing Metrics -
It includes
1.Project Related Metrics - i.e writing the Mannual Test
case,Automation Test Case And Execution.
2.Process Related Metrics - such a schedule Adherence (S.A),
Effort Variance, Schedule Slippage,Test cases and
scripts Rework Effort.
3.Customer Related Metrics - Such as percentage of Defects
leaked per Release,Percentage of automation per release,
Application stability Index.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / raj
Requirements Traceability Matrix (RTM) is a document that traces requirements to the tests that are needed to verify whether the requirements are fulfilled.It is also known as Traceability Matrix or Cross Reference Matrix.
Like all other test artifacts, RTM too varies between organizations. Most of the organizations use just the Requirement Ids and Test Case Ids in the RTM. It is possible to make some other fields such as Requirement Description, Test Phase, Test case result, Document Owner etc., It is necessary to update the RTM whenever there is a change in requirement...
http://www.softwaretestingmaterial.com/requirements-traceability-matrix/
| Is This Answer Correct ? | 2 Yes | 0 No |
Does Microsoft Corporation, Sun Microsystems possesing any maturity levels?if yes, what is that level?
We have a testing assignment should be test in very short span.Do you think automated tests are the best solution for this type of scenario?
i am looking for HP QTP automated testing software, do you offers reselling this software or should i directly purchase with HP
Hi Friends, I'm testing a SharePoint application by QTP 8.2 I face a problem that really difficult to me, please take a look on the description below: As you may know, SharePoint is an application is allow customize function from user, so that, user can add many web parts and put at any place they like. For ex: if there are two web parts existing in the SharePoint site When I using QTP to recognize a Web Table on any web part, it has the properties as "Index" and "html tag" only. Problem is: If there is any user changes the display of my web part, the "Index" of Web table is changed as well, so that QTP cannot identify exactly my object. Can anyone help me how to make that object as unique or another way to identify that web table object? Hope to receive many solutions from you. Thanks a lot.
What are the limitations of automating software testing?
What generally is the structure of a framework?
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: “test scenarios” & “test approch”: points)
What are the primary features of good automation tool ?
Describe common problems of test automation.
i have 100 check box in a link,out of 100 check box in 25 check box their written qtp(any where i dont know),i have to select first check box where 1st qtp found.
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
Are reusable test cases a big plus of automated testing and explain why.