Simply download the zip file to your desktop. Double click the zip file to unzip it (on a Mac device) or use a file unzipper software to access the folder. Once the folder is open, locate the “index.html” file, right click and open in your web browser (i.e. chrome, Firefox, Explorer).
The program runs 7 test:
-
checks to see that each feed has a name
-
checks to see that each feed has a Url link
-
checks to see that each feed entry is defined
-
checks to see that the menu is hidden be default
-
Checks to see that the menu icon toggles the menu
-
checks to see that there is at least 1 feed entry when the loadFeed function is called.
-
check to see that a new feed entry is not the same as a previous feed entry.
A green dot suggest that the test ran successfully and there for the code for that function is working as intended.
A red cross suggest that the test was unsuccessful, either the test code was written inaccurately or the function being tested didn’t not work.
View project online here
