what is Defect density, defect leakage, defect
age,latentbed,yasid testing, interface
Answer Posted / chandra
Defect Density = Total number of defects/LOC.
Defect Age: The duration between the defect found and closed.
Latent Defects = Defects removed during the phase + Defects
found later.
where Phase means Integration/Functional/System/UA Testing
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a Function and Action in QTP?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
What does mean by Scope of Automation?n How we defined it?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
How to test the login page in different ways in automation testing and i need code?
Discuss quicktest professional (qtp) environment?
how to test Web application using QTP software
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Does QTP record on Objects created on XWindows Environment?
how did u use automating testing tools in ur job?
What is an optional step in qtp ?
When do go for loop condition in test?
What is the difference between the keyword view and expert view?
Have you used xml check point in your project?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?