Main Content

Write a Test Client

Integration testing with the MATLAB® embedded server instance requires a client that calls the compiled MATLAB functions. The client can be coded using any of the MATLAB Production Server™ client APIs.

At a minimum, the client must:

  1. Instantiate the client runtime.

  2. Connect to the embedded server instance using the port specified in the Production Server Compiler app.

  3. Call the functions being tested with appropriate data.

For information on writing client code, see: