Skip to content

lglaves/feedreader-testing-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 6 - RSS Feed Reader Testing

This project demonstrates the use of Jasmine - a behavior-driven development framework for unit testing JavaScript code.

Viewing the Project

  1. Download the zip file and unzip it into any covenient location on your computer.
  2. Open index.html and scroll down to see the test results below the content of the page.

Notes

Tests Written

Test RSS Feeds
  1. Ensure all RSS Feeds in the allFeeds array are defined.
  2. Ensure each RSS Feed has a URL defined and that the URL is not empty.
  3. Ensure each RSS Feed has a name defined and that the name is not empty.
Test the Menu
  1. Ensure the menu element is hidden by default.
  2. Ensure the menu becomes visible when the menu icon is clicked and becomes hidden when the icon is clicked again.
Test Initial Entries
  1. Ensure that the loadFeed function retrieves at least one entry element and stores it in the feed container.
Test New Feed Selection
  1. Ensure that when a new feed is loaded by the loadFeed function, the content actually changes.

Libraries and Frameworks Used

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published