Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
291 views
in Technique[技术] by (71.8m points)

jbpm - BPMN Test Designer

I have a bunch of BPMN processes using Camunda. I want to know if I can design some test scenarios for those BPMN files using a modeler.

I know Camunda and other BPMN engines have some features to write tests using Java or some other languages. But I want to know if I, as a BPMN designer, who doesn't have any experience in programming, can design my test scenarios just like the way I design the BPMN itself(without writing code by using a modeler).

The question is not restricted to Camunda only. I would like to know if any other BPMN engines like jBPM or Activiti have such a feature.

question from:https://stackoverflow.com/questions/65877747/bpmn-test-designer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

One of the biggest challenges with ANY low code environment is the development and implementation of unit and integration tests. Camunda and its predecessor Activiti include "mock" implementations specifically for testing, but you need basic Java skills in order to write these tests. Unfortunately I am not aware of any real solution to your problem. What you CAN do, and somethign I have done in the past is to "mitigate" the problem by breaking your processes up into smaller unit modules. These can be wrapped inside "test" processes. The test process can produce test data which the module processes and the results can be verified.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...