自动化测试:C#启动QTP
摘要:
为了更方便的使用QTP进行自动化测试,一般情况下,我们都会开发一些配置管理工具。下面主要讲的是在开发配置管理工具的时候,外部调用QTP的方法:前置条件:在添加引用窗体选中的"com" tab 下添加:QuickTest Professional xx Object Libary (xx 表示你的QTP版本号)using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Text;namespace TaogeTest{ class P 阅读全文
posted @ 2013-08-12 11:21 Alvin-x 阅读(673) 评论(0) 推荐(0)