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

Suggest steps based on previous steps in Xtext #181

Open farhan5248 opened 2 months ago

farhan5248 commented 2 months ago

Try and maintain a graph model in memory. Each time validation passes, update the model. Use the URI (object, step, parameters) as a key for the vertex. First suggest a next object, then narrow down the keywords, then narrow down the parameters. This is different from the non-model approach of showing all objects from any app and all keywords from that object.