Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.59 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.59 KB

Feed Reader Testing

Part of the Udacity Front-End Web Development Nanodegree

Introduction

This is the Udacity Feed Reader Testing Project. It's intended to learn how to use Jasmine to write a number of tests against a pre-existing application. These will test the underlying business logic of the application as well as the event handling and DOM manipulation.

Getting started

Concepts

  • Validation of defined exception
  • Test failure helps develop bug-free apps
  • Identifying expectations and test them

Requirements

  • Testing framework (Jasmine Testing framework)
  • Source files
  • Spec files

Successful Tests

  • Confirms at least one feed URL and Name is available
  • Confirms menu functionality of the website
  • Confirms feed entries are loaded and changes when different feed is requested

Resources