如何让测试过程自动Flex发布?
我发布了同样的问题,但我认为它不太清楚。现在我用真正的问题重新表述我的问题。
我有一个灵活的应用程序。它基本上是一个网络应用程序。在它上面,我有一个播放 avi 文件的播放器,旁边还有一些按钮和选项卡。
该应用程序还具有录制按钮,用于录制来自 IP 摄像机的直接流并将该流存储在媒体 (USB) 上。
我如何自动化此类应用程序的功能测试。就像我很困惑,当我按下录音按钮时,但我能确定录音开始吗?我尝试过 RIATest 和 flexUnit 4。
对此的任何帮助将不胜感激。
I posted the same question but I think it was not so clear. Now I am rephrasing my question with real problem.
I have a flex application. It is basically a web application. On it I have a player that play avi files and some buttons and tabs along side.
The application also have recording button that records that direct stream from an IP cam and store that stream on the media (USB).
How can I automate function testing of such application. Like I have confusion that when I press the recording button but can I be sure that recording starts? I have tried RIATest and flexUnit 4.
Any help on this will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想你想要 FlexMonkey: http://flexmonkey.gorillalogic.com/
I think you want FlexMonkey: http://flexmonkey.gorillalogic.com/
您应该在项目中包含自动化库以及 RIATest 代理(当然,如果您使用 RIATest)
http://www.riatest.com/onlinedocs/v3/RIATest/CompilingWithAgent.html
You should include automation libs in your project as well as the RIATest agent (if you use RIATest of course)
http://www.riatest.com/onlinedocs/v3/RIATest/CompilingWithAgent.html