56 / 65 · 14 API Testing Fundamentals · gRPC Fundamentals← prev⊞ allnext →☰ Read as one page
7.9Practical Exercise
- Install grpcurl and explore a gRPC service (use a public demo or set up a local one)
- List available services and methods
- Make a unary call and inspect the response
- Write Python tests for a gRPC service: success case, not found, invalid argument
- Test deadline handling with a very short timeout