Forum Discussion

kjeeva26's avatar
kjeeva26
New Contributor
6 years ago
Solved

Integration of composite project with VSTS - TFS

I have a composite project in Ready API with SOAP and REST requests and it is saved in a repository in TFS as a composite project. I need the tests in the composite project to be run as build definit...
  • patilawaken's avatar
    6 years ago

    1. Save your composit project to Git/VSTS repository

    2. Create a release pipeline in VSTS

    3. Add Artifact to the release pipeline (which is your repository)

    4. You will have to add the SOAP UI Pro Azure DevOPs extension from marketplace (Its free)

    5. Add a stage to the Release Say Ready-API tests.

    6. Configure the Agent Job.

    7. Add Task SOAP UI Pro for Azure DevOps.

    8. Add Publish Test report task.

    9. Path to SoapUI Pro project : Should be your repositry path where your composite project is saved.

    10. Enter Suite Name.

    10. Enter Test Name to be run.

    11. Save the changes and trigger the release.