Schedule a demo
◂ Back to examples

Test your Zato services without running a server

Simulate REST, SQL, LDAP, Jira, and Microsoft 365 connections. Integrate with your CI/CD pipelines for automated testing.

Getting started

Connection types

About API testing

  • You can test Zato services without running a server.
  • You write tests using Python's standard unittest module, simulate external connections, and verify your service logic works correctly.
  • The test framework creates a test environment that mimics Zato's runtime, so your services run exactly as they would on a real server.

Frequently asked questions

Do I need a running Zato server?

No. Tests run entirely in Python without any server.

How do I install the framework?

Clone the blueprint project - it has everything set up. Go to the tutorial and it will explain everything.

What connection types can I mock?

REST, SQL, LDAP, Jira, and Microsoft 365 (SharePoint, OneDrive, Teams, Calendar, etc.).

Can I run tests in CI/CD?

Yes. The blueprint includes ready-to-use Azure DevOps and GitHub Actions pipelines.

Start with the tutorial

The tutorial covers installation, mocking, and assertions - everything you need to test your services.