Skip to content

Charter 13: Explore UI after data outage to verify display

mwalker-scottlogic edited this page Jul 3, 2024 · 1 revision

Charter:

  • Explore UI after data outage to verify display

Testers:

  • Mike Walker-Rose

Date:

  • 3/7/24

Duration:

  • 45 - 90 mins

Scope:

  • UI summary and city tables and graphs

References:

  • MongoDB
  • Postman
  • UI

Test Approach:

  • Make the same API calls as the UI in postman and compare with data represented in tables / graphs

Notes

  • UI summary page
    • Forecast data - GET request to http://64.225.143.231/api/air-pollutant/forecast?location_type=city&valid_time_from=2024-07-02T00%3A00%3A00%2B00%3A00&valid_time_to=2024-07-03T09%3A00%3A00%2B00%3A00&base_time=2024-07-02T00%3A00%3A00%2B00%3A00&location_name=London image image image
    • Able to verify that the forecast measurements match for pollutants ✅
    • What is the logic for the AQI level figure?
    • Measured data - GET request to for example http://64.225.143.231/api/air-pollutant/measurements/summary?measurement_base_time=2024-07-03T09%3A00%3A00%2B00%3A00&measurement_time_range=90&location_type=city image image image
    • able to verify measured matches request ✅
  • City page
    • GET request to http://64.225.143.231/api/air-pollutant/forecast?location_type=city&valid_time_from=2024-07-02T00%3A00%3A00%2B00%3A00&valid_time_to=2024-07-07T00%3A00%3A00%2B00%3A00&base_time=2024-07-02T00%3A00%3A00%2B00%3A00&location_names=Baku
    • Baku - check AQI plot against responses ✅
    • check pollutant plots ✅
    • GET request to http://64.225.143.231/api/air-pollutant/forecast?location_type=city&valid_time_from=2024-07-02T00%3A00%3A00%2B00%3A00&valid_time_to=2024-07-07T00%3A00%3A00%2B00%3A00&base_time=2024-07-02T00%3A00%3A00%2B00%3A00&location_name=Baku
    • check pollutant plots ✅

vAirify Wiki

Home

Getting Started and Overview

Investigations and Notebooks

Testing

Manual Test Charters

Clone this wiki locally