Thursday 3 February 2011

Test Automation FX - UI Testing in Visual Studio

Few days back there was some requirement in my project where we have to automate windows application/desktop application developed in C#.Net. I thought to develop an automation framework for the same. But before starting of this we thought for doing some goggle might be some tool would be available to perform my task.

After searching I came across TAFX(Test Automation FX). This was a nice tool which will give you the freedom of language, recording and nice flexibility to customize the generated code after recording.


Let me put some point which I have noted down from web:
Test Automation FX (TAFX for short) enables developers and testers to record and manage user interface tests from inside Visual Studio with 100% .NET code.
You go through this official web site of TAFX:
http://www.testautomationfx.com/
Go through below link to get screen shot of Automation of Calculator using TAFX:
http://www.testautomationfx.com/index.php/screenshots

Shortly, I m planning to give a try to this tool. Will forward my finding and experience in next blog soon.
this is not an open source tool :(
Please comments with your finding also about this tool.
~jawed