Lesson 14 More Types of Testing, A/B Testing, and SDLC Flashcards

1
Q

What are the 3 types of software testing?

A

Black box, grey box, white box

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

What is black box testing?

A

Testing that examines an application without seeing its internal structure.

You are testing something that you don’t know what is inside

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

What is grey box testing?

A

The tester partially knows the internal structure of the application.

You have some knowledge of what is going on behind the scenes.

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

What is white box testing?

A

Tests the internal structure of the application.

You have full knowledge of the system and testing items that are not user related.

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

What is A/B testing?

A

It is the act of running a simultaneous experiment between two or more pages to see which performs best.

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

What is a hotfix?

A

It is a quick fix that is not planned that needs to be fixed as soon as possible and high priority in Jira for developers.

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

What is a rollback (revert)?

A

This is a bug that cannot be fixed or patched quickly, the feature has to be rolled back to be fixed.

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