在一个windows界面上用text checkpoint抓取了一段文字,回放对比总是fail,仔细看了看report,caputured和expected的内容没有差异,不明白.其中Match case is OFF, Exach match is OFF, ignore spaces is On.有谁遇到这个问题的? 我用的是QTP9.2, Vista VB32.
http://bbs.51testing.com/thread-89039-1-2.html中也提到了类似的问题。看看帮助文档中关于text checkpoint 的原文吧“The text-recognition mechanism used when you create a text or text area checkpoint may occasionally retrieve unwanted text information (such as hidden text and shadowed text, which appears as multiple copies of the same string). ”也就是说你所指定要check的text中含有隐藏的东东,你可以用text output value将其输出来看看到底是什么。