US03: CreateNodeType
5 Scenarios
User Story
Scenario: Create new node type with valid data
When I send a POST request to /api/NodeTypes with valid node type data
#UAC01
Then the response status should be 201 Created
#UAC02
And the Location header should contain the new node type URL
#UAC03
And the response body should contain the created node type
#UAC04
And the node type should be saved in the database
Scenarios
SC01: Create new node type with valid data
1 testsUAC: 01, 02, 03, 04
SC02: Create node type with duplicate ID
1 testsUAC: 05, 06
SC03: Create node type with invalid data
1 testsUAC: 07
SC04: Create node type with minimum valid fields
1 testsUAC: 08, 09
SC05: Create node type with all optional fields
1 testsUAC: 10, 11