This is the Udacity Feed Reader Testing Project. It's intended to learn how to use Jasmine to write a number of tests against a pre-existing application. These will test the underlying business logic of the application as well as the event handling and DOM manipulation.
- Download or Clone this repo and open index.html
- Or, checkout Live version here
- Validation of defined exception
- Test failure helps develop bug-free apps
- Identifying expectations and test them
- Testing framework (Jasmine Testing framework)
- Source files
- Spec files
- Confirms at least one feed URL and Name is available
- Confirms menu functionality of the website
- Confirms feed entries are loaded and changes when different feed is requested