Scrum and Technical Practices : Bug Report
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 …
Scaling Agile with You
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 …
Scrum approach for Documentation Developers are responsible for doing all the required tasks to create a potentially releasable and useful Increment. Documentation same as other …
Maintainability Index definition It is a code quality metric. Maintainability Index measures how maintainable (easy to support and change) a source code is. Maintainability Index …
Instability Index definition It is a code quality metric. The instability index measures efferent coupling in relation to total coupling. Instability Index practice The instability …
Lines of Code (LOC) definition It isn’t a code quality metric. Lines of Code is the number of lines in the text of the program’s …
Function points (FP) definition The function point is a “unit of measurement” to express the amount of business functionality an information system (as a product) …
Depth of inheritance definition It is a code quality metric. Depth of Inheritance is Code Metric which checks the Code Health. Depth of Inheritance purpose …
Cyclomatic Complexity definition Cyclomatic Complexity is a Code Metric. Cyclomatic Complexity : Measures the number of linearly independent paths through a program’s source code. Cyclomatic …