alm

Burndown chart shows no data in TFS

末鹿安然 提交于 2019-12-06 17:21:33
问题 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 missing to configure! My iterations are like this: 回答1: This has to do with the fact that the burn down needs at least 2 days of data to show something. So basically it won't show any data the first day of the sprint but everything works

How to get the name of all projects in a TFS collection?

懵懂的女人 提交于 2019-12-06 02:45:24
On how to get the collections from TFS refer here Please refer here for more details. This is one of the best resources on TFS stuff. The collection guid is passed in and the list returns the name of all projects in that particular collection. public IList<string> GetProjectsFormCollection(Guid collectionId) { ICommonStructureService structureService = null; try { TfsTeamProjectCollection teamProjectCollection = _configurationServer.GetTeamProjectCollection(collectionId); teamProjectCollection.Authenticate(); structureService = (ICommonStructureService)teamProjectCollection.GetService(typeof

The session for this agent already exists

人走茶凉 提交于 2019-12-05 23:51:57
问题 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), when the nightly job is run the step "Visual Studio Test Agent Deployment" fails with the following error: The job has been abandoned because agent Agent-XXX did not renew the lock. Ensure agent is running, not sleeping, and has not lost

When should mvn release be used in the project lifecycle?

笑着哭i 提交于 2019-12-05 00:54:27
问题 To clarify the question : I am looking for established best-practices or a pro/con analysis of known practices by project lifecycle I mean : deploy to pre-integration, integration, QA, preprod and prod environment. For some context: Our project deploys to integration and QA every week, currenlty we create a new release for each integration deployment, but this doesn't feel right. It leads to updating all the poms every week breaking dev level dependencies, forcing every dev to do a refresh of

Burndown chart shows no data in TFS

心已入冬 提交于 2019-12-04 23:05:50
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 missing to configure! My iterations are like this: This has to do with the fact that the burn down needs at least 2 days of data to show something. So basically it won't show any data the first day of the sprint but everything works 'surprisingly' on the second day. This is a longer existing issue as can seen for example on https://connect

The session for this agent already exists

做~自己de王妃 提交于 2019-12-04 04:29:24
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), when the nightly job is run the step "Visual Studio Test Agent Deployment" fails with the following error: The job has been abandoned because agent Agent-XXX did not renew the lock. Ensure agent is running, not sleeping, and has not lost communication with the service. This is due to the error found in the Test Agent's log file(under _diag): The

curl was not found in the path Visual Studio Team Services

◇◆丶佛笑我妖孽 提交于 2019-12-04 03:58:24
问题 I'm using the Hosted Agent for release management in Visual Studio Team Services. I have a cURL Upload Files task on my release definition which was working last week and I've had several successful deployments over the past weeks. Today I created a new release from the same release definition and I am receiving the following error on the cURL Upload Files task. 2016-03-31T08:56:43.4253012Z ##[debug]curl=null 2016-03-31T08:56:43.4263027Z ##[error]curl was not found in the path. 2016-03-31T08

When should mvn release be used in the project lifecycle?

烂漫一生 提交于 2019-12-03 16:27:37
To clarify the question : I am looking for established best-practices or a pro/con analysis of known practices by project lifecycle I mean : deploy to pre-integration, integration, QA, preprod and prod environment. For some context: Our project deploys to integration and QA every week, currenlty we create a new release for each integration deployment, but this doesn't feel right. It leads to updating all the poms every week breaking dev level dependencies, forcing every dev to do a refresh of their eclipse configurations. We have large workspaces and eclipse doesn't handle the refreshes so

ALM 12: Authentication via REST returns 400 bad request

不打扰是莪最后的温柔 提交于 2019-12-02 08:40:42
I am following the guidance here: http://alm-help.saas.hp.com/en/12.50/api_refs/REST_TECH_PREVIEW/Content/General/Session_Management.html I send the following request to alm12.test.com/qcbin/authentication-point/alm-authenticate Headers: Content-Type: application/xml Accept: application/xml Request <?xml version='1.0' encoding='utf-8'?><alm-authentication><user>userxy</user><password>yyy</password></alm-authentication> Which results in the following repsonse (LWSSO_COOKIE_KEY): Content-Length: 0 Date: Mon, 02 May 2016 13:28:00 GMT Set-Cookie: LWSSO_COOKIE_KEY

QTP/UFT - Close all browsers except QC/ALM

点点圈 提交于 2019-12-02 07:05:58
Currently I am using the below code to close all the browsers except the ALM browser from where I run the test suite from. However When I run the suite from ALM, the below code identifies 2 browsers - ALM browser and the test case browser. It first closes the test case browser and when it executes the iteration for the ALM browser, it says the browser is not identified when it tries to find the name of the browser. I am not sure why it counts it as a browser if it cant identify it later. Any thoughts on how to resolve this? Dim oBrDes Dim oBrObjList Dim objIndex Set oBrDes=Description.Create