Deploy your application

HyperTest needs two versions of your application deployed in your test enviornment.\

  • HyperTest is not deployed on production environment

  • The environment your developers and QA team uses for testing works the best

The two versions should have following images

  1. Production/stable/latest commit image of your application

  2. Test image

Both application versions should be connected to same database

Next we will configure your test application mirror the incoming traffic to HyperTest.

HyperTest captures and store the traffic coming from test application in Sessions. Whenever a new PR is merged, HyperTest will test the api's stored in above created Sessions in two versions of your services. HyperTest will then analyse the responses and generate bug report based on the differences in the response.

Last updated