Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

html5 apps automated testing

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

like image 384
Valentin Golev Avatar asked Mar 06 '11 09:03

Valentin Golev


People also ask

How can I test my web application automatically?

#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.)

Which tool is used for web App automation testing?

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.

How do you automate mobile app testing?

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.


1 Answers

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

like image 179
Julien Avatar answered Sep 28 '22 08:09

Julien