zoukankan      html  css  js  c++  java
  • 测试用例生成工具ALLPAIRS(转)

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

     From http://blog.csdn.net/test_sunny/article/details/4704659

    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

  • 相关阅读:
    vue自定义指令clickoutside使用以及扩展用法
    抓包工具Charles的使用教程
    vue之element-ui文件上传
    Vue省市区三级联选择器V-Distpicker的使用
    Vue如何封装多个全局过滤器到一个文件
    vue工程中使用iconfont在线CDN不生效的问题
    es6 Null 传导运算符
    js中布尔值为false的六种情况
    vue-vli3创建的项目配置热更新
    js思维导图
  • 原文地址:https://www.cnblogs.com/limei/p/3240214.html
Copyright © 2011-2022 走看看