gRPC Test Suite Data Sheet
The gRPC (gRPC Remote Procedure Calls) is a RPC protocol built on top of HTTP/2 transport. The main use case for gRPC is to provide a cross-platform framework for building communication between network nodes. gRPC uses Protobuf as the interface definition language. The gRPC Test Suite can be used for testing robustness of server applications using gRPC as communication method and also gRPC server implementations.
Used specifications
| Specification | Title |
|---|---|
| proto3 | Protocol Buffers Version 3 Language Specification |
| proto2 | Protocol Buffers Version 2 Language Specification |
Tool-specific information
| Supported features | Notes |
|---|---|
| gRPC Wizard | A tool for building test sequences for gRPC Test Suite from Protobuf specifications. |
| gRPC Transport | Supports TLS Authentication, gRPC streaming. |