问题标签 [qtp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
qtp - 自动化 JMP 软件测试?
我们使用 JMP 应用程序进行统计分析。我正在尝试为此使用 QTP(记录/播放)。但它不起作用。一旦打开应用程序并尝试打开文件,JMP 应用程序就会关闭。我们比较两个 CSV 文件并为各种参数生成均值的匹配对分析。
关于如何进行的任何建议?
apache-flex - 请比较用于 Flex 应用程序自动化测试的 QTP、RIATest、Selenium
请建议我应该使用哪种工具 - QTP、RIATest、Selenium 用于 Flex 应用程序功能自动化测试。请帮助我将它们与不同的优点和缺点进行比较。任何帮助表示赞赏。
web-services - 是否可以从 QTP 网络服务插件调用复杂的肥皂 API?
是否可以通过 QTP Web 服务插件调用返回某个类的对象或将类的对象作为输入参数的 SOAP API?
有没有办法通过 QTP Web 服务插件调用重载 API?
testing - 您如何编写 QTP 测试?
我正在尝试使用 QTP 进行一些 webapp ui 自动化测试,我想知道人们通常如何编写他们的 QTP 测试。您是否同时使用对象映射、描述性编程、组合或其他方式?任何小代码示例将不胜感激,谢谢
unit-testing - 是否可以在 GUI 后面自动化 Siebel 测试?
我的测试团队目前使用 QTP 通过 GUI 进行测试,但与任何依赖接口的自动化测试套件一样,它比直接与代码交互的自动化测试更脆弱。我正在尝试了解有关 Siebel 和 Siebel Tools 的更多信息,以更好地了解我们如何能够在 GUI 下进行测试,但希望听取具有更多专业知识的人的意见,以了解这是否可行。
.net - How do I call DotNetFactory from VBScript in a stand-alone .vbs file?
I've been exploring options for expanding my QuickTest Professional scripting capabilities, and came across this article this morning, so I decided to experiment a bit. The code below works fine when executed inside the QTP environment, but I could see a use for this outside of the QTP environment as well. Unfortunately, it is causing an error when run from a stand-alone .vbs file
The error is "Object Required: 'DotNetFactory'"
I've made .Net calls from VBScript before, but none of them have used DotNetFactory. Code such as
Does not cause an error.
Do I need to set a reference to DotNetFactory? The text from the article
We use ‘System.DateTime’ as type name. We do not need to specify the assembly for this as it belongs to the already loaded namespace ‘System’ (mscorlib.dll).
makes me think so, because nothing is automatically loaded by my script editor. If so, how do I do this? I am not using an IDE, just a text editor, so any references would have to be loaded by the script itself.
Update: As pointed out by Motto, it can't be done without some extra work. The quote from the article was pointing out that System.DateTime
not DotNetFactory
is included in mscorlib.
qtp - qtp中的录制输入按钮
如何记录我们在 QTP 中通过键盘为应用程序使用的 ENTER 按钮
automated-tests - QTP - 获取元素的值
我从 QTP 开始,只是不知道如何获取元素的值。例如,当我只想比较 google 找到的结果数量时。我尝试使用 object spy 选择元素并使用 Val(Element) 将值分配给变量..但它不起作用。有人可以帮忙吗?顺便说一句,我不确定选择要与 Object spy 进行比较的文本(元素)是否正确。谢谢!
automation - QTP - 在浏览器/页面标题更改时进行测试
我正在尝试进行简单的测试但失败了,因为我不知道如何处理在测试期间更改的浏览器标题。
简单示例:Google>查找“blabol”
完成后,QTP 中的浏览器标题将其名称更改为“Google - results....”。当搜索文本是一个在迭代之间发生变化的变量时,这显然是一个问题,因为浏览器文本是硬编码的。如果你明白我的意思,我需要像“这个浏览器”和“这个页面”这样的东西。谢谢
regex - VBScript 正则表达式问题 (.*)
我在 QTP 中使用 VBscript,我有点困惑:
为什么Browser("name:=*")
不工作?为什么会有.
人物?
谢谢!