An open API service indexing awesome lists of open source software.

https://github.com/saelsa/feed-reader-testing

Tests in Jasmine for the Udacity feedreader
https://github.com/saelsa/feed-reader-testing

Last synced: 15 days ago
JSON representation

Tests in Jasmine for the Udacity feedreader

Awesome Lists containing this project

README

          

# Feed reader testing

This explains the testing procedure for the Udacity feed reader application. The tests are aimed to ensure that the application is working and that the the user experience is positive.

## What is being tested?

```sh
RSS Feeds
are defined
have a URL
have a name
Menu
is hidden by default
changes visibility when clicked
Initial entries
have at least one feed element
New feed Selection
has changing contents
```

## How to run the tests?
The tests are conducted using [Jasmine](https://github.com/jasmine/jasmine), a framework for testing JavaScript. For more information on how to download and set up the environment check out their detailed documentation.

Download or clone the repository. The tests defined in feedreader.js are already included in the index.html so to run them simply open it in a browser of your choice.