- Testing Practitioner Handbook
- Renu Rajani
- 248字
- 2021-07-09 19:10:49
How is testing done in agile sprints?
I have often heard that agile projects do not require testers. Is this true? Would you compromise on quality in the name of agile?
Like any other development life cycle, agile also needs quality and testing. Agile engagements involve testers from the start of the sprint, that is, from the requirement analysis stage, in a process known as user story grooming.
In sprint planning, the team selects the story points depending on various factors, including availability of resources and user story complexity. All the members of the sprint team (cross-functional teams) are involved in this process (developers, business analysts, testers, configuration teams, build teams, the scrum master, and the production owner).
Once the user stories destined for the sprint are finalized, they are analyzed. Then, developers work on the design while testers write the test cases and share these with business analysts for review. At the end of each sprint, the team discloses the user stories selected during the sprint to the product owner and gets a go or no-go ruling. Once the demo is complete, the team gathers for the retrospective. Take a look at the following diagram:
The benefits of this approach include:
- Productive, collaborative, and high-performing teams
- Predictability and project control featuring transparency and flexibility
- Superior prioritization and risk management for business success
- High-value revenue with low upfront and ongoing costs
- High-quality products delivered with minimum time to market
- Increased possibility of stakeholder engagement and high customer satisfaction
- Vue.js設(shè)計與實現(xiàn)
- 軟件項目管理(第2版)
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Learning AngularJS for .NET Developers
- C# and .NET Core Test Driven Development
- Spring Boot+MVC實戰(zhàn)指南
- Kotlin極簡教程
- PHP 8從入門到精通(視頻教學(xué)版)
- Applied Deep Learning with Python
- 征服C指針(第2版)
- Java語言程序設(shè)計實用教程(第2版)
- Head First Kotlin程序設(shè)計
- Isomorphic Go
- Node.js進(jìn)階之路
- VBA Automation for Excel 2019 Cookbook