Create Rest method for your test suite( CI/CD)

QAautoMATER allows you to create custom test suites where you can link test scripts. Afterward, you can create RESTful services for these test suites, enabling you to execute the test scripts through REST API calls. These REST services can be seamlessly integrated into any CI/CD pipeline or Windows scheduler for automated testing.

Create Test suite from Test Suite & CICD page

Update Test script order or sequence

Using drag-and-drop feature on the Test Suite page you can update the test sequence of the test scripts

Create your account for test suite

To run a test suite from REST services, you need a special account. This account holds your expiration time based on its validity. If you are an admin of the account, you can directly create a special account

If your account name is "spacecraft," then the user email should be spacecraftcicduser@qabunch.com. The domain name can be changed, and accounts can be created from the "Add User Profile" section.

Once you log in to the application using the special account, we need to retrieve the access token for this account. We can obtain the access token from the network console.

Rest details for Web test suite execution

baseurl : The base URL will be your backend-hosted URL.

endpoint :

http method : Post

Request header

Body

Curl Command Example

Please Note

We can also pass additional data in body section

Powershell script (for schduler)

We can create PowerShell scripts for executing test scripts using the same POST method to trigger them. These PowerShell scripts can be useful for scheduling tasks on Windows.

Last updated