[Dev] Latest Test Automation framework

2016-09-16 Thread Palani Tester
Hi Team, I'm looking for latest test automation framework. Got repositories from SVN & Git. Tried those frameworks based on this article - http://wso2.com/library/articles/2014/03/platform-test-automation-using-wso2-test-automation-framework/. But few APIs are missing. Which one is the latest

Re: [Dev] Latest Test Automation framework

2016-09-16 Thread Palani Tester
Hi Chamila, Thanks a lot for the quick response. Where can I get sample code (ESB application + tests) as per the latest Test automation framework..? Thanks, Palani From: Chamila Wijayarathna Sent: Friday, September 16, 2016

Re: [Dev] Unit Testing for ESB class mediators

2016-09-16 Thread Palani Tester
Hi Chamila, Thanks again for the response. I"m looking for the possibility of unit testing for Class mediators. If possible, then definitely can use TAF. Thanks, Palani From: Chamila Wijayarathna Sent: Friday, September 16, 2016

Re: [Dev] Unit Testing for ESB class mediators

2016-09-16 Thread Chamila Wijayarathna
Hi there, If you are interested in unit tests, AFAIK you don't need to use TAF to achieve this. From my experience with identity-server project, there we mainly use TAF for integration tests and use junit for unit tests. Please refer example at [1]. However, I am not sure if this is the case in

Re: [Dev] Latest Test Automation framework

2016-09-16 Thread Chamila Wijayarathna
Hi, It seems like product-esb is using carbon-platform-integration version 4.4.2 [1]. Integration tests seems to be there at [2] (Please check, I'm not much familiar with ESB). I'm not sure from where does features come from, may be from carbon-mediation repo [3]. [1].

Re: [Dev] Latest Test Automation framework

2016-09-16 Thread Chamila Wijayarathna
Hi there, I think you should use carbon-platform-integration version 4.4.3 which is available in github [1]. AFAIK this is the latest released version. Since the article seems to be written on version 4.0.0, there can be some missing features and new features in the latest version. Cheers. [1].

Re: [Dev] Latest Test Automation framework

2016-09-16 Thread Palani Tester
Hi Iqbal, Thanks for the info.. Will explore them.. Thanks, Palani From: Irham Iqbal Sent: Friday, September 16, 2016 2:14:58 PM To: Palani Tester Cc: dev@wso2.org; Chamila Wijayarathna Subject: Re: [Dev] Latest Test Automation framework Hi,

Re: [Dev] Latest Test Automation framework

2016-09-16 Thread Irham Iqbal
Hi, You can use frame work utils[1] as well. which consists of essential supportive modules, which users can import and write automation tests with WSO2 Test Automation Framework[2]. [1] https://github.com/wso2/carbon-platform-integration-utils/tree/release-4.4.2 [2]