Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 765 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 765 Bytes

Feed Reader Testing

This project, is about testing with Javascript using JasmineJS. Testing is an important part of the development process and many organizations practice a standard known as "test-driven development" or TDD

Table of Contents

How to get started

In order to run this project you have to load it locally. Specifically download or clone the repository and open index.html in your browser. You can check if the test passes at the bottom of the page.

About this project

In this project I was given a web-based application that reads RSS feeds by Udacity and I had to write a number of tests using jasmine framework against this pre-existing application.