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