what is Defect density, defect leakage, defect
age,latentbed,yasid testing, interface
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / k.sai krishna reddy
Defect density means Avg of bugs find in one build or
project.
Defect Age is The Time required to complete a Life cycle
from New to Closed or Differed is called defect age
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ramya
Latent Bug:A bug whch occurs in 2 or more buillds
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / priyanka mahadik
defect density - defects found per KLOC
Latent Defects - the defect which has not yet occurred
because the exact set of conditions are not satisfied.
defect leakage - defects that are slipped or not found at
testing environment and found at the end user or customers end.
Is This Answer Correct ? | 0 Yes | 0 No |
How is a Step generator used in UFT?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What are the types of Object Repository’s in QTP?
Discuss the QTP Environment?
What is the difference between QTP 8.2 and QTP 9.2
Explain in brief about the QTP Automation Object Model.
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
How can we parameterize our test, values in flat file. Ex:- Values in notepad, with that values i want to parameterize the test.
Explain hybrid framework with advantages and disadvantages?
how can we retrieve ten rows from the data table using loop concept?
what sort of things what u put in Bug Report ?
can u explain about QTP Frameworks? what are the framework types are available? and How to set or create frame work for a application? Explain briefly?(Also give me one example)