Bpm Process Testing (IOException parsing XML document from class path resource [activiti.cfg.xml])

@Shoeb I think you need to add camunda.cfg.xml file in /src/test/resources folder.

The ProcessEngine and the services will be made available to the test class through the getters of the processEngineRule. The processEngine will be initialized by default with the camunda.cfg.xml resource on the classpath.

ProcessEngineRule will look for the default configuration file on the classpath. Process engines are statically cached over multiple unit tests when using the same configuration resource.