Блог пользователя fastgen

Автор fastgen, история, 4 года назад, По-английски

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/

  • Проголосовать: нравится
  • +19
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

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 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

It is giving Application Error

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

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 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.