1.临时测试:
此测试不需要遵循任何文档或任何特定步骤。由于此测试的目标是通过随机方法发现缺陷(除任何文档外),因此缺陷将不再映射到检查案例。您可以使用此测试来随机测试应用程序的任何部分。
2.探索性测试:
它是一种软件测试,旨在以各种可行的方式优化和增强软件程序。在这种测试中,测试人员可以自由选择任何可行的方法来检查软件。这是用于软件程序测试的未编写脚本的策略。在探索性测试中,软件程序开发人员使用他们的私人学习,知识,能力和能力来检查自己开发的软件程序。
临时测试与探索性测试之间的区别:
S.No. | Adhoc Testing | Exploratory Testing |
---|---|---|
1. | In this, the first step is to understand the application by learning the background process behind it, and then testing is performed. | In this, the tester can test the application without any prior knowledge and can understand the application in the middle of testing the application. |
2. | This is a type of testing in which the one who is testing the app should have prior knowledge of the app or software in which they are going to perform Adhoc testing. | In this, there is no compulsion of prior knowledge i.e. the tester can test the software or app without any knowledge. |
3. | In this, there is no target set or any goal to complete as it tests randomly. | In this, goals and targets can be set. |
4. | In this, there is no such documentation as compared to Exploratory testing. | In this, there is proper documentation and any testing will be done based on particular documentation only. |
5. | It has very little practical use as compared to Exploratory testing. | It has good practical use in the market to test applications and software. |
6. | This testing is not well structured as compared to Exploratory testing. | This testing is known for its structured documentation. |
7. | In this, bugs cannot be handled properly. | In this, critical bugs can be handled efficiently. |