Ad hoc testing
is a commonly used term for software testing performed without planning and documentation.
The tests are intended to be run only once, unless a defect is discovered.
Ad hoc testing is a part of exploratory testing, being the least formal of test methods.
In this view, ad hoc testing has been criticized because it isn't structured, but this can also be a strength: important things can be found quickly.
It is performed with improvisation, the tester seeks to find bugs with any means that seem appropriate. It contrasts to regression testing that looks for a specific issue with detailed reproduction steps, and a clear expected result. Ad hoc testing is most often used as a complement to other types of testing.
“Ad Hoc” 原意是指 “特定的,一次性的”;就是为了某一个特定目的进行的测试,就这一次,以后一般也不会重复测试或是尝试性测试某种情况,来检测是否有问题.
所以并非像许多测试人员所讲的是”猴子测试”,误理解了什么是Ad Hoc Testing;正确的测试应是在测试过程中, “ad hoc”测试可以用来衡量当前测试用例的完备性,设计某些特定的,一次性的测试用例,去检查在现有测试用例之外的问题,假如测试时,未发现什么问题,说明现有的测试用例是比较完备的,反之,则不是。
发表评论
-
QA Basic --- Sanity testing
2010-11-26 15:35 1147A sanity test or sanity check i ... -
Basic QA --- Fuzz testing
2010-11-19 18:16 841Fuzz testing or fuzzing is a so ... -
Basic -- Software quality assurance
2010-11-16 15:40 0Software quality assurance 不但在软 ... -
Basic QA --- Monkey testing
2010-11-16 15:25 1142In computer science, a monkey t ... -
[Auto-Selenium]Selenium
2010-11-10 13:51 0What is Selenium? Selenium ... -
浏览器代理设置
2010-10-25 17:44 771Chrome Tool menu/Options/Under ... -
Basic --- Alpha和Beta测试简介
2010-09-06 17:24 782大型通用软件,在正式 ... -
常用测试工具
2010-07-28 10:31 0Test Director TestDirector是M ... -
[LoadRunner]基本概念
2010-07-23 09:02 9491, .lrs 场景文件(Senaro):描述虚拟用户是按什 ... -
[白盒]代码测试工具EMMA
2010-06-28 13:14 0http://emma.sourceforge.net/ -
[LoadRunner]压力测试
2010-06-01 14:38 0启动rstatd服务,以便使用LoadRunner工具来监视L ... -
[工作日志]人员管理--20100514
2010-05-14 15:45 01,及时了解member状态: what does she/ ... -
Basic --- Sanity testing
2010-05-13 16:01 657In computer science, a sanity t ... -
[Tool]MRTG使用及分析
2010-05-12 10:28 0校園網路防火牆 ISG-2000 Session 負載統計 ... -
[工作日志]月会---管理心得
2010-05-10 13:29 0OE QA Meeting - May 1, 重点不够突出 ... -
[转]Scrum方法二十问
2010-04-06 10:47 1216Scrum作为敏捷方法之 ... -
敏捷宣言
2010-03-31 15:46 956《敏捷宣言》 个 ... -
RC(Release candidate)
2010-03-31 10:36 798Release candidate The term ... -
Mac - Selenium RC + Hudson + Maven
2010-03-29 20:29 01,下载tomcat 的 tar.gz 2,解压缩到某处 ... -
软件工程的三段论起源及发展趋势etc
2010-03-16 14:30 0软件工程的三段论起源及发展趋势 转自: http://www ...
相关推荐
3. Ad Hoc Testing - 随机测试:测试人员随意探索系统功能,寻找可能导致系统崩溃或异常的行为。 4. algorithm - 算法:一组有序规则,用于解决特定问题或执行特定任务的操作序列。 5. algorithm analysis - 算法...
#### Ad Hoc Testing - 随机测试 一种非结构化的测试方法,测试人员随机地尝试各种可能的操作和输入,目的是发现软件中的潜在错误或异常行为。 #### Algorithm - 算法 算法是指一系列明确、有限的指令集,用于解决...
#### Ad Hoc Testing - 随机测试 一种缺乏具体计划或结构的测试方法,测试人员基于直觉和经验,随机地探索和使用系统功能,目的是发现意外的行为或潜在的缺陷。 #### Algorithm - 算法 算法是一系列定义明确的规则...
#### Ad Hoc Testing - 随机测试 随机测试是一种非正式的测试方法,测试人员通过随机的方式探索软件的不同功能,试图发现未预见的问题或软件的异常行为。这种方法强调的是测试的即时性和创新性,而不是遵循预先设定...
#### Ad Hoc Testing (随机测试) **定义:** 随机测试是一种测试阶段,在此阶段中,测试人员尝试“破坏”系统,通过随机尝试系统的功能来发现潜在的问题。这种测试可能包含负面测试。 **应用场景:** 当开发团队...
随机测试 (Ad Hoc Testing) - **定义**:一种没有事先计划的测试方法,测试人员随机地对系统进行操作,尝试发现潜在的问题。 - **特点**:灵活性高,有助于发现非预期的行为。 - **适用场景**:在软件开发的不同...
3. Ad Hoc Testing(随机测试):测试人员随机尝试系统功能,以发现可能的故障或不稳定性。 4. Algorithm(算法):解决问题或执行特定任务的一系列明确规则或步骤。 5. Algorithm Analysis(算法分析):评估算法...
#### Ad Hoc Testing 随机测试 随机测试是指在没有使用任何公认测试用例设计技术的情况下进行的测试。这种测试通常是探索性的,旨在发现那些在结构化测试中可能被忽视的问题。 #### Alpha Testing α测试 α测试是...
**Ad Hoc Testing (随机测试)** - **定义**: 随机测试是一种没有固定计划和流程的测试方法,测试人员根据经验和直觉随机选择测试路径。 - **目的**: 发现软件中潜在的问题或异常行为,尤其是在软件的边界条件和...
You will also find out how to run tests inside an ad hoc Docker image. Finally, you will be given details of how to integrate Docker testing into a continuous integration server such as Jenkins. ...
3. Ad Hoc Testing(随机测试):测试人员通过随机的方式探索软件的功能,旨在发现可能导致系统崩溃的异常情况。 4. Algorithm(算法):一组有限的规则,用于在有限步骤内解决问题,或是执行特定任务的操作序列。...