码迷,mamicode.com
首页 > 其他好文 > 详细

QTP动态加载对象库

时间:2014-11-07 16:20:35      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   color   os   sp   div   on   log   

Public Function AddObjectRepository(path)
    On Error Resume Next
    Dim pos, repath
    If instr(path,".tsr") Then
        repath = path
    else
        repath = path & ".tsr"
    End If
    RepositoriesCollection.RemoveAll()
    print repath
    RepositoriesCollection.Add (repath)
    
    pos = RepositoriesCollection.Find(repath)
    If pos<>1 Then
        print "cannot find repository"
    End If
    
End Function

Call AddObjectRepository("D:\hell")

 

QTP动态加载对象库

标签:style   blog   io   color   os   sp   div   on   log   

原文地址:http://www.cnblogs.com/ryansunyu/p/4081309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!