YR3 / feedreader-tester-fend

Udacity FEND project feed reader tester w/ multiple tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity FEND Project

Feed Reader Testing

Project Overview

An Existing web app that reads RSS feeds was provided for me by Udacity. I was responsible of writing a test suite to check various functionalities of the Feed Reader App.

Project Instructions

In order to run the application you can:

  • Download as .zip file

  • Clone this project:

    $ git clone https://github.com/YR3/feedreader-tester-fend.git
    

Afterwards, open the index.html and scroll down to the end of the page to check the test results.

Specs

  • A test that loops through each feed in the allFeeds object and ensures it has a URL defined and that the URL is not empty.
  • A test that loops through each feed in the allFeeds object and ensures it has a name defined and that the name is not empty.
  • A test that ensures the menu element is hidden by default.
  • A test that ensures the menu changes visibility when the menu icon is clicked.
  • A test that ensures when the loadFeed function is called and completes its work.
  • A test that ensures when a new feed is loaded by the loadFeed function that the content actually changes.

Project Resources

About

Udacity FEND project feed reader tester w/ multiple tests


Languages

Language:JavaScript 68.5%Language:HTML 16.7%Language:CSS 14.8%