2567910 / feedReader

Udacity project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript-testing

About This Project

This project is based on the concept of test-driven javascript programming. Here, I have used the starter code given by Udacity and the jasmine testing framework to create a series of test suites for the efficiency of my application.

Getting Started

  • To load the feed reader app with the jasmine specsheet simply clone this repository or create a pull request.Get more information about pull requests here.
  • If you aren't comfortable with either of these, another option would be to simply download the zip file.
  • Download or fork the application from here.
  • Select the index.html file to start the application.

Requirement

The specsheet has been tested only on Chrome, so it is recommended that you use it for further testing and review.

Diving in Deep

  • If you want to write further tests you may do so, in the feedreader.js file in the spec subfolder of the jasmine folder.I have written some basic tests which address the basic functionality of the application, so if you want to test more, you'll have to add more features. To write more tests you can refer to the jasmine framework documentation here
  • The functionality of this app is implemented in app.js so you can use it to give it some more functionality.

License

This application has no license.

About

Udacity project


Languages

Language:JavaScript 96.5%Language:HTML 1.8%Language:CSS 1.7%