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

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
S
Security @ Cisco Blogs

博客园 - 田老师

休息,考完了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运行正常,没有任何问题了。