惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
SegmentFault 最新的问题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Attack and Defense Labs
Attack and Defense Labs
F
Full Disclosure
Vercel News
Vercel News
N
News | PayPal Newsroom
The GitHub Blog
The GitHub Blog
H
Hacker News: Front Page
H
Heimdal Security Blog
P
Privacy International News Feed
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Cisco Blogs
L
Lohrmann on Cybersecurity
D
Docker
Recent Announcements
Recent Announcements
Security Archives - TechRepublic
Security Archives - TechRepublic
人人都是产品经理
人人都是产品经理
C
CXSECURITY Database RSS Feed - CXSecurity.com
P
Proofpoint News Feed
T
Tailwind CSS Blog
C
Check Point Blog
博客园 - 叶小钗
Google Online Security Blog
Google Online Security Blog
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
S
Secure Thoughts
博客园 - Franky
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
P
Palo Alto Networks Blog
Latest news
Latest news
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
Last Week in AI
Last Week in AI
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Cyberwarzone
Cyberwarzone
小众软件
小众软件
Cisco Talos Blog
Cisco Talos Blog
Hacker News: Ask HN
Hacker News: Ask HN
T
Threatpost
T
Tenable Blog
P
Privacy & Cybersecurity Law Blog
WordPress大学
WordPress大学

博客园 - 田老师

休息,考完了MCSD 如何用命令行将我的Phonegap环境更新到最新版本? 【新年福利】《正则表达式30分钟入门》APP版本发布 Cowboxer不能输入中文的解决方案 SharePoint Designer 报错“ Value does not fall within the expected range” Hyper-v 虚拟机时间与主机同步 【转载】C# 读取Excel文件代码的几种片段收集 【最新】判断是否为移动号码的正则表达式 使用.net调用java的Web Services Visual Studio中“生成”与“重新生成”的区别(The difference between "build" and "rebuild") 招商银行网上银行对账失败,总提示Communication Failed 《ASP.NET MVC Music Store Tutorial》在Visual Studio 2008简体中文环境下的代码修订 SQL Server Management Studio Express 无法连接 SQL Compact Edition(或新建数据库文件)的问题 试用SQL SERVER 2008 R2 SQL Server 2005无法启动服务 最新、可靠的用于验证手机号码和移动号码的正则表达式 - 田老师 - 博客园 如何在重构时,批量重命名程序集的命名空间 defer属性导致引用JQuery的页面报“浏览器无法打开网站xxx,操作被中止”错误 Visual Studio 2010试用手记
在VirtualBox中安装QuickTestProfessional10
田老师 · 2010-05-09 · via 博客园 - 田老师

为搭建自动化测试环境,我在自己的Win7操作系统下安装了QTP 10,悲剧发生:Web插件不能捕捉到一些Html元素,在HP的官网上查询了下,发现QTP10支持的操作系统中居然没有windows7,凸!

想来想去,最方便的解决方法莫过于直接找个windows xp操作系统的虚拟机,再在虚拟机中安装QTP。虚拟机程序我选择了VirtualBox:

2010-5-9 7-09-31

在安装好的XP系统中安装QTP10,再运行大家都知道的mgn-mqt82.exe,问题来了,程序无法执行,弹出错误提示:"CRC error! File content has been modified.  If you run a system debugger, clear all breakpoints before running this program!”,这样就无法打开mqt82.exe,也就无法正常使用QuickTestProfessional。

2010-5-7 21-35-04

在网上搜索相关问题,结果发现可参照的答案不多,google得到的主要是“As far as I understand this is due to some CPU instructions not being implemented in VirtualBox which makes your software think you're running a debugger. Unfortunately there no way round this issue. " 这等于没说,何况我用的是P8700的CPU,这个可是在VirtualBox中列明支持的CPU。

继续找,在51testing论坛一个不起眼的角落发现了一段话,说明虚拟机中运行mqt82出现CRC错误是因为没有开启VT-x功能导致的。这很有可能!我的机器一直没有开CPU的虚拟化支持功能,赶紧进BOIS,把Enable VT-x/AMD-V的虚拟化支持给开了,然后在VirtualBox的设置中也开启CPU虚拟支持。注意,如果BOIS没有先开启对Virtual Machine的支持,那么这个选项是灰色不能选择的。

2010-5-9 7-20-38

设置完毕后重运行VirtualBox内的XP虚拟机,但结果还是一样,报CRC Error。莫非要重启宿主机?我重启了windows7,果然,再进后mqt82运行正常,没有任何问题了。