Testing Flashcards
1
Q
What is Horizontal Testing?
A
Tests the whole application (multiple layers at once)
2
Q
What is Vertical Testing?
A
Tests each individual layer of an application
3
Q
What is Blackbox Testing?
A
The environment is not known to the tester
4
Q
What is Whitebox Testing?
A
The tester is most likely internal and knows the environment
5
Q
What is Sandbox Testing?
A
Isolates untested code changes
6
Q
What is End To End Testing?
A
To test whether the flow of an application right from start to finish is behaving as expected
7
Q
What is a Test Plan?
A
A Test Plan refers to a detailed document that catalogues the test strategy, objectives, schedule, estimations, deadlines