dxf_michael 发表于 2010-5-13 15:45:58

QTP脚本中如何获取Parameter的个数啊?

脚本中可以知道 parameter("a") parameter("b")
但是我怎么获取知道有2个参数呢?

dxf_michael 发表于 2010-5-13 16:34:42

解决了

Set qtApp = CreateObject("QuickTest.Application") ' Create the Application object
Set pDefColl = qtApp.Test.ParameterDefinitions

cnt = pDefColl.Count

八袋长老 发表于 2010-8-17 13:54:12

回复 2# 的帖子

这个是不是只能指导setting中parameter的个数呢?如果想知道action -> action properties中参数个数呢?
页: [1]
查看完整版本: QTP脚本中如何获取Parameter的个数啊?