html5应用程序自动化测试

发布于 2024-10-20 06:31:35 字数 198 浏览 2 评论 0原文

哪里有好的自动化测试 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 技术交流群。

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

发布评论

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

评论(1

2024-10-27 06:31:35

通过列出链接来回答并不总是最好的方法,但是嘿,有人在我之前完成了这项工作: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

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