Lesson 14 More Types of Testing, A/B Testing, and SDLC Flashcards
What are the 3 types of software testing?
Black box, grey box, white box
What is black box testing?
Testing that examines an application without seeing its internal structure.
You are testing something that you don’t know what is inside
What is grey box testing?
The tester partially knows the internal structure of the application.
You have some knowledge of what is going on behind the scenes.
What is white box testing?
Tests the internal structure of the application.
You have full knowledge of the system and testing items that are not user related.
What is A/B testing?
It is the act of running a simultaneous experiment between two or more pages to see which performs best.
What is a hotfix?
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.
What is a rollback (revert)?
This is a bug that cannot be fixed or patched quickly, the feature has to be rolled back to be fixed.