ScriptBuilder API Call Instruction

Prev Next

We are excited to announce the ability to include API calls during script execution! This enhancement allows you to create more robust and comprehensive test scenarios by combining both UI and API testing.

While UI testing verifies the front end, API testing is crucial for validating backend services, retrieving dynamic data needed for scripts, and ensuring data consistency across applications.

The new Command ‘API Call’ allows -

  • Validate Services: Check that backend services are operational and performing as expected.

  • Data Retrieval: Obtain specific data, such as an ID or status, directly from your database or backend systems.

  • Dynamic Parameterization: Capture values from the API response and use them as parameters in your script, enhancing the flexibility and power of your automated tests.


Integrating API calls into your test scripts gives you a more comprehensive view of your application's performance and behavior, ensuring the UI and backend services function seamlessly.