自动化 JMP 软件测试?

发布于 2024-08-13 04:18:20 字数 139 浏览 3 评论 0原文

我们使用JMP应用程序进行统计分析。我正在尝试使用 QTP(记录/播放)来实现此目的。但这不起作用。一旦打开应用程序并尝试打开文件,JMP 应用程序就会关闭。 我们比较两个 CSV 文件并生成各种参数平均值的匹配对分析。

关于如何进行有什么建议吗?

We use JMP application for statistical analysis. I am trying to use QTP (record/playback) for this. But it does not work. Once it opens the application and tries to open a file, the JMP application shuts down.
We compare two CSV files and generate matched pair analysis of Mean for various parameters.

Any recommendation on how to proceed?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一花一树开 2024-08-20 04:18:20

如果您不必使用 QTP 工具来完成这项工作,我建议您

  1. 使用 OLE 自动化来自动化 JMP 来生成结果和分析报告。查看 Samples\Automation\ 下的 JMP 安装目录中的示例。

或者

  1. 创建一个 .jsl 脚本文件来生成结果并运行 jmp.exe c:\myscript.jsl 并调用 JSL Quit(); 函数以在完成后关闭。

If you do not have to use the QTP tool for this job, I'd recommend either

  1. Automate JMP using OLE automation to produce the results and analysis reports. Look in the JMP install dir under Samples\Automation\ for examples.

or

  1. Create a .jsl script file to produce the results and run jmp.exe c:\myscript.jsl and call the JSL Quit(); function to shut down when you're done.
爱给你人给你 2024-08-20 04:18:20

这就是我从您提供的其他详细信息中看到的。

1)这不是测试自动化工作。这里的QTP仅用作GUI交互工具。因此,您可能应该考虑第一个工具,例如 AutoIt。顺便说一句,它是免费的,并且还具有 QTP 所需的记录/播放功能。

2) 步骤27-41为常规操作。步骤 42(“匹配对差异应该为零”)是一个需要调查的问题,尤其是在配对差异不为零的情况下。您将如何使用录制/回放来实现自动化?

谢谢你,
阿尔伯特·加里耶夫

That's what I see from the additional details you provided.

1) It's NOT a test automation job. QTP here is used only as GUI interaction tool. So may be you should consider first tool like AutoIt. It's free, by the way, and also has record/playback capabilities you needed from QTP.

2) Steps 27-41 are routine operations. Step 42 ("The matched pair differences should be zero") is a question, that requires investigation, especially if pair differences ARE NOT zero. How were you going to automate that using record/playback?

Thank you,
Albert Gareev

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文