a structured process that enables the production of high-quality and low-cost software, in the shortest possible production time.
What is "Software Development Life Cycle"?
Flexible approach in software development focusing on:
Customer collaboration, Frequent delivery, Responding to change
What is "Agile Software Development"?
Ensures complete functionality meets requirements, tests the entire system.
What is "System Testing"?
save a snapshot of the current state of your project to the repository's history
What is the "Commit" command?
What the customer wants and, defined what the software system is required to do
what is "Requirement"?
Framework within Agile for managing and completing complex projects. Through defined roles, planned meetings.
What is "Scrum"
Testing done by developers, tests individual components and functions one at a time.
What is "Unit Testing"?
A copy of the repository hosted on a server
What is "Remote Repository"?
As a <type of user> I want to <some action> so that <some benefit>.
what is "User Stories"?
Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation
Responding to change over following a plan
What is the "Core Values Of Agile"?
What is "Integration testing"?
Held in the cloud serves as a hosting service for git repositories
What is Github?
Business requirements, Users requirements, Product requirements
V.
Usability, Reliability, Performance
What is function Vs Non Functional
Leader of the team, Removes roadblocks
Facilitates meetings like daily stand-ups, sprint planning
Coaches the team on Agile principles
What is "Scrum Master"?
any error, flaw, or unintended behavior in a program that causes it to crash, return incorrect results or go outside of expected behavior.
What is "Software defect"?
An intermediate area where git stores changes you plan to commit.
what is "Staging area"?
Create lifecycle plan, Fix bugs, New features
What is maintenance
Representative of the customer/business, managing product backlog and what gets build and when.
What is "Product Owner"?
Checks if the software meets design specs
Checks if the software meets user needs
What is Verification v. Validation?
A copy of your repository on your current machine
What is "local Repository"?