PMI-ACP Tools and Techniques flashcards
Agile Analysis and DesignIncluding but not limited to : Product Roadmap Product Backlog User Stories story maps progressive elaboration wireframes Sketch, Wireframe, Mockup and Prototype …
Scaling Agile with You
Agile Analysis and DesignIncluding but not limited to : Product Roadmap Product Backlog User Stories story maps progressive elaboration wireframes Sketch, Wireframe, Mockup and Prototype …
Functional Spike definition Mockups and wireframes are a spike however can be categorized under Functional Spikes. Functional spikes are often best evaluated through some level …
Architectural Spike definition A Spike is a quick and dirty implementation, a prototype that will be thrown away. Architectural Spike purpose An architectural Spike is …
Technical Debt definition Technical Debt is the typically unpredictable overhead of maintaining the product, often caused by less than ideal design decisions, contributing to the …
Bug Report purpose A bug report “should explain how exactly the product is broken.” Bug Report essentials There Key essential for every bug report are …
Bug definition A software bug is an error, flaw, failure, or fault that produces an incorrect or unexpected result. Bug discovery purpose Bugs create Debt …
Testing purpose Testing is considered a good agile development practice to think through requirements before writing functional code : It helps to consider work in …
Test Driven Development (TDD) definition TDD is one of the most important concepts in Agile, TDD is a test-first software development practice in which test …
Black-box Testing definition Black Box Testing, either functional or non-functional, is a testing which has no reference to the internal structure of the component or …
Traditional Functional Testing : Traditionally, not in Agile testing, functional testing is implemented by a team of testers, independent of the developers. However Functional tests …