namigop

namigop

Incremental Load Testing

One of the best features of FintX is that it can run real-time load tests against your gRPC service! This sets it apart from other testing tools that only supports calling the gRPC methods. FintX supports 3 types of load…

FintX Quickstart Guide

Before we start Before getting started, make sure you have a running gRPC service. If the gRPC service does not have Reflection Service enabled, make sure you have the proto file that contains the service definition For this tutorial we’ll…

Testing gRPC Server Streaming Methods

Before we start First thing we need to create a gRPC service that has a server streaming method. For this tutorial, we will run the gRPC service found at This service has the following server streaming method Test the…

Testing gRPC Client Streaming Mthods

Before we start First thing we need to create a gRPC service that has a server streaming method. For this tutorial, we will run the gRPC service found at This service has the following server streaming method Test the…