...
Document Submission Deferred Request: This test case is used to test DS Document Submission Deferred Request service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Document Submission Deferred Request to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify and validate audit entries, audit blob message to make sure audit message are ATNA compliance. There is an in script that sets LogToDatabase property to false and verifies auditing is not happening.
- Document Submission Deferred Response: This test case is used to test DS Document Submission Deferred Response service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Document Submission Deferred Response to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify and validate audit entries, audit blob message to make sure audit message are ATNA compliance. There is an in script that sets LogToDatabase property to false and verifies auditing is not happening.
- Document Submission: This test case is used to test Document Submission service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Document Submission Request to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify and validate audit entries, audit blob message to make sure audit message are ATNA compliance. There is an in script that sets LogToDatabase property to false and verifies auditing is not happening.
- Patient Discovery Deferred Request: This test case is used to test PD Patient Discovery Deferred Request service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Patient Discovery Deferred Request to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify and validate audit entries, audit blob message to make sure audit message are ATNA compliance. There is an in script that sets LogToDatabase property to false and verifies auditing is not happening.
- Patient Discovery Deferred Response: This test case is used to test PD Patient Discovery Deferred Response service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Patient Discovery Deferred Response to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify and validate audit entries, audit blob message to make sure audit message are ATNA compliance. There is an in script that sets LogToDatabase property to false and verifies auditing is not happening.
- Patient Discovery: This test case is used to test PD Patient Discovery service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Patient Discovery request to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify and validate audit entries, audit blob message to make sure audit message are ATNA compliance. There is an in script that sets LogToDatabase property to false and verifies auditing is not happening.
- Document Query: This test case is used to test DQ Document Query service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Document Query request to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify and validate audit entries, audit blob message to make sure audit message are ATNA compliance. There is an in script that sets LogToDatabase property to false and verifies auditing is not happening.
- Document Retrieve: This test case is used to test DR Document Retreive service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Document Retrieve request to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify and validate audit entries, audit blob message to make sure audit message are ATNA compliance. There is an in script that sets LogToDatabase property to false and verifies auditing is not happening.
- Admin Distribution: This test case is used to test AD Administrative Distribution service auditing functionality. When this test case is executed, an on script will first clear auditrepo.auditrepository table and then submit Admin Distribution request to targeted endpoint. When request sent out and response comes in, auditing will happen and audit entries will be logged into auditrepo.auditrepository table. The script will verify audit entries. NOTE: Audit refactoring for AD service is out of scope for CONNECT-4.6 release, and it functions as per CONNECT-4.5 audit approach.
...