Mr. Cluey
: ClassesThe most fun in writing test scripts using QA Partner is developing good window classes. Leaning on window classes moves your code from a function based model to an object oriented model - most windows applications are based on the object oriented programming model.
The most common uses of classes are those to define special windows. Here are examples of the classes that I use most frequently in my testing.
| Mr. Cluey : Classes |