Skip to content

Ul1ra/FeedReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

In an existing project given to me by Udacity for my nanodegree course, using Jasmine to test if the Javascript is working properly.

How to Run Appilcation

Download repositrory from here. Then open the index.html file in a browser.

Tests That Were Implemented

  • Tests for allfeeds has been defined and that it is not empty
  • Tests for allFeeds have a url and that the url is not empty
  • Tests for allFeeds have a name and that the name is not empty
  • Searches for the class of 'menu-hidden' in the body tag and checks that the menu is hidden
  • Toggles on click event if the menu appears or disappears
  • Tests if the loadFeed function has at least a single '.entry' within the '.feed' container
  • Tests to see if two entries are not equal

Udacity Instructions

Excersize location: Click Here

In this project you are given a web-based application that reads RSS feeds. The original developer of this application clearly saw the value in testing, they've already included Jasmine and even started writing their first test suite! Unfortunately, they decided to move on to start their own company and we're now left with an application with an incomplete test suite. That's where you come in.

MIT License

The MIT License (MIT)

Copyright (c) 2018 Benjamin Cunningham / Ul1ra

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Udacity Feed Reader Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published