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 |
When ‘option explicit’ keyword is used in qtp?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How to record right click of a context menu and click on the selection ?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
how to merge object repositories?
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
During test run,How will you copy/paste from/to clipboard?