Git Product home page Git Product logo

ud-feed-reader-testing's Introduction

Project Overview

This project was used to help me learn how to use Jasmine and TDD. It is a feed reader web application that loads feeds from 4 different feed sites: 'Udacity Blog', 'CSS Tricks', 'HTML5 Rocks', 'Linear Digressions'.

How to run this application

Clone or download this repository and open the index.html file. Jasmine is already inclued so it will also be loaded and will run the test suites.

Open the spec/feedreader.js file in an editor and make changes to the code to see the tests fail.

What is tested?

The following tests are performed using Jasmine:

  1. Test that the allFeeds variable has been populated with feeds and is not empty.
  2. Ensure a URL has been defined and is not empty.
  3. Ensure a name has been defined and is not empty.
  4. Test that the side menu is hidden by default on page load.
  5. Test that the side menu is visibile or hidden when the burger is clicked.
  6. Test that the laodfeed function is populating the feeds in the HTML container.
  7. Check that new feeds are loaded each time the page loads.

ud-feed-reader-testing's People

Watchers

Kurt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.