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
- Host: GitHub
- URL: https://github.com/saelsa/feed-reader-testing
- Owner: saelsa
- Created: 2018-05-31T14:28:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T02:18:39.000Z (about 8 years ago)
- Last Synced: 2025-11-17T11:04:53.325Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.