Selenium IDE 并告诉它记录操作
我正在尝试制作一个小应用程序来允许在 Flash 和 Silverlight 应用程序中记录操作。通过这种方式,您可以在测试模式下编译交互式应用程序,然后能够单击元素,然后将操作传递给 Selenium IDE,然后 Selenium IDE 将此命令添加到测试用例中。
我很好奇这是否可能以及如何在 Firefox 中实现这一目标?
I am trying to make a little application to allow to record actions within a Flash and Silverlight application. In such manner that you can compile your interactive application in test-mode and then be able to click on elements which then passed the action to Selenium IDE which then adds this command to the testcase.
I am curious if this even possible and how I can achieve this in Firefox?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Se-IDE 有一个名为“Flex Pilot X”的新插件,可与通过 Flex Pilot 公开的外部操作配合使用。 Adam Christian(作者)在上个月的 SFSE 聚会上演示了它;记录并可在 http://saucelabs.com/blog/index.php/2010/04/highlights-from-our-april-20th-selenium-testing-tools-demo-night/
-亚当
There is a new plugin for Se-IDE called 'Flex Pilot X' which works with External Actions exposed through Flex Pilot. Adam Christian (who wrote it) demonstrated it at the SFSE meetup last month; which was recorded and viewable at http://saucelabs.com/blog/index.php/2010/04/highlights-from-our-april-20th-selenium-testing-tools-demo-night/
-adam