GitXplorerGitXplorer
a

feed-reader-testing

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
562228f3bedbcd59bfaef521087ace5450dbd307

updating comments

aana-vela committed 6 years ago
Unverified
c5919b29fdc38f2a16389c49d7b126d252458534

minor format changes

aana-vela committed 6 years ago
Unverified
3fcdeddda295a42142ffaad9e59da21c5f44d018

updating readme file

aana-vela committed 6 years ago
Verified
1ad0cc644b6095553732928f76cb81e333084741

Update README.md

aana-vela committed 6 years ago
Verified
36613b3ae2f07b0b2d90d0f70a64005bb81472f2

Update README.md

aana-vela committed 6 years ago
Unverified
792788f306ba7e85529d5d040ffb97aabe4a6dd8

cleaning up code and updating comments

aana-vela committed 6 years ago

README

The README file for this repository.

Feed Reader Testing

Project Overview

This is the fourth project for the Udacity Front-End Nanodegree. The task was to create a series of test suites for a web-based application that reads RSS feeds. Using Jasmine, a JavaScript testing framework, students were given a list of tests that should be passed:

  • All feeds should be defined.
  • URLs and feed names should be defined and not empty.
  • The menu element should be hidden by default.
  • The menu element should be able to toggle from hidden to visible when clicked.
  • Feeds should be unique.

Running the App

Fork or download this repo to access the tests. Open the index.html file in your favorite browser. The test suites and individual tests will be listed at the bottom of the page.

Resources

Writing The First Tests

Menu Test Suite

Asynchronous Tests