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

Make scenarios that demo how to test components using mbt-maven-plugin #65

Closed farhan5248 closed 8 months ago

farhan5248 commented 8 months ago

update the grammar

Steps

farhan5248 commented 8 months ago

After generating files

  1. create factories, test objects in common
  2. create impl package and classes
  3. Add runners
  4. Run everything to make sure there are no runtime errors caused by missing objects. Automatically create missing objects in the future to prevent run time errors.
  5. Add test assertions etc
farhan5248 commented 8 months ago

plug-ins demo done, will do batch-jobs next

farhan5248 commented 8 months ago

batch-job demo is done, will do web-app next

farhan5248 commented 8 months ago

apps done, services left