North-Seattle-College / ad440-winter2020-thursday-repo

Repository for AD440 Thursday Class in Winter 2020
Apache License 2.0
10 stars 5 forks source link

TT1: GET properties connected to the DB #68

Open UnTamedLaw opened 4 years ago

DerejeDesta commented 4 years ago

Test Report

Test Objective:

Expected Output:

Actual Output:

-{ "property_id": 1, "property_name": "first property", "property_type_id": 5, "property_address": "123 First Ave", "property_city": "Seattle", "property_state": "Washington", "property_zip": "98100", "property_country": "USA" }

DerejeDesta commented 4 years ago

Bug 2: the api response displayed in one page

Expected Output:

Actual Output:

Environment: Tested using postman on windows.