The participant will learn:
* How indirection and dynamic instantiation are used to build generic test steps
* How to create universal verification steps and functions
* About built-in functions that provide information about the current state of the target application
* How metadata can be used to set object-related test data
* How to create a test that walks the main menu of an application, opening and closing each dialog
AscentialTest’s Reusable Objects and Steps Reduce Test Maintenance

Test maintenance is the most important consideration when evaluating a testing solution. In our years of consulting work, we discovered that teams were spending as much time keeping tests up to date as it took to build them in the first place. Clearly the return on investment was being lost with every change cycle.
Because objects, steps, tests and test data are reusable, there are fewer components to build and maintain. Changes to the target application will result in the fewest possible changes to the testing project so that test are quickly and easily modified and ready to run when you need them.