Hi, Thanks for this video. I have an dmn file which i need to test using excel. I will write test cases in excel sheet and pass the path of excel sheet to java file also will pass dmn file path. The java program should pick input from excel and validate with dmn and compare result with excel expected result. Is it possible to do. If yes please guide .
When I run my test case with exactly the same setup as yours, I get "java.lang.IllegalStateException: No ProcessEngine found to be registered with ProcessEngines!" at org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions.processEngine(AbstractAssertions.java:56) at org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests.runtimeService(BpmnAwareTests.java:117)
im running the JUNIT and it always says IIlegalStateException call ProcessEngineAssertions.init(processEngine). don't understand what it needs. can you please help in understanding what that means
While I run similar test case..it fails with : FileNotFoundException : class path resource [activity.cfg.xml] cannot be opened because it does not exist could u please help me with this issue. I tried creating camunda.cfg.xml file in classpath but its spiraling with other errors
Hi buddy 1. Can you share link if you have kept it somewhere on github, 2. You can also post the same on camunda forum. - I will also try to find out what could be the reason but even i am not sure at this moment
Thank you so much for your introduction video 😊
my pleasure :)
very helpful video. thanks a lot
Hi,
Thanks for this video.
I have an dmn file which i need to test using excel.
I will write test cases in excel sheet and pass the path of excel sheet to java file also will pass dmn file path.
The java program should pick input from excel and validate with dmn and compare result with excel expected result.
Is it possible to do. If yes please guide .
When I run my test case with exactly the same setup as yours, I get "java.lang.IllegalStateException: No ProcessEngine found to be registered with ProcessEngines!"
at org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions.processEngine(AbstractAssertions.java:56)
at org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests.runtimeService(BpmnAwareTests.java:117)
im running the JUNIT and it always says IIlegalStateException call ProcessEngineAssertions.init(processEngine). don't understand what it needs. can you please help in understanding what that means
can you share your model and test case file, on my mail id , you can find in about section
@@Dpoint0 - Missed reading this comment. Please allow me sometime till this week.
While I run similar test case..it fails with : FileNotFoundException : class path resource [activity.cfg.xml] cannot be opened because it does not exist
could u please help me with this issue.
I tried creating camunda.cfg.xml file in classpath but its spiraling with other errors
Hi buddy 1. Can you share link if you have kept it somewhere on github, 2. You can also post the same on camunda forum. - I will also try to find out what could be the reason but even i am not sure at this moment
@@Dpoint0 Hi ,I have same issue . Can you help pls. The error is camunda.cfg.xml not in class resource path