How to create QTP Shared Object Repository
摘要:How to create QTP Shared Object RepositoryTo create a shared object repository by performing following steps1) Creating a Shared Object Repository2) A...
阅读全文
posted @
2014-06-24 20:24
信平
阅读(315)
推荐(0)
Split字符串分割函数
摘要:非常非常常用的一个函数Split字符串分割函数。Dim myTestmyTest = "aaa/bbb/ccc/ddd/eee/fff/ggg"Dim arrTestarrTest = Split(myTest , "/" , -1 , 1)Dim iFor i = 0 to ubound(arrT...
阅读全文
posted @
2014-06-20 19:55
信平
阅读(476)
推荐(0)
QTP获取系统时间并自定义格式
摘要:function GetDateTime(Nowstr) Dim Currentdatetime Dim YY 'Year Dim MM 'Month Dim DD 'Day Dim HH 'Hour Dim Min 'MInute Dim SS '...
阅读全文
posted @
2014-06-19 09:21
信平
阅读(380)
推荐(0)
qtp 设置等待时间
摘要:1.file->settings->run .默认的时间是20 秒2. browser("browser").Navigate http://www.baidu.com browser("browser").page("百度").sync 等待百度这个页面完全打开再继续操作.3.wait 等待固定秒...
阅读全文
posted @
2014-06-19 09:20
信平
阅读(456)
推荐(0)