Skip to content

hlpr98/NEAT_Tester

Repository files navigation

NEAT_Tester

Automated Software Tester using NEAT Algorithm

This repository impliments the algorithm in this paper.

Running the software

  • Clone this repository
  • For running the tester copy paste the following lines in the terminal.
$ cd NEAT_Tester
$ python ./TestingApp/generate_test.py
$ python Final_Product.py
  • The final, optimised test suite will be in the file File_test_suite.py

Training

  • The repository already contains a trained network, stored as "winner.pkl".
  • In order to train the network.
    • Make changes in the "config" file.
    • Make changes in "NEAT_train.py"
    • Run "NEAT_train.py".

About

Automated Software Tester using NEAT Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages