InterviewSolution
| 1. |
What is an epic? |
|
Answer» An Epic is a series of user stories that share a broader strategy. Several epics share a common goal and are grouped together under a business objective called as a THEME. User story can be completed WITHIN the timeframe of a SPRINT, but an epic will typically require development work covering several sprints. The Epic sits between Theme and Story in AGILE development. The theme represents a high-level strategy for its product. THEMES are broken into several epics by the team and then epics are broken down into several user stories. A story represents a small unit of development work that will allow the user to complete the goals. |
|