Service Virtualization

  • 1.  CA Dev Test connectivity with Mongo DB

    Posted Mar 27, 2018 06:04 AM

    Hi Team,

     

    Is the feature to connect to Mongo DB from CA Dev Test is available. If Yes, may i know the version.

    If No, please let us know if any plans. 

     

    If there is an alternate way this can be achieved, please keep me posted.

     

    When i researched, i see that CA Dev Test is not yet enabled for this. hence checking/

     

    Thanks

    Krishna



  • 2.  Re: CA Dev Test connectivity with Mongo DB
    Best Answer

    Posted Mar 28, 2018 08:56 AM

    There is no OOTB step that connects to and queries Mongo.

    However, if you have the Mongo DB JARs, you could probably create your own JSR-223 step to access the database. The step's code would need to construct the necessary Mongo objects and issue a query according to Mongo DB syntax.

    DevTest does not support Splunk OOTB, but I have used JSR steps to connect to and query Splunk data. I believe it would be similar.