Test automation management tools: Difference between revisions

Content deleted Content added
m Cleaned up using AutoEd, User:GregU/dashes.js, ce
Line 15:
 
==Compliance with Agile==
Test automation management tools fit [[Agile software development|Agile]] Systems Development Life Cycle methodologies. In most cases, test automation covers continuous changes in order to minimize manual regression testing. Changes are usually noted by monitoring test log diffs. For example, differences in the number of failures signal probable changes either in AUT or in test code (broken test code base, instabilities) or in both. Quick notice of changes and unified workflow of results analysis reduces testing costs and increases project quality.
 
== TDD ==