Git Product home page Git Product logo

node-qict's Introduction

npm version Node.js CI

node-qict

A pairwise test case generator implements from QICT

Try it in your browser! TRY IT NOW

Document is here

install

$ npm i -g qict

usage

Usage: qict [-h] <file> [-f <filter>]

sample data

$ cat   __tests__/testData.txt
Switch: on, off
Browser: Chrome, Firefox, Opera, Lynx
OS: Windows, Mac, Linux
Membership: Member, Guest

sample result

$ qict __tests__/testData.txt
- There are 4 parameters
- There are 11 parameter values
- Parameter values:
  on off Chrome Firefox Opera Lynx Windows Mac Linux Member Guest
- Legal values internal representation:
  * Parameter0: 0 1
  * Parameter1: 2 3 4 5
  * Parameter2: 6 7 8
  * Parameter3: 9 10
- There are 44 pairs
Result test sets:

  0     on  Chrome Windows  Member
  1    off Firefox Windows   Guest
  2    off   Opera     Mac  Member
  3     on    Lynx   Linux   Guest
  4     on  Chrome     Mac   Guest
  5     on Firefox   Linux  Member
  6    off    Lynx Windows  Member
  7     on   Opera   Linux   Guest
  8     on Firefox     Mac  Member
  9    off  Chrome   Linux  Member
 10     on   Opera Windows  Member
 11     on    Lynx     Mac  Member

End

{% include form.html %}

node-qict's People

Contributors

dependabot[bot] avatar freddiefujiwara avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

wtmjepsen

node-qict's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.