Exploration: The key to effective testing - Software Testing: Exploratory Testing Video Tutorial | LinkedIn Learning, formerly Lynda.com
What is Exploratory Testing?
- Testing usually is considered to be executing a test script.
- This usually happen in manual testing, where set of documented test script we followed to run through the application under test
- It might happen in automation testing as well, where the automation of steps that we want it to go through and what we expect to happen in each step.
- Exploratory testing is the opposite of the activities above.
- With exploration, you might not know exactly what you're looking for, and you certainly don't know exactly what steps you're following.
