Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Quick Start Guide

onemi05 edited this page Aug 22, 2017 · 3 revisions

CA Service Virtualization as Code is available for installation from GitHub. You can clone the project or download the code directly from the SV as Code GitHub page.

  1. Access the following URL: https://github.com/CA-DevTest/SV-as-Code.

    This opens the SV as Code project page in GitHub.

  2. Click Release.

getting started1

  1. Download the zip file for the latest release. You can also clone the project by clicking Clone or download on the main page.

  2. Extract the downloaded sv_as_code_.zip file.

  3. Add the .jar files in the lib directory as dependencies to your project classpath.

  4. Add the svcode-*.jar files to your project classpath.

  5. Add the following imports to your jUnit test class:

    import static com.ca.svcode.protocols.http.fluent.HttpFluentInterface.*; 
    import com.ca.svcode.engine.junit4.VirtualServerRule;
    

For code examples, see Code Library

For more information, to share ideas, or to raise issues, see the CA Service Virtualization/DevTest community page at the following URL: https://communities.ca.com/community/ca-devtest-community

Clone this wiki locally