FINT is a test workbench for gRPC services. It supports functional and performance testing all in a single application! Create test reports and use the built-in comparison tool to quickly identify regression in service behavior.
Hey PH,
Erik here, the developer of FINT. I found a good use of the lockdown by building a product to solve the testing difficulties we have with gRPC services. So, FINT is an all-in-one tool that lets software testers and developers create functional and performances tests against gRPC services.
Some advanced tips
- In addition to 1-to-1 comparison of responses, you can also define validation rules to run against properties of a response.
- For perf tests, it supports Burst, Incremental and Constant load types.
- Want more flexibility with the requests? Modify it with python scripting right within the tool
- Pin your favorites tests and generated clients right on the dashboard
- Data can be exported out as JSON (and can of course be imported back in).