Skip to content

Udacity FEND project feed reader tester w/ multiple tests

Notifications You must be signed in to change notification settings

YR3/feedreader-tester-fend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published