Another approach to Exploratory Testing is by identifying the purpose of the system i.e. What is that system used for. By identifying the purpose try to analyze to what extent it is used. The effort can be more focused by identifying the purpose.
For example, consider software developed to be used in Medical operations. In such case care should be taken that the software build is 100% defect free. Hence the effort that needs to be focused is more and care should be taken that the various workflows involved are covered.
On the other hand, if the software build is to provide some entertainment then the criticality is lesser. Thus effort that needs to be focused varies. Identifying the purpose of the system or the application to be tested helps to a great extent.
Post a Comment