Some terms that you need know

What is agile?

  • Agile software development encompasses an approach to decision making in software projects, which refers to software engineering methods based on iterative and incremental development, where requirements and solutions evolve over time as needed. of the project.

What is a story?

  • A user story is a general, informal explanation of a software feature written from the perspective of the user end or customer. The purpose of a user story it is articulating how a work item will deliver a particular value to the customer.

What is a defect?

  • Defect is the imperfection in a component or system that can cause the component or system to fail to perform its required functions, for example an incorrect statement or data definition. If a defect is located during a run can cause a component or system failure.

What is an error?

  • It is a problem in a computer program or software system that triggers an undesirable result.

What is an epic?

  • Epic refers to a user story that, due to its large size, the team breaks down into stories with a size that is more suitable to be managed with agile principles and techniques: estimation and close monitoring (normally daily).

What is a sprint?

  • A sprint is a repeatable fixed time frame during which a "Done" product of the highest possible value is created.

What is retro meeting?

  • The sprint retrospective meeting is the last event in a Sprint in Scrum. It is an opportunity for the team to inspect itself, and create an improvement plan that will be put into action immediately, in the next Sprint.

What is the planning meeting?

  • The Sprint planning meeting is a meeting that has a fixed duration of no more than 8 hours, divided into two equal parts of 4 hours. The first part is used to select the Product Backlog and the second to prepare the Sprint Backlog. The assistants are the ScrumMaster, the Product Owner and the Team.

What is the hairdressing meeting?

  • It is the meeting where the product owner and the team come together to review the product backlog and add, remove, or reassess user stories.

Mar 15, 2022