With QAF BDD we can provide the tags as Key and value pair, is it possible to ensure the values that can be provided in the feature file are within the defined set for example:
@testType:smoke
here the testType should take only values smoke
or regression
, and if sombody provides a value other than that, for instance, functional
or does a spelling mistake it should throw error and should not take that scenario for execution.