Search code examples
javascripttddbddacceptance-testingsmoke-testing

How to do a smoke Test and Acceptance test in a Javascript Aplication?


I want to do a smoke test in order to test the connection between my web app and the server itself. Does Someone know how to do it? In addition I want to do an acceptance tests to test my whole application. Which tool do you recommend?

My technology stack is: backbone and require.js and jquery mobile and jasmine for BDD test.

Regards


Solution

  • I found a blog post where the author explain how to use capybara, cucumber and selenium outside a rails application and therefore can be use to test a javascript app. Here are the link: http://testerstories.com/?p=48