summaries

Test-Driven Development: By Example

mendi926Vocabulary listWords: 5
English
English
AI Generated
RefactorModifying existing code without altering its external behavior
Definitions:
A change made to the internal structure of software to make it easier to understand and cheaper to modify without changing its observable behavior
RegressionThe act of reverting to a less developed state
Definitions:
In software, regression is an unintended consequence of changes in software development which cause software functionality to degrade or fail
AutomationRunning a procedure independently
Definitions:
In software, it's the use of systems or computer software to perform tasks that were originally performed manually
IterativeProgressive repetition of a process to achieve results
Definitions:
In software, an iterative process is one that makes progress through successive refinement
Test caseA specific scenario to establish whether a software system is working correctly
Definitions:
In software testing, a test case is a specification of the inputs, execution conditions, and expected results that define a single test to be executed to achieve a particular software testing objective