Test Results

Once you have run your test from CLI, you will be able to view the result from the dashboard itself. When you go to your service, it will be visible in 'Test Results'.

Types of Results

These results have been categorized in five different ways. These are:-

  • Total Requests: This is the list of all the requests run in a test.

  • Failed Requests: Requests with regressions in response or outbound calls.

  • Passed Requests: Requests with no regressions in response or outbound calls.

  • Mock Not Found: It means that an outbound call was made by the application in the Replay Mode, however, in record mode no such outbound call was seen by HT.

  • AI Matched Mocks: When HyperTest AI finds an outbound call during replay that does not have an exact same outbound call in Record, it matches it with one closest in schema to avoid Mock not founds.

You can open each one of these results and check for any regression or unusual behavior in your application.

Last updated