testinglike
Testinglike is a term used in software testing discourse to describe a mindset and set of practices that treat testing as an ongoing, integrated activity rather than a separate phase. It emphasizes that testing should accompany design, coding, configuration, and deployment, and that every action can be an opportunity to verify assumptions and surface defects.
Origins and usage: As a neologism, testinglike lacks formal standardization and appears mainly in blogs, training
Principles: Key principles include continuous validation, shift-left thinking, maintaining testability in design, and using automation to
Practices: Common practices associated with testinglike include designing tests from user journeys, conducting short exploratory sessions,
Criticism and limitations: Critics argue that the term is vague and risks conflating multiple distinct methodologies.
See also: See also software testing, exploratory testing, test automation, shift-left testing, and test-driven development.