LK-Test-Solutions / OpenTDK

The open tool development kit provides java libraries for efficient implementation of data processing tools. Primarily the libraries have been build to close gaps within the process of test automation, but they can be helpful for implementing any application that needs to collect data from different sources, transform the data and generate output in different formats (textual, graphical etc.).
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Extend Dispatcher with multiple attributes #24

Closed SoccerFive18 closed 1 year ago

SoccerFive18 commented 2 years ago

Current usage

/AppSettings/Themes/theme[@name='{param_1}']

With multiple attributes

/AppSettings/Themes/theme[@{attribute_1}='{param_1}'][@{attribute_2}='{param_2}']

Task

Run a dispatcher test and check where a call like _RT_Settings_attributesDispatcher.QUERY_FILTERVALUE.getValue("name=Select_Statement;id=1;column=filter1") points to.

SoccerFive18 commented 2 years ago

Works without code changes. The error messages in case of missing parameter could be more helpful.