Exploratory Testing


-  in 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 exploratoty testing when there is no requirements.

- in exploratory testing first we have to understand flow of the  application and then prepare test documents. 


* When use?

- When the requirements are doesnt exist

- Early iteration is required


• Types of exploratory testing

-Freestyle

In freestyle testing, we did not follow any rules, there is no maximum coverage, and we will explore the application just like Adhoc testing. 


-Strategy based

Strategy based exploratory testing can be performed with the help of multiple testing techniques such as risk-based, boundary value analysis, and equivalence partitioning


-Scenario-based

Scenario-based exploratory testing is performed with the help of multiple scenarios such as end-to-end, test scenarios, and real user scenarios.

The test engineer can find defects and also checks various set of possibilities for the multiple scenarios.



Comments

Popular Posts