uiowaSEP2024 / 001_DisAv

Distraction Avoider
Apache License 2.0
0 stars 0 forks source link

Test: web blacklist websites #220

Closed saanbe16 closed 1 month ago

saanbe16 commented 1 month ago

Test Blacklisted Websites Management on Dashboard

Test Plan:

  1. Test Scenario: Add Blacklisted Website

    • Steps:
      1. Access the dashboard.
      2. Use the UI component to add a new blacklisted website.
      3. Verify that the website is successfully added to the list of blacklisted websites.
    • Expected Result: The newly added blacklisted website appears in the list without errors.
  2. Test Scenario: View Blacklisted Websites

    • Steps:
      1. Access the dashboard.
      2. Verify that the list of blacklisted websites is displayed.
      3. Check if all previously added blacklisted websites are visible.
    • Expected Result: The dashboard correctly displays all blacklisted websites added by the user.
  3. Test Scenario: Remove Blacklisted Website

    • Steps:
      1. Access the dashboard.
      2. Use the UI component to remove a blacklisted website from the list.
      3. Verify that the website is successfully removed from the list of blacklisted websites.
    • Expected Result: The removed blacklisted website is no longer displayed in the list.
  4. Test Scenario: Error Handling

    • Steps:
      1. Introduce errors in adding or removing blacklisted websites (e.g., invalid input, server errors).
      2. Verify how the dashboard responds to these errors.
    • Expected Result: The dashboard handles errors gracefully and provides appropriate feedback to the user.

Related Issues

Notes

Tasks