How to test local storage?

Hi there,

I have a quiz/survey software that has an option to save user’s responses if they leave the quiz. This option is a true/false setting in a JSON file.

I have tried to test if it works but starting the quiz and then leaving. Each time I return, it remembers where I left off so I am guessing the true option works.

However, I wondered if there is a way I can see if the local storage is working or not? Maybe by my browser console? If so, what should I be looking for?

Thanks!

(Assuming Chrome here) Right click a page, go to inspect. In the console go to the “applications” tab. Left side under “Storage” you will see “Local Storage” and even “Session Storage” with all the values for viewing.

3 Likes

Awesome thanks, I can see it there now :slight_smile:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.