摘要:
1.停止QC Server;2.备份Domain repository,它囊括每个项目的大量数据(包括自动化测试数据、附件、设置和格式表单等)。要想知道某个项目所使用的数据库的名字,可以在Site Administrator的Projects标签下单击项目列表选择一个项目,右边 Project Directory会显示这个项目Domain库的路径。如果安装QC时,安装路径是默认的,那么Domain... 阅读全文
摘要:
代码如下,以判断ie进程是否存在为例:on error resume nextset y=getobject("winmgmts:\\.\root\cimv2")set ws=createobject("wscript.shell")set x=y.execquery("select * from win32_process where name='iexplore.exe'")for each ... 阅读全文
摘要:
问题1:You do not have permissions to run tests on this machine. You can change this option in your testing tool's Options dialog box. 解决方案: 打开装有QTP的机器上的QTP,在其中的tools—>options的run的选项卡中,勾选“Allow other H... 阅读全文