Difference between revisions of "Integration and Interoperability Facilities Framework: Client Libraries Management Model"

From Gcube Wiki
Jump to: navigation, search
m
Line 2: Line 2:
 
=Profiling of client libraries as system components=
 
=Profiling of client libraries as system components=
 
=Testing of client libraries=
 
=Testing of client libraries=
==Unit Testing==
+
==Unit Testing using My-Container==
 +
==When==
 +
When needing to exercise the functional features of a CL against the targeted service, the most convenient way to do it is through in-container testing, using my-container. My-container can be used as a convenience for running the tests through Maven or in Eclipse against a small distribution and for simple interactions, not requiring contacting the outside world.
 +
==How==
 
==Integration Testing==
 
==Integration Testing==

Revision as of 18:35, 25 June 2012

Building of Client Libraries

Profiling of client libraries as system components

Testing of client libraries

Unit Testing using My-Container

When

When needing to exercise the functional features of a CL against the targeted service, the most convenient way to do it is through in-container testing, using my-container. My-container can be used as a convenience for running the tests through Maven or in Eclipse against a small distribution and for simple interactions, not requiring contacting the outside world.

How

Integration Testing