retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Use retest-model and the Selenium API to identify states and actions #3

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

The package de.retest.guistatemachine.model contains model definitions based on the thesis by Furrer. Currently, the REST service uses custom case classes. Clarify, how the actual model looks like/should look like and adapt traits/classes in the model package. Remove the case classes for the REST service afterwards.

The Furrer model is invalid. Specify the model by debugging the application.

RootElements from https://mvnrepository.com/artifact/de.retest/retest-model identify a state. A Selenium API Action identifies an action/transition.

tdauth commented 5 years ago

Done in the package api.