fastgen's blog

By fastgen, history, 4 years ago, In English

Hey! Please Check this test case generator out and please give your constructive criticism cause this is my first website!

https://test-case-gen.herokuapp.com/

  • Vote: I like it
  • +19
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Which algorithms did you use while generating trees and graphs? (because it is hard to generate graphs test cases, It is important to be able to create a graph with uniform distribution and high depth.)

Also, it would be awesome if we can choose features like a connected graph or DAG option to graph generator.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Maybe, it is better first line of the multi test case is the number of test case

and

if i generate, i can't revise number of test case, and if i clear, all setting is clear

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

It is giving Application Error

»
3 years ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

Hey, I've also made a beginner-friendly Test Case generator do check it out and provide feedback or suggestions : https://tanmay-901.github.io/test-case-generator/

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I don't know if this is just on my computer, but when you click "directed unweighted graph" it takes you to "directed weighted graph" and vice versa.