TESTAR original idea is to map each SUT property with a SUT Tag. However, this idea requires manual implementation for each desired property/Tag.
In order to enhance TESTAR to be integrated with other tools that use Web DOM properties to identify elements, we can integrate more generic WdTags such as WebInnerHTML and WebOuterHTML WdTags
Add double Action <-> Widget mapping
TESTAR was only allowed to retrieve the widget of an action : action.get(Tags.OriginWidget)
Now it is also possible to do it the other way around : widget.get(Tags.ActionSet)
Fix the creation of replayable files for web systems
Web app had some issues serializing the web objects to the replayable fragment
Add Inner and Outer HTML WdTags
Add double Action <-> Widget mapping
action.get(Tags.OriginWidget)
widget.get(Tags.ActionSet)
Fix the creation of replayable files for web systems