Skip to content

lhernandez9x/project-tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

In this project I was given a web-based application that reads RSS feeds. The original developer of this application clearly saw the value in testing, they've already included Jasmine and even started writing their first test suite! My mission was to finish writing the tests in Jasmine and make sure all tests passed.

###How to Run

This page can be run here. Alternatively, you can download the zipped archive by clicking here.

####What is being tested

  • RSS Feeds -Tests are run to ensure that there are Feeds present, that they have a title and also that they have a valid URL.

  • The Menu -Tests are run to make sure that the menu is hidden by default and that the menu's visibility changes when the icon is clicked.

  • Initial Feeds -Tests are run to make sure that there are entries in the feed container once the ajax call is run to get feeds.

  • New Feed Selection -These tests check if the content changes when the load feed ajax call runs for each feed.

About

Testing feed reader site using Jasmine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 1.8%
  • CSS 1.7%