Bug Defect Life Cycle Flashcards

1
Q

What is Defect Life Cycle normal stages ?

A
New
Assigned
Open
Fixed
Retest
Closed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Defect Life Cycle different stages?

A
Reopened
Deferred
Rejected 
Duplicated
Not a bug/Enhancement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

New

A

When a defect is logged and posted for the first time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Assigned

A

Once the bug is posted by the tester, the lead of the tester approves the bug and assigns the bug to the developer team.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Open

A

Its state when the developer starts analyzing and working on the defect fix.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fixed

A

When developer makes necessary code changes and verifies the changes then he/she can make bug status as ‘Fixed’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Retest

A

At this stage the tester do the retesting of the changed code which developer has given to him to check whether the defect got fixed or not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Reopened

A

If the bug still exists even after the bug is fixed by the developer, the tester changes the status to “reopened”. The bug goes through the life cycle once again.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Deferred

A

the bug is expected to be fixed in next releases.

The reasons :priority of the bug may be low, lack of time for the release or the bug may not have major effect on the software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Rejected

A

If the developer feels that the bug is not genuine, developer rejects the bug.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Duplicate

A

the bug is repeated twice or the two bugs mention the same concept of the bug

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Closed

A

If the tester feels that the bug no longer exists in the software, tester changes the status of the bug to “closed”. This state means that the bug is fixed, tested and approved.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Not a bug/Enhancement

A

if there is no change in the functionality of the application. For an example: If customer asks for some change in the look and field of the application like change of color of some text then it is not a bug but just some change in the looks of the application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does a good bug report contain?

A

Descriptive Title
Clear Description
Expected Results

Platform details - like what device or operating system

Defect Type and Severity

Steps to Reproduce

Screenshots

Product Version
Date Raised

status

Assignee

Tester who reported

fixed by

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Who decides if Defect is valid , assigns it to rejected, verifies if it is duplicate,

A

Scrum Master or Project Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does a tester do when he find a defect?

A

Assign it to New and send to the Scrum Master to see if Valid