ALM OTA Wrapper API
ALM OTA Wrapper API is an helper API developed in C#.net for facilitating the development of applications interacting with HPE ALM. Code for this api is available on Github. Below […]
ALM OTA Wrapper API is an helper API developed in C#.net for facilitating the development of applications interacting with HPE ALM. Code for this api is available on Github. Below […]
In this article, we will discuss how to connect to ALM using new rest API. We will use C#.Net for this article. For accessing ALM using rest API first we […]
Please read this article carefully before implementing and make sure that you understand the whole process. I will not be responsible for any issues. If possible, first implement it in […]
In this post, we will discuss how to find child folders under test plan folder in ALM Using OTA API. We will use C# for this post. For finding child […]
In this post, we will discuss how to find tests under a test plan folder using OTA API. We will use C#. For finding tests under a test plan folder we […]
In this post, we will discuss how to delete test plan folder using OTA API. We will use C# for this tutorial. We will use the following classes for deleting […]
In this post, we will discuss creating folders in ALM Test plan using OTA API. We will use C#. To create a folder in test plan using OTA API we […]
In this post, we will discuss how to execute queries using ALM OTA API. We will use C#.Net. To execute queries in ALM we will use the following OTA API […]
Get Trained and start executing UFT tests from Jenkins. Click Here for more details. Hello Friends, In this post, we will discuss integrating Jenkins CI tool with HP UFT. Introduction […]
Hello Friends, In this post, we will discuss filtering ALM defect using its primary ID (BG_BUG_ID) field. Filtering Defects (Bugs) from ALM/QC using Defect ID (BG_BUG_ID) For filtering defects using defect […]