100HP
  1. Testing
100HP
  • 100HP API for partners v2.9.1
    • General
      • Overview
      • FAQ
        • Rollback and billing resolver general flow
        • HTTP status codes and custom error codes
        • IP Whitelisting
    • Integration
      • Preparation for integration
      • General API provision
    • 100HP Gaming API
      • Game list
      • Launch game url
      • Video replay
    • 100HP Game flow API
      • Player authorization
      • Get balance
      • Withdrawal money
      • Deposit money
      • Rollback money
    • Implementation Guide
      • YourCasino.js
      • Casino.js
      • TestCasino.js
      • DDL-example
        • mongodb.js
        • mysql.js
        • postgres.js
    • Testing
      • Automated Test Service
    • API INFO
      • API Changelog
  1. Testing

Automated Test Service

The autotest service allows you to validate the integration and monitor the test execution process in real time.
This is a mandatory requirement before going live.

Access#

The autotest service is available at:
https://autotest.100hp.app/
Credentials:
Login: autotest
Password: vEaPBXE1ybx8Mpppcl4C

Test Execution Flow#

Input Parameters#

The test form contains three required fields.
All fields are validated and must be filled in before the test can be started.

Test Status#

After the test is launched, the following statuses are displayed:
running — the test has been started
in progress — the test is currently being executed

Test Completion#

Once the test finishes, the status changes to one of the following:
passed
failed
When the final status is reached, additional actions become available.

Available Actions#

Fetch Test Trace#

Downloads the test trace from the backend.
The trace data is loaded into memory.
After downloading, the button changes to Open Test Trace.
Clicking Open Test Trace opens the trace in a new browser tab.

Run Another Test#

If the previous test failed:
The input form is pre-filled with the previous test data retrieved from local storage.
If the previous test passed:
The input fields are cleared.
If you are unable to view or download the test results, please contact the 100HP Technical Account Managers.

Data Persistence#

Test data and status are stored in the browser’s local storage.
Refreshing the page does not reset the test state.
While a test is running, status updates are requested from the backend every 5 seconds.
Modified at 2026-01-26 14:54:40
Previous
Testing
Next
API Changelog
Built with