Test Automation FX
From Wikipedia, the free encyclopedia
The introduction to this article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. |
This article or section needs sources or references that appear in reliable, third-party publications. Primary sources and sources affiliated with the subject of the article are generally not sufficient for a Wikipedia article. Please include more appropriate citations from reliable sources, or discuss the issue on the talk page. This article has been tagged since June 2008. |
Test Automation FX is a Windows GUI test automation framework for Visual Studio 2005 and Visual Studio 2008.
Test Automation FX requires no special knowledge when it comes to custom-made scripting language, since it stores all test logic in .NET code. The test logic is for maintenance reasons separated from the user interface mapping to simplify when (tested) applications change over time, and the test recording support has been developed with aim to generate readable and understandable code to support and facilitate collaboration between software tester and software developer.
By its framework approach Test Automation FX aim to enable generic and / or individual key customizations and adoptions within development teams, and by integrating with Visual Studio it supports development process integration and aim to utilize the benefits of Visual Studio functionality.
Test Automation FX is currently only focused on testing Windows GUI and has only limited support for web testing.