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

Version 1 Next »

Content of the XCA Client - Testing

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

To be added.

 

Integration Testing

Class Name: "eu.epsos.pt.cc.XCAIT"

Test #NameDescriptionTest InputsExpected ResultsActual ResultsPassed/Failed
1testQueryDocuments

This test performs an XCA query using valid document data.

Valid patient data.   
2testQueryInvalidDocumentThis test performs an XCA query using a invalid patient identifier.Invalid patient identifier.   
3 testQueryNullDocumentThis test performs an XCA query using a null patient identifier.Null patient identifier.   
4testQueryEmptyDocumentThis test performs an XCA query using a empty patient identifier.Empty patient identifier.   
5testRetrieveDocumentThis test performs an XCA retrieve using a invalid document identifier.Invalid document identifier.   
6testRetrieveInvalidDocumentThis test performs an XCA retrieve using a invalid document identifier,Empty document identifier.   
7testRetrieveNullDocumentThis test performs an XCA retrieve using a null document identifier.Null document identifier.   
8testRetrieveEmptyDocumentThis test performs an XCA retrieve using a empty document identifier. Empty document identifier.   
  • No labels