有没有可以测试 PowerBuilder 应用程序和 Web 应用程序的测试工具?

发布于 2024-07-27 15:44:30 字数 187 浏览 5 评论 0原文

我正在开发一个 Web 应用程序来替换现有的 PowerBuilder 应用程序。 它们的功能应该是等效的,并且 PB 应用程序的要求早已不复存在。 因此,最好的测试方法似乎是将相同的数据输入相同的屏幕,然后比较输出。 如果 PB 输出和 webapp 输出相同,那么它在功能上是等效的。

有没有可以做到这一点的测试工具/框架?

I'm working on developing a webapp that will replace an existing PowerBuilder app. They should be functionality equivalent, and the requirements for the PB app are long gone. So the best way to test seems to be to input the same data into the same screens, and compare the output. If the PB output and the webapp output are the same, it's functionally equivalent.

Is there a testing tool/framework that can do this?

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

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

发布评论

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

评论(3

喵星人汪星人 2024-08-03 15:44:30

HP QuickTestPro、IBM Rational Robot 是两个支持 Web 测试和 PowerBuilder 应用程序的工具。 您可能需要仔细阅读 sqaforums 上的测试工具论坛。

HP QuickTestPro, IBM Rational Robot are 2 tools that support both web testing and PowerBuilder apps. You may want to peruse the test tool forums at sqaforums.

岁月如刀 2024-08-03 15:44:30

不确定您对开发的投入有多深,但您是否考虑过关注 Appeon? 它允许您直接通过浏览器部署 PowerBuilder 应用程序。 我不是在谈论重新配置应用程序以部署 Web 表单。 Appeon 将允许您的应用程序按原样运行(大部分)。 您的应用程序看起来完全一样。 就在浏览器中。

只是想我会把它放在这里以防万一你还没有开始或者还没有深入了解任何事情。

希望这可以帮助。

Not sure how deep you are into your development, but have you thought about looking at Appeon? It allows you to deploy your PowerBuilder application directly over the browser. I'm not talking about reconfiguring your application in order to deploy webforms. Appeon will allow your app to run (for the most part) as is. Your app looks completely the same. Just in a browser.

Just thought I would throw that in here just in case you either had not started or were not too deep into anything yet.

Hope this helps.

初相遇 2024-08-03 15:44:30

我们可以通过 PBUnit 和 PBTest 测试 PB 应用程序,它是免费的 Sybase Code Exchange。

PBUnit - 有一些问题,即外部祖先脚本引用

PBTest - 它正在工作

两者都是测试框架工作它可能会帮助你..

We can test the PB Application through the PBUnit and PBTest its free from Sybase Code Exchange.

PBUnit - has some probs thats external ancestor script references

PBTest - it is working

Both are Test frame works it may helps you..

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