Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试从 QC(ALM 连接)或本地保存测试时,我得到了这个。
“序列包含多个匹配元素”
我也不能另存为。
我在 XP 上使用 UFT 11.51。
问题是其他人是否有过这个。如果有任何解决方案或解决方法。
提前致谢, 马特奥
我正在使用 UFT 的最新 12.02 版本,我遇到了同样的问题,此问题的一个可能原因是操作名称。
在我的例子中,我使用了一个动作名称作为“ArticlePullQuote”,从同一个测试中的另一个动作中调用它并尝试保存它,QTP 抛出错误“序列包含多个匹配元素”。
我将动作名称更改为“ArtPullQuote”,并尝试保存,效果很好。
这可能不是所有人的解决方案,但请尝试一下。