Wednesday, May 19, 2010

QTP Directory Structure2?

1.

2.
   a. Action folders : ....
      b. Files inside the :
  • .cfg file -This holds the run time information like addins loaded user information etc.
  • .prm file -Hlds the information about the number of iterations and the parameters that are used within the script / action.
  • .usr file -This will be generated to hold the name of the script the object repository info etc.
  • .lck file -This is a lock file.
  • .mtr file -mercury test repository basically used for batch testing
  • .xls sheet -The default sheet that holds the parameters used within the script.
  • .prm.bak file -backup file.
  • .usp file -Stores some RUnLogic information for the script.
  • thin_usr.dat file -similar to the thick usr file. The diff is not clear exactly.
  • thick_usr.dat file -Stores high level info about all the above and below files indicating what set of files was created etc.
  • .tsp file -Main document storage (settings) of the Test
3. folder:
This is a default folder that is created to hold the following:
  • folder:This will hold all the active screen files which are zipped pertaining to that action.
  • Resource.mtr file -This file holds info regarding the object rep used the shared libraries used and possibly maitains a track of how the script is being accessed through the code. Ie. the call chain.
  • Script.mts -This is the script file actually.
  • .tsr -The object rep file if used in per action mode.
  • The result file.
  • The action excel sheets.

No comments:

Post a Comment