Failure Logging Testing
Version History:
Version# | Date | Modified By | Description of Modification |
---|---|---|---|
1.0 | 10/31/2018 | Paul Tambellini | Initial Version |
Overview
The following steps are for testing CONNECT Failure Logging functionality.Failure Logging is a tool to view and search/filter failure logging events from the System Administration Module without logging into database to track events. This is a feature that is being introduced in CONNECT release 5.2.
Test Environment Setup:
- Deploy CONNECT ear (mvn clean install -P AD,PD,DQ,DR,DS,X12,admingui) and AdminGUI war
- Successfully execute ConnectValidation suite before running AdminGUI-Failure Logging test cases
- Browse to http://localhost:8080/CONNECTAdminGUI/
Failure Logging:
Expand the Logging menu in the left navigation panel, select Failure Logging, and execute the following tests:
Test Scenario | Test Steps | Expected Results |
---|---|---|
Failure Logging left navigation menu availability |
| "Failure Logging" menu item should appear under "Logging". |
Clearing failure from Database and creating new failures. | Clear out the eventdb.event
Breaking the ValidationSuite (DocumentRetrieve)
| Records with the name of "MESSAGE_PROCESSING_FAILED" will be present in the eventdb.event table. |
Failure Logging search without providing search parameters in "Search Wizard" under the Failure Logging Tab. |
| If records are present in eventdb.event table, then list of all the rows will be displayed under, for example,  (Date, Service, Version, Exception)
|
Failure Logging Search by providing one or more values in "Search Wizard" under Failure Logging Tab. |
| If records are present in eventdb.event table, then list of all the rows will be displayed under "event records found" table with below information: (Date, Service, Version, Exception)
If no rows found, under the |
View Description Message |
|
|
user attempts to select limited rows to display for a page |
| User will see 30 rows display for a page. |