html5应用程序自动化测试
哪里有好的自动化测试 HTML5 应用程序的框架?
我现在正在编写一个应用程序,它应该可以在 iOS Safari 中离线工作,如果有一些自动化测试工具那就太棒了。例如,我不知道如何正确测试 cache.manifest
。
顺便说一句,我正在使用 Backbone.js。如果该工具依赖它或以良好的方式与其交互,那就更好了
Are where any good frameworks for automated testing HTML5 apps?
I'm now writing an app which should work offline in iOS Safari and it would be awesome if there were some automated testing tools. I have no idea how to test cache.manifest
properly, for example.
I'm using Backbone.js, by the way. That would be even better if the tool relies on it or interacts with it in a good way
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过列出链接来回答并不总是最好的方法,但是嘿,有人在我之前完成了这项工作:http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html
Jasmine.js 进行测试
模拟的Sinon.js
Answering by listing a link is not always the best way to go, but hey someone did the work before me: http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html
Jasmine.js to test
Sinon.js to mock