Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

As of CONNECT 5.1, both files have been replaced with the more versatile exchangeInfo.xml and internalExchangeInfo.xml files. For users of CONNECT 5.0 and earlier versions, substitute references to these new files with the original uddiConnectionInfo.xml and internalConnectionInfo.xml files

Overview

The Tests are designed to verify the Audit Query functionality by populating AuditRepository table and query audit service.

Test Detail

AuditQueryLog service is an adapter service and does not have standard or passthrough.

AuditQueryLogPortTypeBinding TestSuite

QueryAuditEvents TestCase

  1. Clear & Populate Auditrepository Table

  2. SOAP: QueryAuditEvents

    • Verify UserId

    • Verify EventType

    • Verify EventId

    • Verify RemoteHCID

    • Verify Direction

    • Count (Result)

QueryAuditEventsBlob TestCase

  1. Clear & Populate Auditrepository Table

  2. SOAP: QueryAuditEventsBlob

    • Count (Result)

QueryAuditEventsEmptyBlob TestCase

  1. Clear & Populate Auditrepository Table

  2. SOAP: QueryAuditEventsBlob

    • Count (Result)

QueryAuditEventsByMessageID TestCase

  1. Clear & Populate Auditrepository Table

  2. SOAP: QueryAuditEventsByMessageID

    • Match MessageId for Result 1 and 2

    • Count (Result == 2)

QueryAuditEventsByMessageID&RelatesTo TestCase

  1. Clear & Populate Auditrepository Table

  2. SOAP: QueryAuditEventsByMessageID

    • Match MessageId for Result 1 and 2

    • Count (Result == 2)

    • Match RelatesTo for Result 1 and 2

  • No labels