Frequently Asked Questions
Why are these 3 report pages empty after my first registration?
[Functional Test Report], [Performance Test Report], and [Security Test Report]:
The test reports display the results of the most recent test execution.
Since you haven't executed any tests yet as a new user, there are no reports available.
Please run a test first, and then the reports will appear.
What is shown in the API List after import?
The API List table shows the generated test cases and sample test data for each API,
based on the configuration rules from the standard file you imported. These are used for the preparation of subsequent tests.
Can I generate more test cases?
You can upgrade your plan or purchase additional execution cycles.
How secure is my data when using your tool?
Security is our top priority. All data used during testing is encrypted using industry-standard SSL/TLS protocols.
We also support testing behind your firewalls, ensuring your sensitive data remains private. Additionally,
our tool does not store any of your data unless explicitly stated in the documentation,
and you have full control over the data used in tests..
How can I view and analyze test results?
After running your tests, simply click the "View Report" button on the right side of the test report preview on the dashboard to see the
results for all the APIs. Registered users can also access the most recent test results under the "Test Report Management" menu.
Can I customize the automated test execution strategy?
Sorry, free users can only use the default configuration and cannot modify the test settings.
To customize the configuration, please upgrade your plan to access this feature.
How high is the test coverage with your automated testing tool?
The coverage of our automated testing tool heavily depends on the level of detail in your OpenAPI or JSON Schema documentation.
This includes factors such as the routes and request types, query parameters, request bodies, headers,
response bodies, schema constraints (e.g., enums, patterns, numerical ranges), parameter combinations, test strategies,
edge cases for input data, and response details.
In theory, if your documentation is comprehensive and accurate, the test coverage provided by our tool can reach up to 80-90%.
Can the test reports generated by this platform completely replace manual testing?
Unfortunately, the platform cannot fully replace 100% of manual testing. Complex business logic,
business rules, advanced authentication and authorization processes, context-dependent behavior,
and asynchronous/event-driven processes still need to be manually tested and confirmed.
Our platform is designed to handle routine tasks, such as validating normal and abnormal cases,
ensuring format correctness, and conducting performance and security tests.
If you have further requirements or need more detailed testing, please feel free to contact us.
My GET API is working fine, why are there many 404 errors in the result report?
The system automatically generates different IDs based on the API documentation you provided,
and it cannot guarantee that all values will precisely match your data.
Therefore, these 404 errors are normal and can be safely ignored. Alternatively,
you can export the test results to a CSV format, modify the corresponding parameter values, and rerun the tests.