自动化测试
TestSu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
QTP破解后打开时报错解决办法
QTP破解后打开时报错: VLSerrorHandle(0) VLSsetBorderCaseInterval(0) VLSsetTimeOutInterval(0) VLSdisableLocalRenewal(void) VLSdisableAutoTimer(0,0) 解决方法: 关闭QTP,依次打开【我的电脑】->【属性】->【高级】->【环境变量】->原创 2012-03-23 15:40:10 · 1401 阅读 · 0 评论 -
QTP访问数据库
一 、先给一个访问数据库的vbs脚本: 使用的时候只需要调用下面标记为红色的三个函数基本就可以了 '@Description获取检索到数据集 '@Documentation查询语句 PublicFunction FillDataTable(ByRef selectCommandText) Dimconn Set conn = getOleDbConnection() Dim c原创 2012-03-19 11:12:20 · 749 阅读 · 0 评论
分享