Skip to content

katerinamakri/Feed_reader_Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.