viramya-2018 / mbt-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MBT-Editor

This is model-based testing simple application integrated with pair-wise testing.

Following features are provided:

  • Easy to use; Drag-n-drop functionality supported
  • Modularity of graphs is possible
    • The state diagram can be divided into various sub-files
  • All the valid paths from Source to Target are written in file
  • All the valid pairs for scenario are written in a file
  • The files can be downloaded as well.

How to run:

  • Download Node.js. This will also install npm.
  • Download/Clone this repository on your local machine
    • For example : git clone https://github.com/viramya-2018/mbt-editor.git
  • Move into the cloned repo
    • cd mbt-editor
  • Run npm install. This will install all the required packages.
  • Run node app.js in terminal/cmd.
  • Point your browser to localhost:3030
  • Explore 👍

Further reading

About


Languages

Language:JavaScript 94.2%Language:HTML 2.7%Language:CSS 1.7%Language:Python 1.4%