Service Virtualization

  • 1.  How to integrate CA DevTest with TeamCity?

    Posted May 28, 2018 06:42 AM

    As part of DevOps, there is a requirement to integrate CA DevTest with TeamCity. Can it be done similar to integration with Jenkins? Simpler solution would be appreciated!! (Version CA Dev Test 10.3)



  • 2.  Re: How to integrate CA DevTest with TeamCity?

    Broadcom Employee
    Posted May 29, 2018 09:29 AM

    Currently DevTest does not have any kind of a plugin for TeamCity, but I know others that have used it.  I will try to do some research for you.



  • 3.  Re: How to integrate CA DevTest with TeamCity?
    Best Answer

    Broadcom Employee
    Posted Jun 06, 2018 04:32 AM

    Hi Siddharth,

     

        You can use lisa-invoke REST API calls from Teamcity to trigger the test case/test suite. For more information about lisa-invoke API details, refer LISA Invoke API - DevTest Solutions - 10.3 - CA Technologies Documentation  

     

    Thanks & Regards

    Srikanth



  • 4.  Re: How to integrate CA DevTest with TeamCity?

    Posted Jun 13, 2018 08:56 AM

    Thanks for the inputs, Sri.



  • 5.  Re: How to integrate CA DevTest with TeamCity?

    Broadcom Employee
    Posted Jun 08, 2018 10:44 AM

    In addition to what Srikanth provided, there is also this:

     

    What you can do is run DevTest tests as Junit tests using ant scripts – documented here: https://docops.ca.com/devtest-solutions/10-3/en/administering/general-administration/running-devtest-with-ant-and-junit. You can just trigger this from TeamCity to “integrate” DevTest with TeamCity. 



  • 6.  Re: How to integrate CA DevTest with TeamCity?

    Posted Jun 13, 2018 08:56 AM

    Thanks for the help, Marcy.