From 9f05b73f628c969b3b32dbd7b551a4c362b2714b Mon Sep 17 00:00:00 2001 From: Jose Luis Urien Date: Wed, 4 Dec 2024 17:53:30 +0100 Subject: [PATCH] Extended clarifications --- artifacts/testing/C01-device-errors.feature | 15 ++++++++------- .../testing/C02-phoneNumber-errors.feature | 18 +++++++++--------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/artifacts/testing/C01-device-errors.feature b/artifacts/testing/C01-device-errors.feature index 02d7314c..16e25ce8 100644 --- a/artifacts/testing/C01-device-errors.feature +++ b/artifacts/testing/C01-device-errors.feature @@ -3,15 +3,16 @@ Feature: CAMARA Common Artifact C01 - Test scenarios for device errors Common error scenarios for POST operations with device as input either in the request body or implied from the access. - Artifact parameters (to be replaced by values according to the API operation): - - - {{feature_identifier}} - - This is not a complete feature but a collection of scenarios that can be applied - with minor modifications to test plans. + NOTES: + * This is not a complete feature but a collection of scenarios that can be applied with minor + modifications to test plans. Test plans would have to copy and adapt the scenarios as part of + their own feature files, along with other scenarios - These scenarios assume that other properties not explicitly mentioned in the scenario + * These scenarios assume that other properties not explicitly mentioned in the scenario are set by default to a valid value. This can be specified in the feature Background. + + * {{feature_identifier}} has to be substituted to the value corresponding to the feature file where + these scenarios are included. # Error scenarios for management of input parameter device diff --git a/artifacts/testing/C02-phoneNumber-errors.feature b/artifacts/testing/C02-phoneNumber-errors.feature index eeb4280a..a0352fea 100644 --- a/artifacts/testing/C02-phoneNumber-errors.feature +++ b/artifacts/testing/C02-phoneNumber-errors.feature @@ -1,18 +1,18 @@ Feature: CAMARA Common Artifact C02 - Test scenarios for phoneNumber errors Common error scenarios for POST operations with phoneNumber as input either in the request - body or implied from the access. - - Artifact parameters (to be replaced by values according to the API operation): + body or implied from the access - - {{feature_identifier}} - - This is not a complete feature but a collection of scenarios that can be applied - with minor modifications to test plans. + NOTES: + * This is not a complete feature but a collection of scenarios that can be applied with minor + modifications to test plans. Test plans would have to copy and adapt the scenarios as part of + their own feature files, along with other scenarios - These scenarios assume that other properties not explicitly mentioned in the scenario + * These scenarios assume that other properties not explicitly mentioned in the scenario are set by default to a valid value. This can be specified in the feature Background. - + + * {{feature_identifier}} has to be substituted to the value corresponding to the feature file where + these scenarios are included. # Error scenarios for management of input parameter phoneNumber