Ascension36's blog

By Ascension36, history, 5 months ago, In English

Hello everyone!

Most of us already have a stress testing script. This app doesn't replace that, it just provides a nice looking user-friendly interface for viewing and interacting with your tests.

Website

Github Repo

How it works:

  • Upload your brute force, your untested solution, and either a test file or a generator
  • It compiles, runs, and diffs outputs automatically
  • On failure: shows the exact input, expected vs actual output, TLE info, or compiler errors side-by-side

Features:

  • Supports C++, Java, Python
  • Two modes:
    • static (a single text file separated where test cases are separated by ---)
    • generator (loops until a mismatch is found)
  • Automatic compiler detection
  • Built-in editor to preview/edit files without leaving the app

Would love to hear your thoughts!

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

»
5 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Thank you so much for such a good tool! I'll definitely use it!

»
5 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

not for mac users