How do we do UnitTesting when development with Zeebe?

How do we do UnitTesting when development with Zeebe?

Depends on what you are doing. For example, see here.

Worker code can be written in any of a number of languages, and can be unit tested like any code.

The main handler function of a worker is a callback, so you can invoke it with mock data to test its functionality.