Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Testing

Part of the Udacity Front-End Web Development Nanodegree

Table of Contents

About

The project is about to write a test suit for a web-based application that reads Rss feeds. The testing tools is Javacript testing framework - Jasmine

References

Jasmine 2.1 Documentation

How to run

  1. Clone the project to your computer
  2. Run index.html in your browser
  3. The test result is displayed at the bottom of the page

What to be tested

The test is written in feedreader.js file. The test aims to check the following:

  • allFeeds object is defined and not empty
  • allFeeds object has element which contains name and url and they are not empty
  • the menu bar is hidden as defaut which initially contain the class 'menu-hidden'
  • the menu bar is toggle as the menu button clicked
  • after the loadFeed function loaded, the element with class 'feed' should contain at least a single element with class 'entry'
  • after the loadFeed function loaded, the content of the element with class 'feed' should be changed.

About

Udacity frontend nanodegree project

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages