farhan5248 / sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles and model based testing
GNU General Public License v3.0
0 stars 0 forks source link

Added 3 types of validation but just for name #12

Closed farhan5248 closed 1 year ago

farhan5248 commented 1 year ago
  1. Fast step validation. This will use regex to validate like at work.
  2. Normal scenario validation. This will validate all steps in a scenario like not having two "Launch" scenario.
  3. Expensive feature validation to convert the feature file into a UML model for further transformations like Java code when build is triggered