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
37
votes
6 answers

JIRA vs TFS 2012 as full ALM system

we are on the research level of choosing a full ALM system for our company. we consider both TFS 2012 and JIRA for use in product, project managment, QA, support and developemnt teams departments. the things to support are bug tracking, workflows,…
user437631
  • 1,112
  • 4
  • 12
  • 28
36
votes
5 answers

TFS Error: Unable to determine the workspace for this solution

I get this error when trying to "Go Online" with a project on a Visual Studio 2010 ALM project. The project was previously connected to a team project on Team Foundation Server (2010), but I had to reinstall both the SQL Server and the TFS…
Alex
  • 7,432
  • 20
  • 75
  • 118
29
votes
5 answers

Atlassian Crowd experiences?

we (a team of about 150) are considering moving our ALM solution from Bugzilla/CVS to Jira/svn/Confluence/Bamboo/Fisheye. SO has a lot of good info on those, but I would be interested to learn about another tool from Atlassian - a Single Sign On…
webwesen
  • 1,242
  • 4
  • 17
  • 30
17
votes
1 answer

Burndown chart shows no data in TFS

I have on my project many PBIs and each PBI has tasks with remaining work filled in. I have finished some of my tasks, others are not started and others are in progress. However, the burndown chart is not showing anything. Not sure exactly what I am…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
12
votes
2 answers

Git tag at the end of build on Visual Studio Online (Build vNext, hosted pool)

I'd like to automatically tag a commit when a build is successful on VSO build vNext. I've read the doc including this page https://msdn.microsoft.com/Library/vs/alm/Build/scripts/variables and I've setup a small PowerShell script. First of all, it…
9
votes
1 answer

The session for this agent already exists

I am using TFS to execute a nightly build that includes several steps that use the TFS Test Agent. I am running the latest version of TFS/Test Agent(2015 - Update 3) and there are no other builds being run at this time. Often(maybe half the time),…
David Rogers
  • 2,601
  • 4
  • 39
  • 84
9
votes
1 answer

Maven execution plan

I have a long build with numerous steps, plugins and executions configured in roughly 30 poms belonging to a complex modularized project. As the build is taking too much (2h) I'd like to streamline it a bit, for which I'd like maven to list me all…
skuro
  • 13,414
  • 1
  • 48
  • 67
7
votes
1 answer

Is it ok to delete completed iterations from visual studio online?

We're using Visual Studio Online with Team Explorer in VS.Net 2013. When managing a work item, the iteration drop down contains a list of all iterations that have ever been defined without taking into consideration the Start and End dates. I would…
Josh
  • 4,009
  • 2
  • 31
  • 46
7
votes
1 answer

CRM 2011 ALM solution packager Differences from organization to organization

My team and I are using the SolutionPackager tool from the CRM SDK to being able to version CRM 2011 solutions. We’ve come through many problems; for example the order in which the languages are exported depends on each organization, another problem…
Santiago
  • 71
  • 1
6
votes
1 answer

HP ALM | REST API Error ALM-E10004: Failed to load project?

I am using HP ALM Version 11.52.809. After authenticating, I'm trying to fetch the list of domains using the following REST-API : http://19.17.16.69:7424/qcbin/rest/domains I am receiving the following error : HTTP ERROR 500 Problem accessing…
Sachin Bhatia
  • 237
  • 2
  • 9
6
votes
4 answers

How to add an attachment to a test set in ALM OTA via c#?

I run the following code but nothing shows up in ALM: AttachmentFactory attachmentFactory = (AttachmentFactory)tsTest.Attachments; TDAPIOLELib.Attachment attachment = (TDAPIOLELib.Attachment)attachmentFactory.AddItem("test"); attachment.Post(); The…
Anton
  • 761
  • 17
  • 40
6
votes
6 answers

Using Mercurial with TFS-like work item tracking

Does Mercurial offer any type of extensions that offer functionality similar to TFS's work items that when you check in changes that you can associate them to features/defects? If there isn't much (or any) support for this, how do you handle ALM…
Chris Marisic
  • 32,487
  • 24
  • 164
  • 258
6
votes
2 answers

Running Specflow tests in TFS Build

How can I get my TFS build to run my Specflow tests? I have the tests running in the local VS build, but they aren't being picked up in the TFS build. Please could someone post the steps I would take to have the build run the specflow tests, and…
Mark Dickinson
  • 6,573
  • 4
  • 29
  • 41
6
votes
1 answer

How to get build definitions from TFS?

How to get build definitions using TFS-API given collection-guid and project-name Please refer here for more details. This is one of the best resources on TFS stuff.
Martin
  • 3,396
  • 5
  • 41
  • 67
6
votes
1 answer

tfs2012: Tree of Work Items with type of tree Successor/Predecessor

I need to build query, that return result with network topology with more than 2 level in depth. For example, i wont to get next result: but if i build "Work Items and Direct Links" query i get only 1 level depth, and if i build "Tree of Work…
Sergey Shulik
  • 950
  • 1
  • 9
  • 24
1
2 3
35 36