Add to Technorati Favorites

Categories

New Commands added to QAuto for Regression Testing

Based on user feedback, 5 new commands are added to QAuto:
CopyFile(param1,param2)
BackupFile(param1)
RestoreFile(param1)
DeleteFile(param1)
Comment(whatever string)
For regression testing, you need to be stateless - that is if you add new input files, the test running for other tests may be affected.
So, these above functions will be useful.
When you record a new test (say ABCD), then a folder called _AuxFiles_ABCD [...]

Windows GUI Functional Testing Tool - QAuto Prototype - Platform / Language Independent

I am glad to announce the release of the prototype for QAuto - the Windows GUI Functional Testing Tool. This only works on Microsoft Windows.
Tested on XP. But you can try on Vista. Also, you need to have MFC dlls already installed on your machine.
It is platform / language independent. What does it mean? It [...]