Function for validating a found issue #45
Labels
effort:Medium
isState:New
A new issue that needs to be classified to a type.
isType:Feature
An issue that adds new features to the project.
Milestone
Is your feature request related to a problem? Please describe.
Even our own implementation has some errors in the result file. Example:
The reason is that the implementation of the check does not set the description of the
<Locations description="">
element (line 2):Describe the solution you'd like
There should be a function available, which validates the information, which cannot be validated by a simple XSD check.
A first validation step is to check that there are no empty fields. There might be much more possibilities, e.g. validate the xpath. We had the issue that somebody created an unresolvable xpath.
This function:
List of things that can be checked
The text was updated successfully, but these errors were encountered: