agile

Specs2 - How to define complex objects for Given/When/Then steps

和自甴很熟 提交于 2020-01-06 07:57:23
问题 Specs2's documentation and samples show some codes about the use of Given/Then/When style in an acceptance test. Here one of them: "A given-when-then example for the addition" ^ "Given the following number: ${1}" ^ number1 ^ "And a second number: ${2}" ^ number2 ^ "And a third number: ${3}" ^ number3 val number1: Given[Int] = (_:String).toInt val number2: When[Int, (Int, Int)] = (n1: Int) => (s: String) => (n1, s.toInt) val number3: When[Seq[Int], Seq[Int]] = (numbers: Seq[Int]) => (s: String

Specs2 - How to define complex objects for Given/When/Then steps

笑着哭i 提交于 2020-01-06 07:56:06
问题 Specs2's documentation and samples show some codes about the use of Given/Then/When style in an acceptance test. Here one of them: "A given-when-then example for the addition" ^ "Given the following number: ${1}" ^ number1 ^ "And a second number: ${2}" ^ number2 ^ "And a third number: ${3}" ^ number3 val number1: Given[Int] = (_:String).toInt val number2: When[Int, (Int, Int)] = (n1: Int) => (s: String) => (n1, s.toInt) val number3: When[Seq[Int], Seq[Int]] = (numbers: Seq[Int]) => (s: String

How to use agile tools/methods within a geographically distributed team [closed]

让人想犯罪 __ 提交于 2020-01-01 12:15:41
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I'm working on a software project which several members are working from home and some other are part-timers. We meet physically one time each month at least. We communicate mostly by emails. Our source code repository (mercurial) is on a jungle disk (workgroup) that we share

Examples of using Doctests in Django in an Agile / BDD way

眉间皱痕 提交于 2020-01-01 05:20:51
问题 I'm interested in learning how to Doctests and Unit tests in a more Agile / BDD way. I've found a few tutorials that seem reasonable, but they are just thumbnails. What I would really like to see is the source code of some Django projects that were developed BDD style. The things I'm unclear about are how do you handle request objects etc. I have a situation where I have deployed my app and I'm getting completely different behavior in production that I did in development or even from the

In agile/scrum user stories, how much detail is enough? [closed]

家住魔仙堡 提交于 2019-12-31 22:26:28
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Enough detail is enough is the usual response. On the project we are currently busy with (which was incomplete and handed over to us without any brs/documentation/user stories of any sort, we get stories like: As a Product Owner I need the developer to test the XXX workflow so that it works correctly. and As a

Software tool for agile project management [closed]

走远了吗. 提交于 2019-12-31 18:31:50
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . We user JIRA for bug tracking and release management and we have started using greenhopper for project management inside of JIRA but

Can one person adopt Agile techniques? [closed]

纵饮孤独 提交于 2019-12-31 08:44:31
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . Looking for work at the moment, I'm seeing a lot of places asking for Agile experience, but until I get a job with a team that is using Agile, I suspect I'll never get the experience. Is it possible to adopt Agile methodologies with just one person? Sort of answering my own

Pair programming means double cost per developer. Is it worth that money? [closed]

泪湿孤枕 提交于 2019-12-31 08:06:22
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 years ago . Pair programming in Agile requires us to double the salary paid to single programmer. Of course with such approach the quality of the code is far cry better, bugs are found much earlier and so forth, but is that still worth that money? Maybe we should pay the 2nd developer's

Pair programming means double cost per developer. Is it worth that money? [closed]

爷,独闯天下 提交于 2019-12-31 08:06:09
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 years ago . Pair programming in Agile requires us to double the salary paid to single programmer. Of course with such approach the quality of the code is far cry better, bugs are found much earlier and so forth, but is that still worth that money? Maybe we should pay the 2nd developer's

VSTS - Backlog Priority altered by sorting in columns

这一生的挚爱 提交于 2019-12-24 16:11:18
问题 I am attached to a project using VSTS, with the Scrum process selected. As the Product Owner sorts the backlog, things work fine with respect to the Backlog Priority value under the hood. As tasks move along the Board, from column to column, I have noticed that the ordering of cards within a column will impact the Backlog Priority. This seems contrary to good sense. Is there a justification why a developer's move of a card within a column such as "In QA" would result in that item being ranked