The current project, i work on, is the Camunda application, with bpmn-processes, running in it. Our analytics, with collaboration with business departments , create processes drafts (.bpmn files).
They want to test them, for finding simple bugs fast and without programmers help. But the only approach, we've found - to write java code, using such libs, as camunda-bpm-assert
It is too hard way for system analytics - to learn Java.
Do you know some other opportunities (platforms, libs, maybe with GUI) to reach this goal?
Thanks for all ideas.