Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Content of the XCA Client - Testing
Page Tree | ||||||
---|---|---|---|---|---|---|
|
Home page for XCA Client - Testing
This page tries to gather all the specification of Unit and Integration testing for the XCA client component.
Unit Testing
Note |
---|
To be added. |
Integration Testing
Class Name: "eu.epsos.pt.cc.XCAIT"
Test # | Name | Description | Test Inputs | Expected Results | Actual Results | Passed/Failed |
---|---|---|---|---|---|---|
1 | testQueryDocuments | This test performs an XCA query using valid document data. | Valid patient data. | |||
2 | testQueryInvalidDocument | This test performs an XCA query using a invalid patient identifier. | Invalid patient identifier. | |||
3 | testQueryNullDocument | This test performs an XCA query using a null patient identifier. | Null patient identifier. | |||
4 | testQueryEmptyDocument | This test performs an XCA query using a empty patient identifier. | Empty patient identifier. | |||
5 | testRetrieveDocument | This test performs an XCA retrieve using a invalid document identifier. | Invalid document identifier. | |||
6 | testRetrieveInvalidDocument | This test performs an XCA retrieve using a invalid document identifier, | Empty document identifier. | |||
7 | testRetrieveNullDocument | This test performs an XCA retrieve using a null document identifier. | Null document identifier. | |||
8 | testRetrieveEmptyDocument | This test performs an XCA retrieve using a empty document identifier. | Empty document identifier. |