Hello Camunda Fridends,
I have been writing code for external services, designing flows, writing scripts. It’s been a delightful ride with Camunda so far!
Now it’s time to bring it to the next level… testing, integration testing, functional testing.
I look up to you wizard for the advice, what’s the best way to ensure that everything will work in production before moving to it. I don’t want to spend my life to click through tasklist/cockpit/my custom app every time some refactoring happens.
Would you have any advice from the field experience? I use almost entirely external scripts. What’s the smart way to do it?
Unit tests are relatively simple but what about integration testing. Most of my code are external services using nodejs.
Thanks, K