wuzhenwu 发表于 2014-2-13 11:28:01

LR脚本中default.cfg与default.usp的作用和区别是什么?

default.cfg 片段内容:

XlBridgeTimeout=120
DefaultRunLogic=default.usp
automatic_nested_transactions=1
iter_begins_val=fixed
iter_ends_val=fixed
ContinueOnError=0
FailTransOnErrorMsg=0
AutomaticTransactions=0
AutomaticTransactionsPerFunc=0
UseThreads=1

Options=NOTHINK
Factor=1.000000
LimitFlag=0
Limit=1
ThinkTimeRandomLow=50
ThinkTimeRandomHigh=150
---------

default.usp片段内容:

MercIniTreeSectionName="vuser_end"
RunLogicObjectKind="Action"
Name="vuser_end"
MercIniTreeFather="RunLogicEndRoot"
RunLogicActionType="VuserEnd"

MercIniTreeSectionName="vuser_init"
RunLogicObjectKind="Action"
Name="vuser_init"
MercIniTreeFather="RunLogicInitRoot"
RunLogicActionType="VuserInit"

MercIniTreeSectionName="Action"
----------


这两个文件都是脚本的配置文件,应该都与runtime-setting相关,
但是具体都是什么作用我就不太清楚了,求指导?

wuzhenwu 发表于 2014-2-13 15:28:44

求关注!
页: [1]
查看完整版本: LR脚本中default.cfg与default.usp的作用和区别是什么?