Nick LaPrell

Results 30 issues of 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...

Type - Bug
Priority - Medium
Component - Server

Write test cases for code executed for the search page.

Status - Test
Type - Task
Component - Unit Testing

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...

Status - Test
Type - Task
Component - Unit Testing

Write test cases for code executed by the XML Only page.

Status - Test
Type - Task
Component - Unit Testing

**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...

Type - Enhancement
JIRA Migration
Priority - Medium
Component - UI Config

**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...

Component - UI
JIRA Migration
Type - Story
Priority - Medium

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...

Type - Bug
Component - UI
Priority - Low

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...

Type - Task
Component - Unit Testing

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.

Type - Task
Component - Unit Testing

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...

Type - Task
Component - Unit Testing