For this Udacity FEND project we were required to write passing tests against a provided RSS feed reader web app, using the Jasmine JavaScript testing framework. The tests suites included checks for valid URLs, etc., and involved analyzing provided HTML/CSS/JavaScript in order to test for the correct functioning of a slide-in sidebar navigation menu -- among other tests.
- Download the directories and open the index.html in your browser.
- Or clone the repo: https://github.com/cacarr-pdxweb/FEND-Feedreader-Testing.git
- The results of the test are located at the bottom of the index.html page.
- Test suites are in /jasmine/spec/feedreader.js.