Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive testing #479

Open
therealryan opened this issue Jul 25, 2023 · 0 comments
Open

Interactive testing #479

therealryan opened this issue Jul 25, 2023 · 0 comments
Labels
enhancement New feature or request java Pull requests that update Java code

Comments

@therealryan
Copy link
Collaborator

Running tests, observing the resulting behaviour and then repeating with slight updates to the test data is an excellent way to learn about a system. It'd be nice to support this use-case by adding an interactive testing facility in the assertion components.

When provoked, a test could throw up a GUI that:

  • Allows a flow or flows to be selected
  • Allows those flows to be edited
  • Allows those flows to be processed via the normal test behaviour
  • Allows multiple repetitions of the above loop
  • Captures the flow-edit data in the execution report so that if an interesting behaviour is found we've got a record of it so that it can be easily added to the system model.
@therealryan therealryan added enhancement New feature or request java Pull requests that update Java code labels Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

1 participant