脚本测试和非脚本测试之间的区别
脚本测试:
脚本测试是一种通过组织所有任务和计划的细节来执行的软件测试。测试团队正确地计划脚本测试并编写测试脚本。测试脚本是测试过程中涉及的一组规则、阶段和不同步骤。
非脚本测试:
非脚本测试是一种软件测试,测试人员可以自由选择任何可能的方法来测试软件。在非脚本测试中,软件开发人员利用他们个人的学习、知识、技能和能力来测试自己开发的软件。
脚本测试和非脚本测试之间的区别:
Scripted Testing | Unscripted Testing |
---|---|
A conventional methodology is used for testing the software. | Tester is free to use any methodology for testing the software. |
Previous experience and research experience is used for testing purpose. | Tester uses own knowledge, skills and abilities for testing purpose. |
Scripted testing requires good documentation to be supplied. | No documentation is required in unscripted testing. |
In scripted testing, test script is prepared. | No test script is prepared in unscripted testing. |
A lot of preparation is required. | No preparation is required. |
Software is compared with the standards and specifications. | Software is compared with tester’s expectations. |
Can be easily reproduced. | Defects only can be reproduced. |
A lot of time is required. | Less time is required. |