Skip to content

🚀 Interactive .gctf Generator

Create test files for any gRPC service - unary, streaming, or advanced patterns

🔄 Unary Request

Simple request-response pattern

Perfect for CRUD operations, authentication

📊 Server Streaming

Multiple response validation

Payment processing, status updates

🔒 TLS Secure

Encrypted communication

Production-grade security testing

⚠️ Error Testing

Invalid input scenarios

Error codes and messages validation

🔗 Connection Settings

Format: host:port
Example: user.UserService/CreateUser

📝 Request Configuration

💡 Use "*" for dynamic values that will be generated

✅ Response Validation

💡 Partial matching - only specified fields are validated

🔒 Security & Advanced

Generated .gctf File

Please provide at least an endpoint and request payload to generate a .gctf file.

Released under the MIT License.