Answer Posted / nagk24
Defect life cycle:Find new defect-->Reproduce(confirmation)-->
Report defect-->Fix defect/resolve(By
developer)-->Regression/retest-->Close defect if it has no
defects in regression or retest OR Reopen AND REPORT TO
DEVELOPER if find ANY NEW
DEFECT STATUS;-during above life cycle defect has various status
1)new(when new defect is find)
2)open(assigned to developer)
3)fixed(resolved by developer)
4)defer(developer postpone fixing)
5)Duplicate(current defect is arise due to previous,if
previous resolved it will be resolved automatically )
6)Reject(developer dint accept the defect)
7)closed(defect fixed)
8)reopen(if defect found in regression or retest)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is pesticide paradox? How to overcome it?
when database testing comes into manual tesing
What is common interface?
aplitue questions will be based on wich type ?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
Describe a past experience with implementing a test harness in the development of software.
Write notes on apparel testing equipments.
Hi to all, im vaibhav i joined a MNC as a tester and i got a banking (HSBC) project can any one tell me as a fresher what kind of strategy i sholud use to perform better. thanx
what is the difference between Desktop testing,Client/server testing and webapplication testing
Which testing model is best as per your understanding, and why?
Information about Automated Software Installer
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
Why performance testing is performed? What are tools of performance testing?
is it possible to do performance testing in stand alone application..how wil u do that ???????
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?