ahinchman1 / TornadoFX-Suite

Automated user-interaction testing for TornadoFX
20 stars 6 forks source link

Stage{1}@FEATURE: Create a TornadoFX testing GUI with a console log inside. #4

Closed ahinchman1 closed 6 years ago

ahinchman1 commented 6 years ago

Workflow ->

  1. User may choose to configure this to launch with a local run.
  2. Upon launching the application, scripting(?)* is launched to start analyzing the code.
  3. Based on introspection, make guesses to the kinds of tests that need to be generated
  4. For required inputs, allow devs to input bounds
  5. Create builders to write testing, create a psuedo-random generator within the bounds for the output.

*Note: this issue may need to be broken down into sub-issues