Skip to main content

Writing test cases in Agile projects

Last post 12:07 am February 3, 2017 by Pankaj Chitriv
5 replies
01:23 pm January 24, 2017

How do you conduct testing? Are test cases necessary for projects or is it a wasted effort and the main thing is to read written requirements and meet Acceptance criteria?


02:55 pm January 24, 2017

Dmitry, Scrum has nothing to say about whether the team writes test cases or not. What it says is that, at the end of every Sprint, what is produced has to be “done”. This means that it has to be production-ready, potentially shippable and as a result carefully tested.
Acceptance criteria are basically test cases. They provide a great deal of information that the programmers can use in advance of coding a user story and testers can use as a reference to check if the story is fully and correctly implemented. Here it is vital that testing be viewed as part of the development process, not something that happens after coding is done. That's why many Scrum implementations, and my as well, use TDD, BDD or both.
It's very important that acceptance tests (criteria) should be written by PO (possibly with someone from software development team / a tester) rather than by a developer. And tools such as FitNess or Selenium are very effective for this kind of work.


04:11 pm January 24, 2017

> How do you conduct testing? Are test cases necessary for projects or
> is it a wasted effort and the main thing is to read written requirements
> and meet Acceptance criteria?

To reduce wasted effort, how about discussing the requirements instead of just reading them, and meeting acceptance criteria by designing tests first?


01:04 pm January 26, 2017

Test scripts will ensure that the acceptance criteria is met and might elaborate the scenario of what has been done or tested against a specific user story. Having that said, it is possible to Not write test scripts but ensure that user stories covers full details including performance, load, negative scenarios which is bit of a over ask sometimes.


11:07 am January 27, 2017

Writing test cases is one of the most time-consuming activity in agile. There is a lot of documentation required to maintain throughout the project. Sometimes, documentation is necessary but it is not important for new requirements in testing.
Instead of writing test cases, you can prepare a checklist of all tests you need to do. This helps you to do more testing in a short span.


12:07 am February 3, 2017

I think writing check-list might lead to individuals having their own interpretation of the scenarios and success/failures thereby delivering something different than what is intended. I might work for few simple and obvious functionality but again it is very relative term as to what we can call it simple depending upon the domain knowledge and composition of the Dev team.


By posting on our forums you are agreeing to our Terms of Use.

Please note that the first and last name from your Scrum.org member profile will be displayed next to any topic or comment you post on the forums. For privacy concerns, we cannot allow you to post email addresses. All user-submitted content on our Forums may be subject to deletion if it is found to be in violation of our Terms of Use. Scrum.org does not endorse user-submitted content or the content of links to any third-party websites.

Terms of Use

Scrum.org may, at its discretion, remove any post that it deems unsuitable for these forums. Unsuitable post content includes, but is not limited to, Scrum.org Professional-level assessment questions and answers, profanity, insults, racism or sexually explicit content. Using our forum as a platform for the marketing and solicitation of products or services is also prohibited. Forum members who post content deemed unsuitable by Scrum.org may have their access revoked at any time, without warning. Scrum.org may, but is not obliged to, monitor submissions.