freeCodeCamp/Developer_Quiz_Site

Testing and QA

Closed this issue · 1 comments

Conduct thorough testing to ensure that quiz progress and high scores are correctly saved, retrieved, and displayed. This includes unit testing, integration testing, and quality assurance with real users or test cases.

Tasks:

  • Unit testing for localStorage operations related to progress and high scores.
  • Integration testing to verify that the UI updates correctly based on stored data.
  • QA testing to validate the feature with real users or test cases.

Priority: High

Dependencies: Issue: Implement localStorage API for Quiz Progress, Issue: Implement localStorage API for Tracking High Scores, Issue: Implement UI for Displaying Progress and High Scores

and quality assurance with real users or test cases.

As nice as this sounds, the fcc team won't have time to set something like this up, since we have higher priority items for the main curriculum.

For this testing component, it will mainly consist of unit tests with a couple of e2e where applicable.