博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
测试用例生成工具ALLPAIRS
阅读量:4202 次
发布时间:2019-05-26

本文共 1637 字,大约阅读时间需要 5 分钟。

ALLPAIRS是一个测试用例设计工具,用于Windows,但移植到了多种平台,以适应该脚本文件的一些小改动。它自动对所有实验技术进行设计,通过这个工具的方法可以在海量的数据组合中选择少量的数据生成测试用例。共同使用此工具是测试软件功能的组合,看看他们相互影响,并试图产生的配置测试配置选项的合理组合。也许“共同”是不是正确的词-少数测试人员似乎认识到这项技术。更多的人必须意识到这一点。

 

ALLPAIRS is a test design tool tailored for Windows but portable to a wide variety of platforms with a some minor tweaks to the script file. It automates the "all pairs" test design technique, which is a method of intelligently choosing a small number of combinations of values from a potentially astronomically large number of test cases. Common uses of this tool is testing combinations of software features to see if they interact, and trying to generate reasonable combinations of configuration options for configuration testing. Maybe "common" isn't the proper word - few testers seem to be aware of this technique. More people need to be aware of it.

ALLPAIRS is a bit on the frontier. It's a beta quality tool. You'll need to do some background reading beyond the documentation provided with the tool to understand how the technique works and to make sure you're applying it properly, but you don't need to understand the tool implementation to be able to construct the input for the tool and to use the output.
ALLPAIRS does have some notable limitations that are described in this report, though most can be easily worked around by users who are familiar with using scripting languages. ALLPAIRS is also not suitable for users who aren't comfortable with a command-line interface.
Full disclosure: I have known the author, James Bach, on a professional basis for several years.

...........

工具下载地址:http://www.satisfice.com/tools.shtml

 

转载地址:http://zhnli.baihongyu.com/

你可能感兴趣的文章
一键下载淘宝买家秀图片(win10)
查看>>
NetBeans IDE 中国教育考试版 (2007)运行界面空白解决方法(计算机二级java)
查看>>
全国计算机等级考试 二级java官方教材 纠错勘误 (非官方)
查看>>
PhotoshopCC 使用透视剪裁工具时提示:无法使用透视剪裁工具因为图像包含不受支持的图层类型?
查看>>
LeetCode-栈|双指针-42. 接雨水
查看>>
stdin,stdout,stderr详解
查看>>
Linux文件和设备编程
查看>>
文件描述符
查看>>
终端驱动程序:几个简单例子
查看>>
登录linux密码验证很慢的解决办法
查看>>
fcntl函数总结
查看>>
HTML条件注释
查看>>
Putty远程服务器的SSH经验
查看>>
内核态与用户态
查看>>
使用mingw(fedora)移植virt-viewer
查看>>
趣链 BitXHub跨链平台 (4)跨链网关“初介绍”
查看>>
C++ 字符串string操作
查看>>
C++ qsort 与 sort
查看>>
win10配置tensorflow1.14,1.15,2.0缺少cudart64_100.dll
查看>>
在Linux下搭建带MOD 我的世界(Minecraft)服务器
查看>>