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 tests for sheep-dog-test code generation and content assist #172

Closed farhan5248 closed 2 months ago

farhan5248 commented 2 months ago

Make enough tests for complete coverage for all branches of content assist, validation, generation Create Step, StepObject, StepDefinition, StepParameters objects for testing if needed

farhan5248 commented 2 months ago

Write a single feature file and see what about the language needs to change when testing Eclipse plug-ins instead of Maven. Make one scenario for content assist, generation, validation Update the definition, re-build both plug-ins and then write more tests.

farhan5248 commented 2 months ago

Need to install UML viewer for Eclipse There's also errors generating the test automation code

farhan5248 commented 2 months ago

UML viewer installed using these instructions https://wiki.eclipse.org/MDT/UML2/Getting_Started_with_UML2

farhan5248 commented 2 months ago

The maven plugin breaks for "action is performed" Make tests for this and update plugin testing features to Maven plugin vs Eclipse plugin

farhan5248 commented 2 months ago

The word LATEST in the regeneration script was causing the problems. It's been deprecated because of unstable buggy builds which I saw first hand.

farhan5248 commented 2 months ago

All tests for generate and validate pass. Need to make tests for propose