Ajoe Alex
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 15
Articles
Recent activity by Ajoe Alex-
Update project
Updates the name and description of an existing project identified by its Pid. #aq__content { width: 100%; display: flex; align-items: center; background-color: #f3f4f6; } ...
-
Clone project
Creates a new project by cloning configuration from an existing project. #aq__content { width: 100%; display: flex; align-items: center; background-color: #f3f4f6; } aqEmbe...
-
Create project
Create a new project in the Tenant. Project name must adhere to the following criteria: 1.Must always start with a alphabetic character 2.Maximum length of 256 characters 3.Only letters, d...
-
List projects
Returns a paginated list of all projects available within the tenant. #aq__content { width: 100%; display: flex; align-items: center; background-color: #f3f4f6; } aqEmbedAp...
-
Bulk update Scenario Requirement Traceability
Updates requirement traceability for multiple Scenarios. #aq__content { width: 100%; display: flex; align-items: center; background-color: #f3f4f6; } aqEmbedApiDoc("aq__con...
-
Fetch Scenario details
Fetches comprehensive information about test Scenarios within your project. This endpoint supports: #aq__content { width: 100%; display: flex; align-items: center; background-colo...
-
Trigger Run from Job template
Creates a new job run using the configuration stored in the specified job template. Optional run properties can be overridden for this execution. #aq__content { width: 100%; display: flex...
-
Create Job template
Creates a reusable job template that stores execution configuration for a Scenario or Test Suite. The executions can be triggered on demand using this job template Id #aq__content { width: 10...
-
Run test job
Triggers an immediate execution of a Scenario or Test Suite using the provided job configuration. The job is queued and starts running as soon as a suitable agent becomes available. #aq__content ...
-
Create recurring test job
Creates a recurring test job template that automatically triggers executions based on the specified recurrence rules. #aq__content { width: 100%; display: flex; align-items: center; ...