US01: ListNodeTypes
5 Scenarios
User Story
Scenario: List all node types with no filters
Given the database contains multiple node types
When I send a GET request to /api/NodeTypes
#UAC01
Then the response status should be 200 OK
#UAC02
And the response should contain all node types
#UAC03
And each node type should include its properties
#UAC04
And each node type should include its edge types
Scenarios
SC01: List all node types with no filters
1 testsUAC: 01, 02, 03, 04
SC02: List node types with pagination
1 testsUAC: 05, 06, 07
SC03: List node types filtered by category
1 testsUAC: 08, 09
SC04: List node types when database is empty
1 testsUAC: 10, 11
SC05: List node types with default pagination
1 testsUAC: 12, 13, 14