English 中文(简体)
如何对Flash进行自动化UI测试[已关闭]
原标题:
  • 时间:2008-09-24 11:23:38
  •  标签:

I have an actionscript 2 application that I d like to write automated UI testing for. For example I d like to simulate a mouse click on a button and validate that a movie-clip is displayed at the right position and in the right color... Basically, UI testing. What are the best tools available or what is the desired approach? In JavaScript there is the selenium framework which does a nice job. Any similar tool for flash?

问题回答

我知道这是一个老问题,但这可能对未来的参考有用。有一个相对较新的项目

ActionScript的自动化UI测试仪

它的安装非常简单,并在用户指南中逐步进行了描述。

Use Adobe genie (UI Tester for ActionScript) http://sourceforge.net/adobe/genie/discussion/general/

但我认为AS1或AS2不起作用。它只适用于AS3。

另一种方法是使用任何HTML/JS自动测试工具,并为您的Flash应用程序提供JS api-至少,您可以随时公开函数,如按id定位smth、按id单击smth、在按id的smth中输入一些文本或其他什么。

尝试http://SauceLabs.com-他们有一个Flash和Flex测试工具

这可能有用

Flash UI测试





相关问题
热门标签