US02: GetPropertyById
5 Scenarios
User Story
Scenario: Get existing property returns the property details
Given there is an existing property with ID "email"
When I request the property with ID "email"
#UAC01
Then the response status should be 200 OK
#UAC02
And the response should contain the property with ID "email"
Scenarios
SC01: Get existing property returns the property details
1 testsUAC: 01, 02
SC02: Get non-existent property returns not found
1 testsUAC: 03
SC03: Get property with special characters in ID
1 testsUAC: 04, 05
SC04: Get property with empty ID returns bad request
1 testsUAC: 06
SC05: Get property with null ID returns bad request
1 testsUAC: 07