what are the different testing methodologies and testing
techniques?
Am asked in interview that what is the defect age?
I replied that the time gap between the defect reporting and
defect resolving. then the interviewer asked me if at all
the defect is not resolved then what is the defect age of
that particular defect? can anybody answer this?
Answers were Sorted based on User's Feedback
Answer / krishna
if the defect is logged and is not solvable by developers,
then the developers report this as known issues in the
build. so the defect age in these cases can be said to have
a lifetime of from when it was logged to time when it was
reported as a known issue by developers and confirmed by
testers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh
Regd Defect age - I would say the time gap between the
defect reporting and defect closing rather than the
solving. because every Defect should get closed either by
fixing it or No fix planned or Rejected or some other way
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
There are three different methodologies in testing 1.Black
box testing 2.White box testing 3.Grey box testing. And
testing techniques are 1.Boundary value analysis 2.Eqivalant
class partition 3.Error guessing 4.Cause_Effect graph.
Black box testing: Testing which performs with out the
internal structure knowledge and with the functional
knowledge of the application.
White box testing: Testing which performs by knowing the
internal structure of the application.
Grey box testing:A black box tester who performs the white
box testing is considerd as grey box tester. That means
combination of both.
| Is This Answer Correct ? | 1 Yes | 2 No |
is it possible to do performance testing in stand alone application..how wil u do that ???????
What is Deffered? explain it who allocate it?
if the defect is not reproducible then what u give the status in quality center
what we have to do if the application has some additional functionality which is not specified as part of functional spec.(but is useful.. may b futher) Do we consider it as a defect?
pls explain company testing process in detail
can any one give the definitions for the High Level Design and the Low Level Desigh in the Designing part of SDLC????
what is the difference between developer testing and tester testing?
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
What is the difference between Functional requirement and business requirements?
who prepare test plan?
What is srs and brs document?
how to write test cases for boundary value analysis and equality partitioning?