Hi Nuwan, Thanks for your response. I didn't aware that JMeter can implement service chaining kind of testing. I think JMeter is a good option since we can reuse those for load test as well.
Thanks Godwin On Fri, Jan 12, 2018 at 12:54 PM, Nuwan Wimalasekara <[email protected]> wrote: > Hi Godwin, > > Since this is only a http service invocation, There is no need to use WSO2 > automation framework. You have few options. Hope options listed below, will > help you > > 1) Write your own maven test module using unit test framework like testng > or junit. > In the test module, you can use a existing http client > implementation library to invoke the APIs and Proxy Service. So you can > easily implement service chaining. > > 2) Use JMeter to invoke the APIs. JMeter has the ability to read the > response from one service and create a new payload based on previous > response. Then you can do the service chaining. > And JMeter project can also be executed using maven plugin or command > line. So CICD is also possible with JMeter. > > > Thanks, > Nuwanw > > On Thu, Jan 11, 2018 at 9:51 PM, Godwin Shrimal <[email protected]> wrote: > >> Thanks for the response Vinod. >> >> >> Thanks >> Godwin >> >> On Fri, Jan 12, 2018 at 6:34 AM, Vinod Kavinda <[email protected]> wrote: >> >>> Hi Godwin, >>> In that case, I think you can use the existing wso2 automation >>> framework. You can refer mediation tests in the product-ei for reference. >>> >>> Regards, >>> Vinod >>> >>> On Fri, Jan 12, 2018 at 4:48 AM, Godwin Shrimal <[email protected]> wrote: >>> >>>> Hi Nuwan, >>>> >>>> Let me explain the scenario. I am building up an echo system and using >>>> wso2ei-6.1.1 in the mediation layer. So I have many numbers of proxy >>>> services and APIs. I want to write an automation test suit to test those >>>> Proxy services and APIs (integration test). So service innovation will be >>>> enough here and think services are already deployed. >>>> >>>> Thanks >>>> Godwin >>>> >>>> On Thu, Jan 11, 2018 at 11:53 PM, Nuwan Wimalasekara <[email protected]> >>>> wrote: >>>> >>>>> Hi Godwin, >>>>> >>>>> The requirement is not clear to me. You want to service invocation >>>>> only or service deployment and invocation for your testing. >>>>> >>>>> Thanks, >>>>> Nuwanw >>>>> >>>>> On Thu, Jan 11, 2018 at 10:44 AM, Milinda Perera <[email protected]> >>>>> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> @Nuwan: can we use our existing integration test framework that we >>>>>> use in product-ei. Since all extensions, utils, etc released we can do >>>>>> integration test using it. WDYT? >>>>>> >>>>>> Thanks, >>>>>> Milinda >>>>>> >>>>>> >>>>>> On Thu, Jan 11, 2018 at 4:39 PM, Godwin Shrimal <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi Devs, >>>>>>> >>>>>>> I want to write the *integration* test for Proxy service and APIs >>>>>>> deployed in wso2ei-6.1.1. Can someone propose a recommended open source >>>>>>> framework for this? >>>>>>> >>>>>>> >>>>>>> Thanks >>>>>>> Godwin >>>>>>> -- >>>>>>> *Godwin Amila Shrimal* >>>>>>> Associate Technical Lead >>>>>>> WSO2 Inc.; http://wso2.com >>>>>>> lean.enterprise.middleware >>>>>>> >>>>>>> mobile: *+94772264165* >>>>>>> linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/ >>>>>>> <https://www.linkedin.com/in/godwin-amila-2ba26844/>* >>>>>>> twitter: https://twitter.com/godwinamila >>>>>>> <http://wso2.com/signature> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Milinda Perera >>>>>> Senior Software Engineer; >>>>>> WSO2 Inc. http://wso2.com , >>>>>> Mobile: (+94) 714 115 032 <071%20411%205032> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Nuwan Wimalasekara >>>>> Associate Technical Lead >>>>> WSO2, Inc.: http://wso2.com >>>>> lean. enterprise. middleware >>>>> >>>>> phone: +94 71 668 4620 <+94%2071%20668%204620> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> *Godwin Amila Shrimal* >>>> Associate Technical Lead >>>> WSO2 Inc.; http://wso2.com >>>> lean.enterprise.middleware >>>> >>>> mobile: *+94772264165* >>>> linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/ >>>> <https://www.linkedin.com/in/godwin-amila-2ba26844/>* >>>> twitter: https://twitter.com/godwinamila >>>> <http://wso2.com/signature> >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> Vinod Kavinda >>> Senior Software Engineer >>> *WSO2 Inc. - lean . enterprise . middleware <http://www.wso2.com>.* >>> Mobile : +94 (0) 712 415544 >>> Blog : http://soatechflicks.blogspot.com/ >>> [image: http://wso2.com/signature] >>> <http://wso2.com/signature> >>> >>> >> >> >> -- >> *Godwin Amila Shrimal* >> Associate Technical Lead >> WSO2 Inc.; http://wso2.com >> lean.enterprise.middleware >> >> mobile: *+94772264165* >> linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/ >> <https://www.linkedin.com/in/godwin-amila-2ba26844/>* >> twitter: https://twitter.com/godwinamila >> <http://wso2.com/signature> >> > > > > -- > Nuwan Wimalasekara > Associate Technical Lead > WSO2, Inc.: http://wso2.com > lean. enterprise. middleware > > phone: +94 71 668 4620 > > > > -- *Godwin Amila Shrimal* Associate Technical Lead WSO2 Inc.; http://wso2.com lean.enterprise.middleware mobile: *+94772264165* linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/ <https://www.linkedin.com/in/godwin-amila-2ba26844/>* twitter: https://twitter.com/godwinamila <http://wso2.com/signature>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
