jai-singhal / test_case_gen

Test Case Generation using Equivalence Partitioning and Optimization using Artificial Bee Colony Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the program

1. Install Python

If you haven't have python 3 installed in your system, please install the Python. Also make sure you have pip installed.

2. Installing dependencies

Install the flask using pip

pip install flask

If you are on linux/mac, you have to use pip3 instead of pip

pip3 install flask

3. Run the program

Run the main.py

python main.py

If you are on linux/mac, you have to use python3 instead of python

python3 main.py

4. Go to 127.0.0.1:5000

Open the browser and go to 127.0.0.1:5000, where you can see the index page

About

Test Case Generation using Equivalence Partitioning and Optimization using Artificial Bee Colony Algorithm


Languages

Language:Python 86.4%Language:HTML 13.6%