Skip to content

Really wanted to try making one in java, to learn a good amount of file handling

Notifications You must be signed in to change notification settings

TanmayAmbadkar/Testcase-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testcase-generator

Really wanted to try making one in java, to learn a good amount of file handling.

How to use

Step 1) Open the TCCreation.java file, and write down the format of your test cases.

Step 2) Place the logic file in the same folder as the Driver.java file. Name this file logic.*, where * is the extension of your logic file

Step 3) Run the driver program

In your Command prompt, type the following

  1. javac Driver.java
  2. java Driver

The code does the rest of the work for you.

What the code does

The code randomly generates the test cases (These test cases might not include the edge test cases). Then it executed them and zips them into 2 folders, input and output.

About

Really wanted to try making one in java, to learn a good amount of file handling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages