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
#1: Browser Grids/Test Grids: A test grid is a place where you can efficiently run your tests in the cloud—instead of on your local machine. Testing grids allow you to test how your application behaves on all of the different operating systems (Windows, Mac, linux, etc.) and browsers (Chrome, Firefox, Safari, etc.)
Selenium. Selenium is a very popular automated web testing tool. It consists of different tools, such as Selenium Grid and Selenium IDE. Selenium essentially enables automated testing of functional aspects of web apps.
Start Automating Mobile App Testing With Perfecto If you're getting started automating mobile app testing, give it a try with Perfecto. In the cloud-based testing platform, you can automate tests at scale across both web and mobile. With end-to-end testing support, it's a great way to get started with automation.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With