dzhw / zofar

10 stars 1 forks source link

Calendar: Tests for verifier #520

Closed andreaschu closed 1 year ago

andreaschu commented 1 year ago

As a Zofar-User I need tests for Episode Data within the verifier. As a researcher I want to assure data integrity.


andreaschu commented 1 year ago

At first we need an overview what is needed to use the verifier for questionnaires with calendar and episode data.

andreaschu commented 1 year ago

Add test for consistency of episode variables: Are variables used within episode module (defined as used in triggers frag/defrag) also used in the project beyond episode data?

dzhwmeisner commented 1 year ago

Dummy FunctionProvider for Condition-Checks hve to be extended by episode-specific functions according to the real FunctionProvider

Add Episode-specific TestSuite to verifier containing initial 4 Tests

Modify PageIntegrity TestSuite to consider pages with redirects as Entry-Point instead of transitions

dzhwmeisner commented 1 year ago

Implemented and commited :

Add Episode-specific TestSuite to verifier containing initial 4 Tests

Modify PageIntegrity TestSuite to consider pages with redirects as Entry-Point instead of transitions

Still TODO: Extension of dummy FunctionProvider

andreaschu commented 1 year ago

I close this issue. For the open tasks, there is a new issue (#543).