Skip to content

Test Suite

Aditya Pai edited this page Oct 19, 2023 · 4 revisions

Below we describe different test-case files that we have written for checking the working of PopcornPicks!

Here test cases are written to check if the recommendations made by PopcornPicks are of good quality.
For example, for a movie input of "Spider-Man (2002)" and rating 5.0, the recommender returns "Masters of the Universe (1987)", which is a fair recommendation.

Here test cases are written to check if the movie-searching feature of PopcornPicks returns similar outputs to the input string!
For example, for keyword "love" the top-10 searches that PopcornPicks returns consist of the word "Love" making it related to the input keyword.

Here test cases are written to check the functionality of the email notifier feature, i.e., for every function corresponding to the feature - test_beautify_feedback_data(), test_create_colored_tags(), test_create_movie_genres() and test_send_email_to_user()

Clone this wiki locally