Questions tagged [alm]

Application Lifecycle Management

Application Lifecycle Management is, as the name suggests, the management of your software solutions throughout its entire lifecycle from inception, requirements capture, architecture, design, coding, testing, deployment and maintenance.

ALM also refers to a software tool provided by Micro Focus (Formerly provided by Hewlett Packard Enterprise).

Links:

https://software.microfocus.com/en-us/products/application-lifecycle-management/overview

536 questions
3
votes
1 answer

Getting reserved timeslot with ALM or Performance Center REST API

How can we get the list of the scheduled performances tests in ALM or Performance Center ? are these informations available from the REST API ? I have to develop a java application which will get these different timeslot and and add some other…
Camille Gerin-Roze
  • 4,271
  • 1
  • 11
  • 16
3
votes
1 answer

Read Defects metadata in HP QC ALM 12.5x

I have to read HP QC ALM Defects metadata using REST API. As per the HP QC ALM API reference below is the URL to read: /qcbin/api/domains/DOMAIN_NAME/projects/PROJECT_NAME/{collection name}/$metadata/fields I modified the above as per my…
Karthick Raju
  • 757
  • 8
  • 29
3
votes
3 answers

What are some ALM alternatives to TFS?

I'm also familiar with the 'Subversion + Cruise Control + Fogbugz + nCover + ...' setup used in dev houses. But what other options are there? I'm pretty naive outside of these 2 combinations. I'm from the .net world and perhaps LISP of Ruby…
DarkwingDuck
  • 2,686
  • 24
  • 29
3
votes
3 answers

HP ALM Rest API QCSession 411 Authentication

I am using HP-ALM 12.01 which seems to be stock full of issues. I cannot update to another version at this time. I am trying to get access to the rest api to upload test results automatically from JUnit. I am using the infrastructure shown here …
Cyrusc
  • 163
  • 1
  • 10
3
votes
2 answers

HP ALM REST Api Requirement Traceability

As the title says I need to get traceability information for my requirements with hp alm rest api. What endpoint do I have to use? The documentation seems to be pretty much not existing! Somewhere I've read that the following endpoint should return…
stefan
  • 1,336
  • 3
  • 21
  • 46
3
votes
0 answers

Unable to query projects using Tuleap REST API

I am using Tuleap API to query projects using the below API https://alm.test.com/api/projects?query={"shortname":"myproject"} When I call this API, Its not returning results for the project "myproject" rather its returning all projects in Tuleap. I…
Edison Trutwein
  • 765
  • 5
  • 22
3
votes
2 answers

HP ALM: Get all available requirement types with REST API

If you want to create a requirement in HP ALM you have to specify the field ''type-id''. Is there a way to get all the available requirement types over the REST API? In all examples I can find, people use hardcoded values but no code to get the…
AlvaHenrik
  • 404
  • 2
  • 10
3
votes
1 answer

Executing the test cases in alm from Excel by Test ID

I am trying to execute the test cases in QC ALM through an Excel macro. I am able to access the tests in testlist, but I am not able to find the particular test case I need to execute by its ID. Below is the sample code I am using: Set tsTreeMgr =…
3
votes
2 answers

Why is TFS Rest API for fetching the TFVC changesets returning only 256 items?

Why is the TFS Rest API for fetching the TFVC changesets returning only 256 items. I tried using the $Top to get more than 256 results. But no use. The API for getting Git repository commits is working fine. I am referring to…
Abisek S
  • 55
  • 1
  • 6
3
votes
1 answer

Using C# dynamic with COM object throws RuntimeBinderException for documented method of implemented interface

My application needs to interact with a COM object that, for reasons irrelevant to this post, cannot be added to my project as a reference. I thought the C# dynamic keyword would be the perfect solution, but am running into RuntimeBinderException…
HgCoder
  • 1,243
  • 9
  • 14
3
votes
1 answer

How to get TestSet path with UFT12/ALM12?

I'm trying to get the Test Set path of a ALM12 test set with UFT12 OTA API. I've just upgrade from QTP11 to UFT12. On QTP11, we used to get the TestSet path like…
3
votes
1 answer

Exclude project from build configuration in TFS

How do you exclude a project from the solution that is built by TFS? I have: Created a configuration and unticked build for the project I want to exclude. Checked in the changes to the sln from above file to TFS. Triggered a build under TFS with…
Michael Fry
  • 1,090
  • 9
  • 12
3
votes
1 answer

TFS 2013 Scrum Template, how to show Features on Sprint backlog

We use TFS 2013 with the Scrum 2013.4 template. We have one single project defined in a single collection. This project contains all the backlog items for all different subsystems and their features. To manage this backlog, we us the Portfolio…
Jeroen1984
  • 1,616
  • 1
  • 19
  • 32
3
votes
1 answer

TFS 2013 Tracking Changeset(commits) with GIT

With Team Foundation Version Control we have nice ability to visualize changesets. Hierarchy and Timeline view. How can I get same type of information with GIT repository? I can't find anything useful. Hierarchy Tracking Timeline view
Chatumbabub
  • 1,557
  • 2
  • 18
  • 30
3
votes
1 answer

How to delete a component in RTC?

I have created a stream and a component; and added the same component to the stream. But now I want to delete the component. Is it possible to delete ? I know I can remove the component from stream, but since this component is of no use I want to…
Cjo
  • 1,265
  • 13
  • 19
1 2
3
35 36