chpwu470 发表于 2009-8-21 10:42:58

有高手能介绍一下qtp test里面的文件类型吗?越详细越好 谢谢!

暂时我能看到的是下面这些:
      .usr .cfg .usp .lck .mtr .tsp
      .bdb .mts
以上是我能看到的所有 大部分都不知道是代表的什么意思
高手来解释下啊 不胜感激

xiaoyaoke 发表于 2009-8-21 10:50:54

关注下~

peterz 发表于 2009-8-21 10:54:39

这种东西,我个人认为还是多看看HELP的好。

chpwu470 发表于 2009-8-21 11:50:25

自己查到了 呵呵

Default.cfg :-"Microsoft Office Outlook Configuration File"
Default.xls :- "This is the copy of the internal datatable which isthere by default. 1 sheet is Global, other sheets are as per the Actionnames"
Login.usr :- "It is a kind of default constant file where all the inbuilt vaialbles are assigned some values or otherwise"
Script.mts :- "This is just the scripts as per each action. Whatever you write in each action will be saved here"
thick_usr.dat :- "It is a kind of default constant file where all the inbuilt vaialbles are assigned some values or otherwise"
thin_usr.dat :- "It is a kind of default constant file where all theinbuilt vaialbles are assigned some values or otherwise. It consists ofless no. is variables than thick_usr.dat"
Resource.mtr :Extension of per-Action repository(mtr-module test repository)
default.cfg- configuration file
default.xls - Default Excel used to store the DataTable sheets and data.
default.usp - Contains additional runtime configuration parameters.
testname.usr - Contains the test resources definitions, scuh as actions and repositories.
lock.lck - Will appear anytime the test is locked.
parameters.mtr - Contains the test parameters (binary)
test.tsp- Don't know for sure.

under Action1 directory
SnapShots folder
ObjectRepository.bdb - Self-evident (a Berkeley DB storing the local repository)
Resource.mtr (N/I - Contains the Action resources (binary).
script.mts - Contains the actual code of the action (script)

Results:
Res1 directory
MediaInfo configuration file- I don't remember exactly.
Res1/Report
Default.xls - Runtime DataTable to be displayed in the Report.
GeneralInfo.ini - Config file storing important information for the report to be displayed propertly.
InstallNewReport.HTML- Contains version incompatibility info or message to display upon report corruption.
results.xml file - Actual xml file containing the report data
results.qtp file - File that invokes QTReport.exe to compile the above xml file and display the well known QTP report.


要去吃饭了 就不整理了 里面有重复的 高手们可以给国外的小牛们比比哦 看看他们有没有什么错误

chpwu470 发表于 2009-8-21 12:23:37

回复 3# 的帖子

版主大人 能告诉我帮助文件什么地方关于这些介绍的? 我查了查 没查到啊:(

violet82 发表于 2010-5-28 11:49:42

顶,我也想知道各个文件之间的关系,运行怎样调用

xavier_007 发表于 2010-5-28 14:06:11

顶,这个可以深入讨论
看看这个
http://www.allinterview.com/showanswers/23385.html
页: [1]
查看完整版本: 有高手能介绍一下qtp test里面的文件类型吗?越详细越好 谢谢!