Nick LaPrell
Nick LaPrell
Content-Type header is not being set for all REST API responses and therefore defaulting to text. The response should be explicitly set to JSON. Note: this prevents Groovy expression testing...
Write test cases for code executed for the search page.
A check to see if demo data exists is run via getDocumentCountByCollection() in the AbstractTest class. This same calculation is also needed in the TestConfig class, and rewritten there. This...
Write test cases for code executed by the XML Only page.
**Original Reporter:** @markschiffner **Created:** 05/Nov/17 2:25 PM # Description Currently, the document name (or root element) is the xpath for the root element. This is not very user friendly. Allow...
**Original Reporter:** @markschiffner **Created:** 30/Apr/17 7:32 PM # Description Ability to create the related items document links. Use any of the following 1. automatic discovery 2. semantics 3. xpath definition...
In cases where the UI runs off the screen (observed search and while creating queries/views with a large amount of fields) scroll bars do not always appear, resulting in the...
Unit testing currently handles authentication by calling the login/logout endpoints and retaining cookie/session information. This should be refactored to be handled better. At the very least, AbstractTest methods should not...
Unit tests and framework currently use System.out.println() for logging information to the console. This should be moved to a more appropriate logging class to handle info/error/warning/etc.
A basic test has been created to test the query and view import/export gradle task. This test should be expanded to test against more than one query and to test...