Introduction
ReadyAPI is an easy-to-use no-code API Testing platform designed to streamline your testing workflows. Automate and scale your end-to-end tests across multiple API types. Run compatible load tests against your functional tests. Enable virtualization to ensure fast and reliable integrations for your development teams.
We may get stuck in some error in our API, so to detect the error we have Test Results in ready API which provides us with some features for viewing our test results, comparing them to other tests, and can get the results of past runs also.

To do the tasks mentioned above, we have to explore through following three types of interface tabs :
- Transaction Log
- Compare page
- Test History Page
For viewing and getting details of our current test run, for comparing any two tests, and for getting the test results of previous runs we are going to explore each of the above-mentioned pages in detail now.
Transaction Log
The Transaction Log page in Ready API contains the tests and results for the most recent run of the current level. It displays information on incoming requests and outgoing responses that occurred during the current service run. The transaction log allows us to check the test run results and for errors (if any). The transaction Log page contains the test results of the last Test, which was tested at the current level.

We can also access the test case results and the test suite on the Test Case Status and Test Suite Status on the dashboard, respectively.
Configuring Transaction Log
Go to settings and select the following options according to the requirement:
-
Log Options: this will open a dialogue box having various log options.
-
Export Results: this will export the Log to a local file.
-
Precise Results: this will delete the result from the Log.
- Reset Sort Order: this will reset the sorting order of logs to its default based on the time of the test run in ascending order.
Log Options Dialog
It contains various settings related to the logging behavior.
-
Errors Only: enabling this will log only the mistakes in the test steps.
-
Disable Logging: this will turn the Logging off.
- Follow: this will allow automatic scrolling to the currently running Log.
Filtering Test Results
Ready API also allows us to filter the results based on the success of assertion results.
-
Pass: It will show only the results with assertions passed successfully.
-
Fail: It will show only the results with assertions that failed.
- Unknown: It will show results without assertions.
By default, it logs all types of results.
Test Step Details
We can easily view the element details by clicking open next to the test step.

Ready API will automatically open the respective editors for test suites and cases. For test steps, a summary of test execution results is displayed.






