Exploratory Testing And Test Coverage
Test coverage while exploratory testing needn't be limited to one or more of the below factors: -Test ideas matching the requirements -Test ideas matching a tester’s skills Let us explore the other options to provide test coverage when: -The requirements are not yet available or are incomplete, which usually is the case in an agile way of working with frequent changes being made to the product. -There is not yet a certain way to map the requirements with the test ideas generated. -When a tester does not know, if the test coverage provided is enough / sufficient to the ask of the product owner / business. Many may differ by the mention of enough / sufficient coverage by ruling out with an answer that the test cases match the requirements. In such a case, have you as a tester ever been questioned: “Why was this not tested?” And what was your answer? The answer, “I have provided test coverage as per the requirements gathered” help you get away from answering...