Exploratory Testing
- We have to explore the application, understand completely and test it.
- Understand the application, identify all possible scenarios, document it then use it for testing.
- We do exploratory testing when the application is ready but there is no requirement.
- Test Engineer will do exploratory testing when there is no requirement.
Drawbacks:
- You might understand any feature as a bug or any bug as a feature, since you do not have any requirement.
- Time consuming.
- If there is any bug in the application, you will never know about it.
We do exploratory testing when the application is ready but there is no requirement.
ReplyDelete