-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Verification & Testing Checklist for stops-for-location Endpoint
- Verify the endpoint is reachable and responding with correct status codes (e.g.,
200 OKfor valid requests). - Compare the response from testing against production to ensure consistency in data and structure.
- Validate response schema (fields, types, required properties).
- Confirm returned stops near the location match expected results (including optional stop code filtering).
- Test with different location coordinates (valid, invalid, edge cases).
- Test with and without stop code filter.
- Test edge cases (e.g., locations with no nearby stops).
- Check response times and ensure performance is acceptable.
- Ensure proper error handling (
400,404,500cases). - Write/strengthen unit tests if coverage is missing or weak.
- Confirm no regressions compared to production behavior.
- If issues are found, create a PR with fixes and updated tests.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation