Bugs, Documentation Flashcards

1
Q

Most important components of Bug Report?

A

Short Description (Title);
Steps to reproduce;
Severity;
Priority;
Status.

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

Describe Bug life cycle

A

Bug found and reported;
Development Manager set “assigned to” and priority;
Developer fixes the bug;
Tester validated that bug was fixed (if not bug going back to developer) and closes the bug.

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

What makes Bug Report good?

A

Follow WWW rule;
How to reproduce the bug;
Analyze the problem to minimize number of steps to reproduce it;
Complete, easy to understand, non-conflicting

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

Levels of Severity

A

Critical/Fatal (crash, data corruption, security, hang);

Serious (workaround);

Minor;
Suggestion/Enhancement.

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

Statuses of Bugs?

A

Open;
Pending;
Fixed/Resolved;
Closed;
Can’t Reproduce;
Deferred;

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

Bug Tracking system is a software application, designed to?

A

Report bugs;
Track (update) bugs;
Close (fix, defer, move to another system);
To run the statistical analysis, monitor, and summarize the results;
Work on quality improvements.

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

Why do we need Bug Tracking Database?

A

Accountability;

Communication tool (inter-personal and inter-departmental);

Organization of the information;

Monitoring individual performance;

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

Why we use Test Cases?

A

Better testing coverage;
Re-usable;
Reviewable;
Traceable - know what is tested;
Tracking test results;
Creates a deliverable.

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

What is Test Suite?

A

Is a collection of test cases that are intended to be used to test a software program to show that it has some specified set of behaviors

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

What is Traceability Matrix?

A

Traceability Matrix is a table that correlates requirements (design documents) to test documents.

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