Content deleted Content added
Line 6:
==Description==
Exploratory testing seeks to find out how the software actually works, and to ask questions about how it will handle difficult and easy cases.
The testing is dependent on the testers skill of inventing [[test case]]s and finding [[software bug|defects]]. The more the
To further explain, comparison can be made to the antithesis [[scripted testing]], which basically means that test cases are designed in advance, including steps to reproduce and expected results. These tests are later performed by a tester who compares the actual result with the expected.
|