QA6 Flashcards

(23 cards)

1
Q

What is bug?

A

bug is when actual result doesn’t match expected result

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

If test case has 20 steps but only 1 step is failing is it a pass?

A

No, even 1 step fails the whole test case fails. And it is a bug

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

What is a show stopper?

A

bug that doesn’t let you to test further. QA is stuck like application is crashing or QA can’t login

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

What is bug severity?

A

technical side of the bug. qa assigns the severity of the bug. it is how much this bug is affecting the system

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

What is bug priority ?

A

priority is business side. ba assigns priority of bug. what must be fixed now and what can be fixed later

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

What is a blocker?

A

bug that doesnt allow you to test further. qa is stuck like application is crashing or QA can’t login

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

What is an example of high priority low severity bug?

A

misspelling name of company

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

What is an example of low priority high severity bug?

A

crashing of the functionality that is not used by any user

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

What is bug life cycle?

A

new, open, fixed, closed

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

What do you do when you find a defect?

A

reproduce it at least twice. look for any duplicates in the system. then log the bug and assign to dev.

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

What bug must be fixed within the same sprint?

A

high priority bugs

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

What do you do if the bug is not fixed when you retest?

A

i assign back to dev. simply reopen

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

What is bug ticket… BUG ID?

A

generated by system you are using

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

What is bug ticket…PRODUCT?

A

application affected

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

What is bug ticket…COMPONENT?

A

part of application affected

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

What is bug ticket…BUG TITLE?

A

summary that explains easily what was observed

17
Q

What is bug ticket…BUG DESCRIPTION?

A

actual result observed and what was expected

18
Q

What is bug ticket…STEPS TO REPRODUCE?

A

steps to follow to get to bug

19
Q

What is bug ticket…ATTACHMENTS?

A

any screenshots or log files

20
Q

What is bug ticket…VERSION?

A

build number of app you found bug

21
Q

What is bug ticket…PRIORITY ?

A

how important for business

22
Q

What is bug ticket…SEVERITY?

A

how this bug is affecting systems technical

23
Q

What is bug ticket…STATUS?

A

whether the bug is still open or fixed or verified