Get Started
During service development, single-input testing with RUN TEST is usually sufficient.
However, before deployment, you need BULK TEST to verify stability by testing multiple data entries at once.
(Example: running dozens of sentences through a translation ability, or validating a data-processing agent with datasets from multiple users.)
Preparing
Upload data to the project’s data storage.
Once the data is ready, you can run a BULK TEST.
How to Run
There are two ways to perform a BULK TEST:
Benefits
Validate in advance whether your workflow runs reliably with multiple data inputs.
Detect potential errors or bottlenecks before deploying your service.
Test in conditions similar to a production environment, ensuring quality and reliability.