Shift-left testing: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Model-based shift-left testing: Task 17: replace deprecated: |last-author-amp= (1× replaced; usage: 1 of 1);
m The word "Implementating" may be misspelled. Replaced by "implemented", that is better used in this context.
Line 7:
Shift-left testing is important because it helps to prevent the following types of harm due to late testing:
* Testers may be less involved in initial planning, often resulting in insufficient resources being allocated to testing.
* Defects in requirements, architecture, and design remain undiscovered while significant effort is wasted implementatingimplementing them.
* [[Debugging]] (including identifying, localizing, fixing, and regression testing defects) becomes harder as more software is produced and integrated.
* [[Encapsulation (object-oriented programming)|Encapsulation]] impedes [[white-box testing]], reducing [[code coverage]] during testing.{{Citation needed|date=October 2017}}