Skip to content

04 Testing

F-Gholami edited this page Aug 6, 2020 · 2 revisions

The Jasmin testing framework was used in order to build the application with a Test-Driven Development(TDD) methodology.

Manual testing was carried out, using an http-server.

Jasmine Testing details

You can see all the tests that were implemented during the development of the web app in the image below

Deployment

In order to view the jasmine tests, you can clone or download the GitHub repo to your local machine. You should have npm installed on your machine and also http-server.

Once the server is running you can view and use the ToDo app in your browser by visiting the URL produced by the server.

To view the jasmine test suit, add the following extension to the generated URL: /test/SpecRunner.html

Clone this wiki locally