DevOps
The DevOps Integration functionality allows you to log defects and other issues on DevOps based on reports generated by Avo Assure.
Different execution trigger types in DevOps
A. HTTP Request
HTTP Request is used when a test case requires communication with external web services or APIs, like RESTful. It enables you to send HTTP requests and validate the responses, making it possible to automate scenarios where system-to-system interaction is necessary.
B. Code snippet
Code snippet is helpful when custom logic is needed beyond the available built-in actions. You can embed and run small scripts or code blocks in various programming languages directly within your test workflow, allowing flexibility to handle complex scenarios.
Cloud Execution supports running automated tests in cloud-based environments rather than on local machines. In Avo Assure, Cloud Execution currently supports Harness and Docker as execution triggers. It enables scalability, cross-browser/device testing, and reduces dependency on local infrastructure.
A. HTTP Request
Below are the steps to trigger execution using HTTP request:
- On the Execution tab, select parent folder. 
- Select DevOps from the top right corner and the DevOps pop-up appears. 

- Select HTTP Request to send HTTP requests and validate responses when the Testcase requires interaction with external webservices or APIs. 
- Copy DevOps Integration URL and DevOps Request body from the DevOps window. 
- Select Asynchronous or Synchronous: - Asynchronous: Execution Responses are generated simultaneously during the execution. 
- Synchronous: Execution Responses are generated after the end of execution. 
 

B. Code snippet
- Select parent folder and select DevOps from the top right corner. The DevOps pop-up appears. 

- Select Code snippet to add custom logic by embedding and running scripts within the test workflow, enabling handling of complex scenarios. 
- Enter the time in second in the Set The Timer to trigger the execution at the provided time. 
- Select the language form Select Language. 
- Select Proxy and provide Proxy URL. 

C. Cloud Execution
- Select parent folder and select DevOps from the top right corner. The DevOps pop-up appears. 

- Select Cloud Execution and copy the code snippet containing the execution list details. 

Last updated
Was this helpful?
