You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi,
I am using unit test framework like catch2. Can any one suggest how to test my grpc service APIs.
Regards,
Sunandan
AJ Heller
unread,
May 5, 2021, 2:21:41 PM5/5/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi Sunandan. For unit tests, it's first worth trying to test your business logic in isolation from gRPC. For integration tests, you could run your service and exercise it with test clients (your CI environment may be opinionated on how to automate that). We also have a doc that offers one suggestion as to how you might test client logic https://github.com/grpc/grpc/blob/master/doc/unit_testing.md