Quickstart
Last updated
Last updated
Ratl.ai makes it incredibly simple to kickstart your testing journey with autonomous agents. Whether you prefer using a sample cURL , sample Postman collection , or uploading your own inputs , Ratl ensures a seamless and intuitive process. Here's how you can get started:
You can start by providing one of the following:
cURL Command : Enter a sample or custom cURL command.
Postman Collection : Upload a collection file or provide a collection URL.
Application URL : Enter the base URL of your application.
For this example, let's use a cURL command:
Introduction by Ratl As soon as you provide a cURL command, Ratl greets you:
*"Hi, I am Ratl, your dedicated SPOC for streamlining product reliability."*
Workspace Creation Ratl automatically creates a dedicated workspace for your testing journey:
Workspace ID : e.g., ws-005
.
The workspace is preconfigured for testing.
The workspace stores your testing data and configurations.
Agent Setup Meet your agents:
Inga : Assists with functional and end-to-end API testing.
Chase : Handles load testing using tools like Gatling or JMeter.
Casey : Focuses on accessibility testing to ensure compliance and usability.
Functional Testing with Inga
Test Suite Generation : Inga generates functional test cases based on the cURL command.
Example: A suite for the endpoint https://reqres.in/api/users
.
Suite ID : 676855619d3cc2b8ad9bb8ea
.
Execution : Inga executes the functional tests and provides:
Status Codes : e.g., 200 (OK), 201 (Created).
Response Data : User details, pagination info, etc.
Report Generation : A detailed PDF report is compiled, available for download.
End-to-End Testing with Postman Collections If you provide a Postman collection instead of a cURL:
Enhanced Test Scenarios : Inga also generates end-to-end (E2E) tests using API combinations within the collection.
Execution and Reporting : Similar to functional testing, with additional workflows and deeper insights.
Script Generation : Chase creates a Gatling load test script based on the provided cURL or Postman collection.
Simulation :
Load configuration: Simulate users at a specified rate and duration.
Example setup: 1 user/second for 1 second.
Simulation ID : Track and manage your simulations.
Report : Access detailed performance metrics in the Load Test Report .
Accessibility Analysis :
URL extracted from the cURL or collection is analyzed.
Reports generated in HTML and PNG formats.
Insights : Identify compliance issues and improve usability.
Functional Testing
Validates API functionality with status codes and response data.
Confirms proper response formats, headers, and status codes for individual API endpoints.
Load Testing
Assesses API performance under simulated load using Gatling.
Measures response time, throughput, and server behavior under concurrent user traffic.
Accessibility Testing
Evaluates URL for accessibility compliance.
Identifies accessibility issues (e.g., missing alt text, color contrast issues) and usability insights.
End-to-End Testing
Tests the workflow across multiple API endpoints using Postman collection inputs.
Validates the integration and interaction of APIs, ensuring the expected sequence of
operations succeeds.
Reduced Manual Effort : Autonomous agents handle everything.
Comprehensive Testing : Functional, load, and accessibility testing in one place.
Scalability : Configure simulations and workflows as needed.
Ease of Integration : Works seamlessly with CI/CD pipelines.