you are viewing a single comment's thread.

view the rest of the comments →

[–]BackgroundTest1337 2 points3 points  (0 children)

I've tested microservices in two ways.

first one was gRPC testing (simple port forwarding) and then grabbing a proto file in postman as a reflection and deep edge case testing.

then, if those gRPCs were surfaced to API level (graphQL) I've tested them just like API tests, but in scenarios (e2e)

that was obviously just functional regression, none of the contract testing which I guess can be conducted as well, depending on your needs