This repository was archived by the owner on Mar 12, 2020. It is now read-only.
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
Define a concept how to store types of never explored actions #34
Closed
Description
For more complex strategies like ToStateWithUnexploredActions
in the legacy code, we need to know which actions have not been explored in all states.
Note that we cannot really limit actions such as ChangeValueOfAction
because we have to fill them with random values.
Hence, it would make more sense to store types of never explored actions together with the XPath of the target element.
Note that these never explored action types must be passed when getting a state like in the legacy API.