Content deleted Content added
+cat |
InfinityBird (talk | contribs) m Grammar, punctuation, sentence structure, verb-noun agreement. Tag: gettingstarted edit |
||
Line 1:
{{copyedit|date=March 2013}}
{{refimprove|date=February 2011}}
'''Test automation management tools'''
==Motivation==
[[Test automation]] usually lacks
Test automation management system leverages automation effort towards efficient and continuous
* Making transparent, meaningful and traceable reporting for all project stakeholders.
* Easing test debugging through built-in test results analysis workflow.
* Providing valuable metrics and KPIs – both technical and business-wise (trend analysis, benchmarking, gap analysis, [[root cause analysis]], risk point analysis).
* Grid benchmarking and comparison of test execution days reduces analysis and review effort.
* Clean traceability with other testing artifacts (test cases, data, issues, etc.).
* Keeping historical data in a single place
* Post project analysis and automation performance assessment. (
==Compliance with Agile==
Test automation management tools are perfectly fit [[Agile]] methodologies and SDLC. In most cases test automation
== TDD ==
[[Test-driven development]] utilizes test automation as primary driver to rapid and high-quality software production. Concepts of green line and thoughtful design are supported with
== Continuous Integration ==
Another proper test automation practice <ref>{{cite book | last = Kolawa | first = Adam | coauthors = Huizinga, Dorota | title = Automated Defect Prevention: Best Practices in Software Management | url = http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470042125.html | year = 2007 | publisher = Wiley-IEEE Computer Society Press | isbn = 0-470-04212-5 }}</ref> is being part of [[continuous integration]] which explicitly supposes to have automated test suites as a final stage upon building, deployment and distributing new
|url=http://martinfowler.com/articles/continuousIntegration.html#PracticesOfContinuousIntegration
|title=Continuous Integration
|accessdate=2009-11-11
|last=Fowler |first=Martin |authorlink=Martin Fowler
}}</ref> CI web dashboards provide
==References==
|