Gherkin Tags / Comments


Tagging Scenarios for later running in a Feature-Pack batch.



@Tags 

Categorise your Features & Scenarios by adding Tags. Then you can 'Batch' run all features by the Tag description. The GherkinUFT framework does not provide all of the functionality that cucumber does, Tags are associated to a .Feature file, not to an individual scenario. So in the below example, the @AddToCart tag when run as a batch will run the whole feature which includes the @ClearCart scenario.



#Comments / Rules:

# for information only



<<<<< Back to Background/After                                                                Forward to Editing in Notepad++ >>>>>