Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Describes the tests needed to validate the Audit Trail functionality. This includes test of both the Audit trail service and the audit trail service functionality on the contributing components.


The following procedure assumes that the AuditTrailService has been deployed and the Webclient setup to use the service. The expected contributors should also be online. The AuditTrail service should have been running for enough time for the collector to have collected audittrail events from the components prior to the test being performed. The test also assumes that each of the expected audit trail contributors have audit trail events to deliver.

  • First verify that audittrail events has been collected. All audittrail events should be requested via the web interface.
    • The returned list shoul contain entries from all the different components expected to deliver audit trail information.
  • Test the different filters
    • Dates:
      • Filter on a valid date range
        • Only audit trail events from the date range should be present in the list of audit trail events.
      • Filter on an invalid date range (the start date being after the end date)
        • No change should happen to the list of events
      • Filter only on a start date
        • Only events from the start date and forward should be present in the event list
      • Filter only on a end date
        • Only event prior and up to the end date should be present in the event list
    • Filter on a known fileID
      • Only events related to the specified fileID should be present in the event list.
    • Filter on an unknown fileID
      • No events should be present in the event list
    • Filter on a known component
      • Only events from the specified component should be present in the event list
    • Filter on an unknown component
      • No events should be present in the event list
    • Filter on a known actor
      • Only events related to the specified actor should be present in the event list
    • Filter on an unknown actor
      • No events should be present in the event list
    • Filter on the different action types
      • Only actions from the specified type should be present. "ALL" being the exception, as it should allow for any type.

...

Jira Issues
columnskey,summary,type,created,affectedversion
titleAudit trail issues fixed in this release
urlhttps://sbforge.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+BITMAG+AND+fixVersion+%3D+11450+AND+component+%3D+%22Audit+trail%22+ORDER+BY+priority+DESC&tempMax=1000

Jira Issues
columnskey,summary,type,created,fixversion
titleUnresolved audit trail issues.
urlhttps://sbforge.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+BITMAG+AND+resolution+%3D+Unresolved+AND+component+%3D+%22Audit+trail%22+ORDER+BY+priority+DESC&tempMax=1000