Try-It Tool
The Try-It tool is a built-in development-time testing interface that lets you send requests to your service and inspect responses without leaving WSO2 Integrator. Use it as you write code to verify behavior immediately, before committing to automated tests. The tool starts your service automatically when you select Try It, so there is no separate run step required.
Try-It experiences
Different integration types open a different Try-It interface. Select the one that matches your integration:
| Integration type | Try-It experience | Page |
|---|---|---|
| HTTP service | Request builder with method, URL editor, headers, request body, and response viewer | Test HTTP service |
| GraphQL service | Built-in GraphiQL editor with schema explorer, query editor, and response panel | Test GraphQL service |
| Chat agent | Conversational chat panel for sending messages and validating agent responses | Test Chat agent |
| MCP server | MCP Inspector for listing tools and invoking them with input parameters | Test MCP server |
What's next
- Test Explorer — run automated test suites from the IDE
- Generate tests with AI — generate test code automatically