
FAQ
I am testing an extremely large
and complex application. What kind of automation will give me broad
coverage in the shortest time?
Detail
Developing high-level automation for a huge application works best if
you focus on the types of tests which may be executed against the entire
product, using a common script.
Some examples of the kinds of tests that meet these criteria are:
- A test of each window’s invoke method
- A test of properties on every window
- A test that a specific child exists
|