1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Adds description for 'exploratory testing' (#2383)

* Update content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/100-functional-testing/exploratory-testing.md
This commit is contained in:
Thomas von Eyben
2022-10-11 23:02:25 +02:00
committed by GitHub
parent 38b07f95b9
commit 259a3f28f3

View File

@@ -1 +1,8 @@
# Exploratory testing
# Exploratory testing
Exploratory testing is evaluating a product by learning about it through exploration and experimentation, including to some degree: questioning, study, modeling, observation, inference, etc.)
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.satisfice.com/exploratory-testing'>Exploratory Testing</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.satisfice.com/blog/archives/1509'>Exploratory Testing 3.0</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.satisfice.com/blog/archives/1504'>History of Definitions of Exploratory Testing</BadgeLink>