Re: [Dev] Tes automation framework for SOA integration test

2018-01-12 Thread Godwin Shrimal
Hi Nuwan,

Yes. I found the link [1] for API chaining.

[1] http://www.vitharana.org/2015/12/invoke-api-chain-using-jmeter.html

Thanks
Godwin

On Fri, Jan 12, 2018 at 3:07 PM, Godwin Shrimal  wrote:

> 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 
> 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  wrote:
>>
>>> Thanks for the response Vinod.
>>>
>>>
>>> Thanks
>>> Godwin
>>>
>>> On Fri, Jan 12, 2018 at 6:34 AM, Vinod Kavinda  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 
 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 
> 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 
>> 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 
>>> 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/
 *
 twitter: https://twitter.com/godwinamila
 

>>>
>>>
>>>
>>> --
>>> 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/
> *
> twitter: https://twitter.com/godwinamila
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Vinod Kavinda
 Senior Software Engineer
 *WSO2 Inc. - lean . enterprise . middleware .*
 Mobile : +94 (0) 712 415544
 Blog : http://soatechflicks.blogspot.com/
 [image: http://wso2.com/signature]
 

Re: [Dev] Tes automation framework for SOA integration test

2018-01-12 Thread Godwin Shrimal
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 
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  wrote:
>
>> Thanks for the response Vinod.
>>
>>
>> Thanks
>> Godwin
>>
>> On Fri, Jan 12, 2018 at 6:34 AM, Vinod Kavinda  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  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 
 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 
> 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 
>> 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/
>>> *
>>> twitter: https://twitter.com/godwinamila
>>> 
>>>
>>
>>
>>
>> --
>> 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/
 *
 twitter: https://twitter.com/godwinamila
 

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Vinod Kavinda
>>> Senior Software Engineer
>>> *WSO2 Inc. - lean . enterprise . middleware .*
>>> Mobile : +94 (0) 712 415544
>>> Blog : http://soatechflicks.blogspot.com/
>>> [image: 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/
>> *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>
>
>
> --

Re: [Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Nuwan Wimalasekara
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  wrote:

> Thanks for the response Vinod.
>
>
> Thanks
> Godwin
>
> On Fri, Jan 12, 2018 at 6:34 AM, Vinod Kavinda  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  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 
>>> 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 
 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 
> 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/
>> *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>
>
>
> --
> 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/
>>> *
>>> twitter: https://twitter.com/godwinamila
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Vinod Kavinda
>> Senior Software Engineer
>> *WSO2 Inc. - lean . enterprise . middleware .*
>> Mobile : +94 (0) 712 415544
>> Blog : http://soatechflicks.blogspot.com/
>> [image: 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/
> *
> twitter: https://twitter.com/godwinamila
> 
>



-- 
Nuwan Wimalasekara
Associate Technical Lead
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

phone: +94 71 668 4620
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Godwin Shrimal
Thanks for the response Vinod.


Thanks
Godwin

On Fri, Jan 12, 2018 at 6:34 AM, Vinod Kavinda  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  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 
>> 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 
>>> 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 
 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/
> *
> twitter: https://twitter.com/godwinamila
> 
>



 --
 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/
>> *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Vinod Kavinda
> Senior Software Engineer
> *WSO2 Inc. - lean . enterprise . middleware .*
> Mobile : +94 (0) 712 415544
> Blog : http://soatechflicks.blogspot.com/
> [image: 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/
*
twitter: https://twitter.com/godwinamila

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Godwin Shrimal
Hi Kasun,

I also looked at the SOAP UI Test. But still not much confident of writing
integration test.

As an example.
1. Call API1 and get the response
2. Extract some values from that response got from #1
3. Create a new payload by using the value in #2
4. Call AP1 2

Thanks
Godwin

On Fri, Jan 12, 2018 at 10:15 AM, Kasun Indrasiri  wrote:

> Hi Godwin,
>
> I have seen several users using SOAP UI for modeling testing of REST and
> SOAP services of EI/ESB. I think it has the ability to integrate with maven
> and other CICD tools.
>
> On Thu, Jan 11, 2018 at 3:34 PM, Vinod Kavinda  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  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 
>>> 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 
 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 
> 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/
>> *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>
>
>
> --
> 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/
>>> *
>>> twitter: https://twitter.com/godwinamila
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Vinod Kavinda
>> Senior Software Engineer
>> *WSO2 Inc. - lean . enterprise . middleware .*
>> Mobile : +94 (0) 712 415544
>> Blog : http://soatechflicks.blogspot.com/
>> [image: http://wso2.com/signature]
>> 
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Kasun Indrasiri
> Director - Integration Architecture
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +1 650 450 2293
> Blog : http://kasunpanorama.blogspot.com/
>



-- 
*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/
*
twitter: https://twitter.com/godwinamila

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Kasun Indrasiri
Hi Godwin,

I have seen several users using SOAP UI for modeling testing of REST and
SOAP services of EI/ESB. I think it has the ability to integrate with maven
and other CICD tools.

On Thu, Jan 11, 2018 at 3:34 PM, Vinod Kavinda  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  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 
>> 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 
>>> 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 
 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/
> *
> twitter: https://twitter.com/godwinamila
> 
>



 --
 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/
>> *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Vinod Kavinda
> Senior Software Engineer
> *WSO2 Inc. - lean . enterprise . middleware .*
> Mobile : +94 (0) 712 415544
> Blog : http://soatechflicks.blogspot.com/
> [image: http://wso2.com/signature]
> 
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Kasun Indrasiri
Director - Integration Architecture
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +1 650 450 2293
Blog : http://kasunpanorama.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Vinod Kavinda
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  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 
> 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 
>> 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  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/
 *
 twitter: https://twitter.com/godwinamila
 

>>>
>>>
>>>
>>> --
>>> 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/
> *
> twitter: https://twitter.com/godwinamila
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Vinod Kavinda
Senior Software Engineer
*WSO2 Inc. - lean . enterprise . middleware .*
Mobile : +94 (0) 712 415544
Blog : http://soatechflicks.blogspot.com/
[image: http://wso2.com/signature]

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Godwin Shrimal
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 
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 
> 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  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/
>>> *
>>> twitter: https://twitter.com/godwinamila
>>> 
>>>
>>
>>
>>
>> --
>> 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
>
>
>
>


-- 
*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/
*
twitter: https://twitter.com/godwinamila

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Nuwan Wimalasekara
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  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  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/
>> *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>
>
>
> --
> 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
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Milinda Perera
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  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/
> *
> twitter: https://twitter.com/godwinamila
> 
>



-- 
Milinda Perera
Senior Software Engineer;
WSO2 Inc. http://wso2.com ,
Mobile: (+94) 714 115 032
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Tes automation framework for SOA integration test

2018-01-11 Thread Godwin Shrimal
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/
*
twitter: https://twitter.com/godwinamila

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev