如何测试 Flash 应用程序?

发布于 2024-08-05 00:45:20 字数 156 浏览 1 评论 0原文

我有一个 swf 文件,当用户单击其中的各种内容时,该文件应该执行网络调用(然后根据调用结果执行某些操作)。

自动运行测试以确保 Flash 应用程序正常运行的最佳选择是什么?

顺便说一句,这是 ActionScript 8 的情况。不是弗莱克斯。我对黄瓜很有经验。

I have a swf file that should execute network calls when the user clicks on various stuff in it (and then do certain things based on the results of the calls).

What's my best option for automatically running tests to make sure that the flash application is behaving correctly?

This is with ActionScript 8, btw. Not Flex. I'm experienced with Cucumber.

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

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

发布评论

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

评论(1

峩卟喜欢 2024-08-12 00:45:20

好吧,如果您连接调用以便能够以编程方式触发 UI,则可以使用 Selenium。 (基本上,您进行的 JS 调用会通过ExternalInterface 传递到Flash 中)。

如果您进行点击测试,我唯一知道的是一种名为 Ranorex 的商业产品,尽管我对此没有任何经验。

Well, if you wire in calls to be able to trigger the UI programmatically you can use Selenium. (You basically make JS calls that get passed into Flash via ExternalInterface).

If you're after click testing the only thing I know of is a commercial product called Ranorex, though I have no experience with it.

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