This repository was archived by the owner on Oct 9, 2025. It is now read-only.
  
  
  - 
                Notifications
    You must be signed in to change notification settings 
- Fork 5
DevTestVirtualServiceV3 Annotation
        sachinmaske edited this page Oct 17, 2022 
        ·
        1 revision
      
    New Annotation DevTestVirtualServiceV3 has been supported in version 1.4.0, it supports same parameter as V3 API.
@DevTestVirtualServiceV3(
            serviceName = "vsV3_RRPairConfigObject",
            description = "Created with new V3 annotation",
            port = "24778",
            workingFolder = "v3/rrpair",
            inputFile2 = "operation-8-req.txt",
            inputFile1 = "operation-8-rsp.txt",
            transportProtocolConfig = @TransportProtocolConfig(
                    typeId = "HTTP",
                    useGateway = false,
                    hostHeaderPassThrough = true,
                    targetEndpoint = @EndpointConfig(
                            host = "livehost",
                            port = "8080",
                            useSSL = true,
                            sslConfig = @SSLConfig (
                                    keystorePassword = "passphrase",
                                    keystoreFile = "/Applications/CA/DevTest/webserver.ks",
                                    aliasPassword = "passphrase",
                                    alias = "lisa"
                            )
                    ),
                    recordingEndpoint = @EndpointConfig(
                            host = "recordinghost",
                            useSSL = true,
                            sslConfig = @SSLConfig (
                                    keystorePassword = "passphrase",
                                    keystoreFile = "/Applications/CA/DevTest/webserver.ks",
                                    aliasPassword = "passphrase",
                                    alias = "lisa"
                            )
                    )
            ),
            dataProtocolConfig = @DataProtocolConfig(
                    typeId = DataProtocolConfig.RESTDPH;
            )
    )Annotation DevTestVirtualServiceV3
- Create and Deploy a Virtual Service Before a Test
- Create and Deploy a Virtual Service Before Any Test from the Class
- Create and Deploy Multiple Virtual Services Before a Test
- Create Update and Deploy Virtual Service Before a Test
- Create, Update and Deploy Virtual Service Before any Test from the Class
- Create and Deploy Virtual Service with RR Pair
- Create and Deploy Virtual Service with RR Pair Zip File
- Create and Deploy Virtual Service with Swagger File
- Create and Deploy Virtual Service with Swagger Url
- Create and Deploy Virtual Service with RAML File
- Create and Deploy Virtual Service with RAML Url
- Create and Deploy Virtual Service with WADL File
- Create and Deploy Virtual Service with WADL Url
- Create and Deploy Virtual Service with VSM/VSI File
- Create and Deploy Virtual Service and Update Data and Config File
- Create and Deploy Virtual Service with Parameterized VSM File
- Create and Deploy Virtual Service with Parameterized Input File
- Create and Deploy Virtual Service with SSL End-Point
- Create and Deploy a Virtual Service before a Test
- Create and Deploy a Virtual Service before Any Test from the Class
- Create and Deploy Multiple Virtual Services before a Test
- Create and Deploy with VRS
- Create and Deploy with RR Pair
- Create and Deploy with VSM
- Parameterized DevTest Virtual Service Annotation
- Generate RR Pairs Utility