Windev 的自动化测试

发布于 2024-10-14 22:07:50 字数 163 浏览 14 评论 0原文

我正在尝试对 Windev Windows 应用程序进行一些手动测试的自动化。我尝试过使用 QTP 11,QTP 可以识别对象,但对于其中一些对象(如 Combobox、Winlist),QTP 无法执行任何操作。所以我想知道是否有其他工具可以进行自动化测试。

预先非常感谢

艾伦

I'm trying to automate some manual test on a Windev windows application. I have tried with QTP 11, QTP can recognize the objects but for some of them like Combobox, Winlist, QTP cannot do any actions. So I would like to know if there is other tools could do the automated test.

Thanks a lot in advance

Allen

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

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

发布评论

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

评论(2

少女净妖师 2024-10-21 22:07:50

您可以尝试使用Coded UI Test Recorder,它是Visual Studio 2010 Ultimate Edition的内置功能。

顺便说一句,您应该尝试使用 Microsoft Spy++ 检查 win 表单的元素。如果这些元素可以被 Microsoft Spy++ 识别和检查,您可以使用 White 或其他一些自动化测试框架来直接处理它们......

You could try to use Coded UI Test Recorder, which is a built-in feature of Visual Studio 2010 Ultimate Edition.

BTW, You should try to use Microsoft Spy++ to Inspect the elements of the win form. If the elements could be recognized and inspected by Microsoft Spy++, you could use White or some other automated testing framework to handle them directly...

风渺 2024-10-21 22:07:50

WINDEV 软件内置了自动测试功能。它可以是记录和回放,也可以是用于测试应用程序的编码。还可以使用参数驱动测试。我已将它与我的 WINDEV 应用程序一起使用。一个很好的功能是,如果您将应用程序移植到 WEBDEV(网站使用),则可以重复使用测试。或者您尝试过 TESTCOMPLETE 吗?有趣的自动化测试产品。

WINDEV has an automated testing function built into the softare. It can be a record and playback or coded for testing your application. Parameter driven testing also is available. I've used it with my WINDEV applications. A good feature is if you port the applicatin to WEBDEV (web site use) the testing can be reused. OR have you tried TESTCOMPLETE? Interesting product for automated testing.

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