Test Directory Structure in QTP
Posted By Lax on January 26th, 2009 in QTP Lessons
When Saving a Test, you assign it a name. A test name directory is automatically created and all the files related to the test are saved in the test name directory.
By default, QuickTest creates certain files and directories in each test directory,including:

- ACTION0: This directory contains files that control all Actions, except ACTION0, in the test directory.
- ACTION1: This directory contains a log of user actions on Objects as these were captured during Recording.
- SCRIPT.MTRS: This file captures the user actions on objects. This file resides in the ACTION1 directory.
- DEFAULT.XLS: This file contains the data that you specify in Data table to parameterize your test.
Similar Posts: QTP Lessons
