Commit 06242690 authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

Added API Version Tests for SOL003 and SOL005

parent d8e10059
Loading
Loading
Loading
Loading
+10 −10
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ Library JSONSchemaLibrary schemas/


*** Test Cases ***
*** Test Cases ***
POST API Version - Method not implemented
POST API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.1.2.1
    ...    Test title: POST API version - Method not implemented
    ...    Test title: POST API version - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -21,7 +21,7 @@ POST API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version
GET API Version
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.1.2.2
    ...    Test title: GET API Version
    ...    Test title: GET API Version
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -34,7 +34,7 @@ GET API Version
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version - Method not implemented
PUT API Version - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.1.2.3
    ...    Test title: PUT API Version - Method not implemented
    ...    Test title: PUT API Version - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -46,7 +46,7 @@ PUT API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version - Method not implemented
PATCH API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.1.2.4
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -58,7 +58,7 @@ PATCH API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version - Method not implemented
DELETE API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.1.2.5
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -70,7 +70,7 @@ DELETE API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
	
	
POST API Version with apiMajorVerion - Method not implemented
POST API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.1.2.6
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -82,7 +82,7 @@ POST API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version with apiMajorVerion
GET API Version with apiMajorVerion
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.1.2.7
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -95,7 +95,7 @@ GET API Version with apiMajorVerion
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version with apiMajorVerion - Method not implemented
PUT API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.1.2.8
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -107,7 +107,7 @@ PUT API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version with apiMajorVerion - Method not implemented
PATCH API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.1.2.9
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -119,7 +119,7 @@ PATCH API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version with apiMajorVerion - Method not implemented
DELETE API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.1.2.10
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
+10 −10
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ Library JSONSchemaLibrary schemas/


*** Test Cases ***
*** Test Cases ***
POST API Version - Method not implemented
POST API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.4.7.1
    ...    Test title: POST API version - Method not implemented
    ...    Test title: POST API version - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -21,7 +21,7 @@ POST API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version
GET API Version
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.4.7.2
    ...    Test title: GET API Version
    ...    Test title: GET API Version
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -34,7 +34,7 @@ GET API Version
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version - Method not implemented
PUT API Version - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.4.7.3
    ...    Test title: PUT API Version - Method not implemented
    ...    Test title: PUT API Version - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -46,7 +46,7 @@ PUT API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version - Method not implemented
PATCH API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.4.7.4
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -58,7 +58,7 @@ PATCH API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version - Method not implemented
DELETE API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.4.7.5
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -70,7 +70,7 @@ DELETE API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
	
	
POST API Version with apiMajorVerion - Method not implemented
POST API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.4.7.6
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -82,7 +82,7 @@ POST API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version with apiMajorVerion
GET API Version with apiMajorVerion
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.4.7.7
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -95,7 +95,7 @@ GET API Version with apiMajorVerion
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version with apiMajorVerion - Method not implemented
PUT API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.4.7.8
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -107,7 +107,7 @@ PUT API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version with apiMajorVerion - Method not implemented
PATCH API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.4.7.9
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -119,7 +119,7 @@ PATCH API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version with apiMajorVerion - Method not implemented
DELETE API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.4.7.10
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
+10 −10
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ Library JSONSchemaLibrary schemas/


*** Test Cases ***
*** Test Cases ***
POST API Version - Method not implemented
POST API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.2.7.1
    ...    Test title: POST API version - Method not implemented
    ...    Test title: POST API version - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -21,7 +21,7 @@ POST API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version
GET API Version
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.2.7.2
    ...    Test title: GET API Version
    ...    Test title: GET API Version
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -34,7 +34,7 @@ GET API Version
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version - Method not implemented
PUT API Version - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.2.7.3
    ...    Test title: PUT API Version - Method not implemented
    ...    Test title: PUT API Version - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -46,7 +46,7 @@ PUT API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version - Method not implemented
PATCH API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.2.7.4
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -58,7 +58,7 @@ PATCH API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version - Method not implemented
DELETE API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.2.7.5
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -70,7 +70,7 @@ DELETE API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
	
	
POST API Version with apiMajorVerion - Method not implemented
POST API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.2.7.6
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -82,7 +82,7 @@ POST API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version with apiMajorVerion
GET API Version with apiMajorVerion
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.2.7.7
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -95,7 +95,7 @@ GET API Version with apiMajorVerion
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version with apiMajorVerion - Method not implemented
PUT API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.2.7.8
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -107,7 +107,7 @@ PUT API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version with apiMajorVerion - Method not implemented
PATCH API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.2.7.9
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -119,7 +119,7 @@ PATCH API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version with apiMajorVerion - Method not implemented
DELETE API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.2.7.10
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
+5 −5
Original line number Original line Diff line number Diff line
@@ -70,7 +70,7 @@ DELETE API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
	
	
POST API Version with apiMajorVerion - Method not implemented
POST API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.5.20.6
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -82,7 +82,7 @@ POST API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version with apiMajorVerion
GET API Version with apiMajorVerion
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.5.20.7
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -95,7 +95,7 @@ GET API Version with apiMajorVerion
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version with apiMajorVerion - Method not implemented
PUT API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.5.20.8
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -107,7 +107,7 @@ PUT API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version with apiMajorVerion - Method not implemented
PATCH API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.5.20.9
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -119,7 +119,7 @@ PATCH API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version with apiMajorVerion - Method not implemented
DELETE API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.5.20.10
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
+10 −10
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ Library JSONSchemaLibrary schemas/


*** Test Cases ***
*** Test Cases ***
POST API Version - Method not implemented
POST API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.2.7.1
    ...    Test title: POST API version - Method not implemented
    ...    Test title: POST API version - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -21,7 +21,7 @@ POST API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version
GET API Version
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.2.7.2
    ...    Test title: GET API Version
    ...    Test title: GET API Version
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -34,7 +34,7 @@ GET API Version
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version - Method not implemented
PUT API Version - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.2.7.3
    ...    Test title: PUT API Version - Method not implemented
    ...    Test title: PUT API Version - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -46,7 +46,7 @@ PUT API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version - Method not implemented
PATCH API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.2.7.4
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -58,7 +58,7 @@ PATCH API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version - Method not implemented
DELETE API Version - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.2.7.5
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -70,7 +70,7 @@ DELETE API Version - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
	
	
POST API Version with apiMajorVerion - Method not implemented
POST API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.1
    [Documentation]    Test ID: 6.3.2.7.6
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -82,7 +82,7 @@ POST API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
GET API Version with apiMajorVerion
GET API Version with apiMajorVerion
    [Documentation]    Test ID: 6.3.5.20.2
    [Documentation]    Test ID: 6.3.2.7.7
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -95,7 +95,7 @@ GET API Version with apiMajorVerion
	Check HTTP Response Body Json Schema Is    ApiVersionInformation
	Check HTTP Response Body Json Schema Is    ApiVersionInformation


PUT API Version with apiMajorVerion - Method not implemented
PUT API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID:6.3.5.20.3
    [Documentation]    Test ID:6.3.2.7.8
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -107,7 +107,7 @@ PUT API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


PATCH API Version with apiMajorVerion - Method not implemented
PATCH API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.4
    [Documentation]    Test ID: 6.3.2.7.9
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
@@ -119,7 +119,7 @@ PATCH API Version with apiMajorVerion - Method not implemented
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
DELETE API Version with apiMajorVerion - Method not implemented
DELETE API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 6.3.5.20.5
    [Documentation]    Test ID: 6.3.2.7.10
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
Loading