Dynamic testing for camunda bpmn process.

I have some ideas about unit testing but it is do test for a specific bpmn model . I need one to test any bpmn model (just by passing name of bpmn file and id of process etc) the strategy should take into account the integration with DB to get candidate (user&group) for any expected path. Since we have 100s of work flows its quite a work to write unit test case for each.
I have checked camunda platform scenario, wondering if its achievable?