UML Test Case Generator

A simple test case generator for UML diagrams built in React, Nodejs and Express server bindings.

Process

1

Use any standard tool to generate UML diagram. Do not make any fancy changes in UML diagrams. For example -> do not put square brackets [ ] to conditions in activity diagram. Please refer the diagrams given in 'extra-files' folder and draw accordingly.

2

Generate XMI of UML diagram from the tool using 'export XMI' option.

3

Upload the XMI file in the UML Test Case Generator.

4

Generate Paramater Values.

5

Download Excel Sheet of Paramater Values for further computations.

Local Usage

// donwload Link (Sequence Diagram)
https://github.com/mayuraitavadekar/uml-sequence-test-case-generator

// donwload Link (Activity Diagram)
https://github.com/mayuraitavadekar/uml-activity-test-case-generator

// otherwise clone or donwload git repository
git clone "https://github.com/mayuraitavadekar/uml-seq-test-case-generator.git"

After download/clone, move into server1 folder type:
cd server1
npm install
sudo npm start

// After that move into frontend folder type:
cd frontend
npm install
sudo npm start

// Open browser and type:
http://localhost:3000/