Search
  • +44-7459919437 (UK- WhatsApp & Direct Call) | +91-6383544892 (India - WhatsApp Only) | Email Id : vinothrwins@gmail.com
Vinoth Tech Solutions
  • Home
  • Selenium Java Online Training
  • Self Paced Video Course
    • Selenium Course Curriculum
    • Cypress Course Curriculum
    • Playwright Course Curriculum
  • Tutorials
  • Demo Sites
    • Practice Automation
      • Demo Page Healthcare
      • Registration Form
      • Transaction Details
      • DropDown
      • Mouse Event
      • Keyboard Events
      • Alert and Popup
      • Multiple Windows
      • iFrames
      • Wait WebElement
      • WebTable
  • FAQS
  • About Me & Feedback
    • Placed Students Feedback
    • Online Training Feedback
    • LinkedIn Profile
    • TechTalk
  • Free YouTube Courses
    • Python for Automation
    • Free QA Video Courses
      • Manual Testing
      • Java For Automation
      • Selenium Webdriver
      • TestNG
      • Cucumber BDD
      • UFT(QTP) Automation
    • Free Data Science Courses
      • Artificial Intelligence for Beginners
      • Python For A.I
      • Python Pandas
      • Python NumPy
      • Mathematics for A.I
  • Home
  • Selenium Java Online Training
  • Self Paced Video Course
    • Selenium Course Curriculum
    • Cypress Course Curriculum
    • Playwright Course Curriculum
  • Tutorials
  • Demo Sites
    • Practice Automation
      • Demo Page Healthcare
      • Registration Form
      • Transaction Details
      • DropDown
      • Mouse Event
      • Keyboard Events
      • Alert and Popup
      • Multiple Windows
      • iFrames
      • Wait WebElement
      • WebTable
  • FAQS
  • About Me & Feedback
    • Placed Students Feedback
    • Online Training Feedback
    • LinkedIn Profile
    • TechTalk
  • Free YouTube Courses
    • Python for Automation
    • Free QA Video Courses
      • Manual Testing
      • Java For Automation
      • Selenium Webdriver
      • TestNG
      • Cucumber BDD
      • UFT(QTP) Automation
    • Free Data Science Courses
      • Artificial Intelligence for Beginners
      • Python For A.I
      • Python Pandas
      • Python NumPy
      • Mathematics for A.I

Agile

  • What is Agile Methodology?
  • Advantages of Agile Methodology
  • Disadvantages of Agile Methodology
  • Agile Manifesto
  • Twelve Principles of Agile
  • Core Values of Agile
  • History and Evolution of Agile
  • Roles in Agile
  • Artifacts of Agile
  • Product Backlog
  • Sprint Backlog
  • Increment
  • Definition of Done (DoD)
  • Burn-Down Chart
  • Burn-Up Chart
  • Scrum Events
  • Sprint in Scrum
  • Sprint Planning in Scrum
  • Daily Scrum
  • Sprint Review
  • Sprint Retrospective
  • Product Vision and Roadmap
  • Release Planning
  • Sprint Planning
  • Product Backlog
  • Estimation Techniques in Agile
  • Planning Poker
  • T-Shirt Sizes Estimation
  • Fibonacci Sequence Estimation
  • Three-Point Estimation
  • Bucket System Estimation
  • Dot Voting
  • Affinity Estimation
  • What are all the framework available in agile methodology?
  • Scrum Framework
  • Kanban Framework
  • Difference Between Agile and Kanban
View Categories
  • Home
  • Tutorials
  • Agile
  • Agile
  • Sprint in Scrum

Sprint in Scrum

Sprint in Scrum

A Sprint is the basic unit of work in Scrum, a fixed period during which specific work must be completed and made ready for review. It encapsulates the entire cycle of planning, execution, review, and reflection. The goal of each Sprint is to produce a potentially shippable product increment that meets the Definition of Done (DoD).

Key Characteristics of a Sprint: #

– Time-Boxed: Sprints have a fixed duration, typically one to four weeks.

– Consistent Length: The length of the Sprint should remain consistent to establish a predictable rhythm.

– No Changes During Sprint: Once a Sprint begins, its scope is locked. Only the Development Team can manage the scope by negotiating with the Product Owner as needed.

– Sprint Goal: Each Sprint has a clear objective, known as the Sprint Goal, which provides focus and direction.

Example Sprint in an E-Commerce Website Project #

Scenario: #

The team is developing an e-commerce website, and they are planning their upcoming Sprint, which is two weeks long. The Sprint Goal is to implement the user account management functionality, including registration, login, and profile update features.

Sprint Planning #

Sprint Goal: Implement user account management.

Sprint Backlog:

– User Story 1: As a user, I want to register an account so that I can start purchasing products.

– User Story 2: As a user, I want to log in to my account so that I can manage my purchases.

– User Story 3: As a user, I want to update my profile so that I can keep my information current.

Tasks:

– Design registration form UI.

– Develop backend API for registration.

– Set up database schema for user accounts.

– Implement login functionality.

– Create session management.

– Develop profile update functionality.

– Write unit and integration tests.

– Update user documentation.

Daily Scrum #

Each day, the team holds a 15-minute stand-up meeting to discuss:

1. What they did yesterday to help achieve the Sprint Goal.

2. What they plan to do today.

3. Any impediments blocking their progress.

Example:

– Day 1:

– Alice: “Yesterday, I designed the registration form UI. Today, I will start developing the backend API for registration.”

– Bob: “Yesterday, I set up the database schema. Today, I will work on the login functionality.”

– Carol: “Yesterday, I wrote unit tests for the registration API. Today, I will begin session management.”

Sprint Review #

At the end of the Sprint, the team presents their work to stakeholders in a Sprint Review meeting.

Presentation:

– Show the working registration, login, and profile update features.

– Gather feedback from stakeholders.

– Discuss any changes to the Product Backlog based on feedback.

Example:

– The team demonstrates the registration process, showing how a user can create an account and receive a confirmation email.

– They demonstrate the login functionality, including error handling for incorrect credentials.

– They show the profile update feature, allowing users to change their personal information.

Sprint Retrospective #

After the Sprint Review, the team holds a Sprint Retrospective to reflect on the past Sprint and identify improvements for the next one.

Discussion Points:

– What went well during the Sprint?

– What could be improved?

– What will we commit to improving in the next Sprint?

Example:

– What went well: The team successfully completed all user stories within the Sprint.

– What could be improved: The initial setup for the database schema took longer than expected.

– Action items: Allocate more time for initial setup tasks in future Sprints and improve estimation techniques.

Summary #

Sprint Goal: Implement user account management.

Sprint Duration: Two weeks.

Sprint Backlog: User stories and tasks related to registration, login, and profile update features.

Daily Scrum: Daily 15-minute stand-up meetings to synchronize efforts.

Sprint Review: Presentation and feedback session with stakeholders.

Sprint Retrospective: Reflection and improvement planning session.

Conclusion #

A Sprint in Scrum is a time-boxed period focused on delivering a potentially shippable product increment. By adhering to a regular cadence of planning, executing, reviewing, and reflecting, Scrum teams can ensure continuous progress, adaptation, and improvement. The example of implementing user account management in an e-commerce website illustrates how a Sprint operates in practice, providing structure and focus to Agile development efforts.

Agile
What are your Feelings
Share This Article :
  • Facebook
  • X
  • LinkedIn
Scrum EventsSprint Planning in Scrum
Table of Contents
  • Key Characteristics of a Sprint:
  • Example Sprint in an E-Commerce Website Project
    • Scenario:
    • Sprint Planning
    • Daily Scrum
    • Sprint Review
    • Sprint Retrospective
  • Summary
  • Conclusion
© 2018 – 2025 Vinoth Tech Solutions Ltd (UK), Reg. No: 16489105