Postby JohnP » Thu Jun 07, 2012 10:42 am
BJ, part of the reason we developed ATCG was that GUI-driven tools aren't reliable, or so I'm told. Something about the windows id's changing? I don't recall the specifics.
Torrie, there was another tool called Performance Test Framework that was developed in 2000 or so. It has been provided to a site or two in the UK, so that may be what you are referring to. It has (by default) three green graphs at the bottom of the control app - is that what you remember? ATCG was designed to generate test classes that are useable by PTF. Some of the benchmarks we still run use PTF, and some of the test classes were generated by ATCG.
To use PTF in its original form, you have to manually code things like button clicks, listbox selections etc. ATCG automates that, to reduce the effort involved in creating tests. For functional testing, ATCG is the better choice. For performance testing, PTF can be used to drive ATCG-generated test code.