Skip to content

Bug: Not all ways to retrieve Test Data show up in the Report #360

@wurzelkuchen

Description

@wurzelkuchen

Quick Description

There are several ways to retrieve testdata inside Neodymium and not everything is covered by our testdata view.

Tasks

  • Unify the test data access inside one class which can be retrieved directly from our Neodymium.java
  • Make all DataUtils methods available inside this class
  • Old methods (e.g. DataUtils shall just wrap the new ones)
  • Mark methods which should not be used anymore (e.g. DataUtils, Neodymium.dataValue()) as deprecated and update the javadoc to point to the new methods)
  • Change the dataView Logic to always show the whole data set inside the report (for simplification)

Actual Behaviour

If I call Neodymium.dataValue() this is not put into the report.

Expected Behaviour

If I call any mehtod to retrieve test data, I want to see the test data inside the final report.

Metadata

Metadata

Assignees

Labels

bugcodeDoneThe issue is rechecked for development branchdocsReadyForMergeDocumentation was created for this issue in a separate branch which is ready to merge to develop

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions