Self-Made Test-Case Generators

This repository contains all the Test-Case Generator Program that I have implemented in order to test and debug my projects (https://github.com/gbelwariar/Self-Made-Projects).

View the Project on GitHub gbelwariar/Self-Made-Test-Case-Generators

Fork me on GitHub

Self-Made Test Case Generators

This repository contains all the Test-Case Generator Program that I have implemented in order to test and debug my Projects.

Motivation

Testing/Debugging is the most important part of any project or software phase. Thus I decided to create my own Test Case Generators in order to test and debug my Projects.

Languages/Technologies Used

All the Test Case Generators have been implemented in C/C++.

How to use these Test Case Generators ?

Just run your code on the sample test cases generated by these test-case generators. You must also run a correct brute-force solution in parallel with your own code to debug.

List of all Test-Case Generators

  1. For Array of Random Strings
  2. For Directed Unweighted Graphs
  3. For Directed Weighted Graphs
  4. For Palindromes
  5. For Arrays
  6. For Random Characters
  7. For 2D Matrices
  8. For Random Numbers
  9. For Random Strings
  10. For Undirected Unweighted Graphs
  11. For Undirected Weighted Graphs
  12. For Unweighted Trees
  13. For Weighted Trees