Powershell
Powershell
Articles
Azure DevOps Bug Creation from Leapwork Actions
Introduction To run a collection of test cases in one or more environments (machines, devices, etc.) on a scheduled basis or by triggering test cases through the Leapwork REST API, we must define a schedule. In a schedule, we can select one or more test cases from a Leapwork project and pair them with one or more environments....
How to create Jira bug for failed flow of Leapwork using PowerShell script
Introduction JIRA is a well-known tool in the market and is used for bug tracking, issue tracking, and project management. Leapwork offers integration with Jira by automatically creating bugs in JIRA when automation flows in Leapwork fails. Leapwork Automation Platform comes with REST API, allowing any third party system to run automation...
Leapwork Integration with Micro Focus ALM/Quality Centre
Introduction The Leapwork public REST API makes it easy for DevOps, IT operations, and developers to integrate Leapwork with any third-party system. This article will instruct you how to automatically create bugs in Micro Focus ALM/Quality Centre when automation flows in Leapwork fails. The following is a Windows PowerShell script that...
How to automatically log incidents in ServiceNow using Leapwork?
Introduction This article explains how Leapwork can be integrated with ServiceNow to create incidents when automation flow fails. Preconditions Following prerequisites are required for integration. HostName or IP Address and API port of Leapwork Controller. The API Access key for a given Leapwork Controller. Organize and execute flow in a...
Leapwork Azure DevOps PowerShell based Integration
Automatic creation of bugs in Azure DevOps Server An important part of running automated test cases is to monitor, inspect, and react to the results. This is best accomplished in the test management and bug tracking system that we use for our daily work. In this article, we will review three different scenarios on how to trigger and...