Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-07-28 Thread Rukshan Chathuranga
ity and features of my tools. [1] https://github.com/ruks/org.wso2.carbon.automation.tools [2] https://github.com/ruks/Automated-test-case-generation-tool-sample-robot-test Thanks and regards. On Sun, Jul 27, 2014 at 11:54 PM, Rukshan Chathuranga wrote: > Hi all, > > Thanks Malint

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-07-26 Thread Rukshan Chathuranga
i hope to work on it after clear these issues. Thanks and regards. On Sun, Jul 13, 2014 at 9:21 PM, Rukshan Chathuranga wrote: > Hi All, > > > I have to mention some issue i came across during the project. Also my > progress and that issues are listed below. > > >

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-20 Thread Rukshan Chathuranga
utomation/test/utils/axis2client/AxisServiceClient.java On Fri, Jun 20, 2014 at 2:07 PM, Malintha Adikari wrote: > > Hi Rukshan, > > On Thu, Jun 19, 2014 at 7:01 PM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> Hi all, >> > > >> I co

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-19 Thread Rukshan Chathuranga
should be your back end service for the ESB proxy service) > > >> 1.login to esb >> 2.upload a proxy to esb >> 3.check whether it was deployed successfully >> 4.send a payload to the proxy >> 5.Get the response >> 6.Check the response is correct/incorrect &g

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-17 Thread Rukshan Chathuranga
; } } return null; } catch (Exception e) { System.out.println(e.getMessage()); return null; } } So if there are any issue in this procedure please let me know. Thanks and regards. On Sat, Jun 14, 2014 at 9:10 AM, Rukshan Chathuranga wrote: > Hi Dharshana, > > No. it was not the resolv

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-13 Thread Rukshan Chathuranga
ow you would identify extra libraries you need by just > using reflection. > > Correct me if im wrong > > Thank you, > Dharshana. > > > On Fri, Jun 13, 2014 at 10:51 AM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> Hi All, >> >&g

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-13 Thread Rukshan Chathuranga
ames and type from WSDL, it is possible to generate > Different client for different Stub. > > Thanks and regards. > > > On Tue, Jun 10, 2014 at 3:09 PM, Malintha Adikari > wrote: > >> Hi Rukshan, >> >> >> >> >> On Tue, Jun 10, 2014 at

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-10 Thread Rukshan Chathuranga
to generate Different client for different Stub. Thanks and regards. On Tue, Jun 10, 2014 at 3:09 PM, Malintha Adikari wrote: > Hi Rukshan, > > > > > On Tue, Jun 10, 2014 at 2:49 PM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> Hi all, >> &

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-10 Thread Rukshan Chathuranga
. On Sun, Jun 8, 2014 at 12:17 AM, Rukshan Chathuranga wrote: > Hi all, > > > These days i am working on solving the problems that are occurred during > the Client Generation. These exceptions are occurred when using the > "cxf-codegen-plugin" with wsdl2java. As

[Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-07 Thread Rukshan Chathuranga
Hi all, These days i am working on solving the problems that are occurred during the Client Generation. These exceptions are occurred when using the "cxf-codegen-plugin" with wsdl2java. As a alternative solution, i decided to understand the existing service stub generating procedure to generate S

Re: [Dev] Automated test case generation tool

2014-05-15 Thread Rukshan Chathuranga
ources, WSDL files and any other useful tutorials. Thanks and regards. On Thu, May 15, 2014 at 10:43 AM, Rukshan Chathuranga wrote: > Hi Malintha, Dharshana, Krishantha, > > Today i hope to demonstrate a solution for testing web Service using > Robot. Then we can decide, whether the Ro

Re: [Dev] Automated test case generation tool

2014-05-14 Thread Rukshan Chathuranga
n Mon, May 12, 2014 at 10:33 PM, Malintha Adikari wrote: > Hi, > > I am ok for this 15th around 4PM LK time > > Regards, > Malintha > > > On Mon, May 12, 2014 at 10:30 PM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> hi, >> I'm

Re: [Dev] Automated test case generation tool

2014-05-12 Thread Rukshan Chathuranga
> > > On Mon, May 12, 2014 at 8:58 AM, Malintha Adikari wrote: > >> Hi Rukshan, >> >> >> >> On Mon, May 12, 2014 at 8:40 PM, Rukshan Chathuranga < >> rcruksha...@gmail.com> wrote: >> >>> hi, >>> >>> I was little b

Re: [Dev] Automated test case generation tool

2014-05-12 Thread Rukshan Chathuranga
Sun, May 4, 2014 at 9:56 PM, Rukshan Chathuranga wrote: > Hi Malintha,Dharshana,Krishantha, > > I followed the resource you provided.So After eclipse and maven > integration, i could implement a solution to test web Service using Robot > keyword driven testing. > > >-

[Dev] Automated test case generation tool

2014-05-04 Thread Rukshan Chathuranga
Hi Malintha,Dharshana,Krishantha, I followed the resource you provided.So After eclipse and maven integration, i could implement a solution to test web Service using Robot keyword driven testing. - Project contain the WSDL file and generate the java code - Create a Client class to test the

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-05-03 Thread Rukshan Chathuranga
; Hi Rukshan, >>>> >>>> But in step 5 generated >>>>> SimpleServiceStub.java not generate as appropriate(some code is >>>>> missing) >>>>> >>>> What code is missing. Can you please specify? >>>> >>>> Also, what

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-05-01 Thread Rukshan Chathuranga
http://robotframework.org/MavenPlugin/ > > Thank You, > Dharshana. > > > On Wed, Apr 30, 2014 at 8:59 AM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> Hi krishantha, >> >> I followed the instruction to install the robot. Most of depe

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-04-29 Thread Rukshan Chathuranga
; On Wed, Apr 30, 2014 at 8:59 AM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> Hi krishantha, >> >> I followed the instruction to install the robot. Most of dependencies >> already had in the system and installation was success. but when installing

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-04-29 Thread Rukshan Chathuranga
t; On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari >>>> wrote: >>>> >>>>> Hi Rukshan, >>>>> >>>>> Following resources would help you to understand the basics of >>>>> required technologies. >>>>

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-04-29 Thread Rukshan Chathuranga
e basics of required >>>> technologies. >>>> >>>> 1. Hello world with Axis2 web service [1] >>>> 2. Understanding WSDL files.[2], [3] >>>> >>>> [1]http://wso2.com/library/95/ >>>> [2]http://oreilly.com/catalog/webservess/

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-04-29 Thread Rukshan Chathuranga
required resources and sample Test Script? Thanks and regards. On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga wrote: > yeah i'm OK with the time and place. > Thanks. > > > On Mon, Apr 28, 2014 at 5:33 PM, Dharshana Warusavitharana < > dharsha...@wso2.com> wrote:

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-04-28 Thread Rukshan Chathuranga
that time > at WSO2 office. > > Thank you, > Dharshana. > > > On Sun, Apr 27, 2014 at 5:33 PM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> Yes. Afternoon is possible. >> >> Thanks. >> >> >> On Sun, Apr 27, 2

Re: [Dev] GSOC-Automated test case generation tool for WSO2 products

2014-04-27 Thread Rukshan Chathuranga
ed any clarifications please feel free to raise a mail > . > > Thank You, > Dharshana. > > > On Sun, Apr 27, 2014 at 10:06 AM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> >> hi, >> >> These days i trying to understand my projec

[Dev] GSOC-Automated test case generation tool for WSO2 products

2014-04-26 Thread Rukshan Chathuranga
hi, These days i trying to understand my project architecture in deep. Also i am doing robot and NLP experiments to verify the feasibility. SO can we arrange a session to discuss more about this next week? thanks and regards. -- Department Of Computer Science & Engineering, Faculty Of Engineer

Re: [Dev] Get understand the Common API

2014-04-21 Thread Rukshan Chathuranga
Thanks you for your help to get me accepted to the GSOC 2014. thanks and regards. On Thu, Mar 20, 2014 at 2:17 PM, Malintha Adikari wrote: > Hi Rukshan, > > > On Thu, Mar 20, 2014 at 1:23 PM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> Hi all, &

Re: [Dev] [Architecture] Propose tool's GUI test scenario editor

2014-03-23 Thread Rukshan Chathuranga
c.; http://wso2.com/ > email: isabe...@wso2.com - mobile (Spain) : +34 616050684 - mobile (Sri > Lanka) +94 (0)774777663 > Landline: +1 (650) 745 4499 (USA) or +94 (11) 214 534 (SL) Extension : > 7302 > > > On Fri, Mar 21, 2014 at 7:20 PM, Rukshan Chathuranga < > rcruks

Re: [Dev] [Architecture] Library to Process NLP

2014-03-22 Thread Rukshan Chathuranga
> WSO2 Inc. > http://wso2.com > > > > On Fri, Mar 21, 2014 at 10:05 PM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> i search about the natural language processing tool for process test >> script written in natural language in to common XML form

[Dev] Fwd: Propose tool's GUI test scenario editor

2014-03-21 Thread Rukshan Chathuranga
- User will be able to write test cases using natural language - Editor will suggest the keywords and parameter - It validate the user input - Text editor basic functions + test run function will provided to the user - Will be able to write no of Test cases -- Department Of Com

[Dev] Library to Process NLP

2014-03-21 Thread Rukshan Chathuranga
i search about the natural language processing tool for process test script written in natural language in to common XML format. library is openNLP. *OpenNLP* is Most common Apache Library to Natural Language Text. Also It support Most Common tasks like Tokenization, Sentence segmentation, named e

Re: [Dev] Get understand the Common API

2014-03-20 Thread Rukshan Chathuranga
t. Map that single > scenario with the test writers end. That would help you to complete the > architectural design. Also try to finalize tools.APIs you are going to user > for each stage. > > Regards, > Malintha Adikari > > > On Sun, Mar 16, 2014 at 9:26 AM, Rukshan Chathuranga

Re: [Dev] Get understand the Common API

2014-03-15 Thread Rukshan Chathuranga
the test depending on the resources available > in the Automation framework. > > Thank you, > Dharshana. > > > > On Sat, Mar 15, 2014 at 10:46 AM, Rukshan Chathuranga < > rcruksha...@gmail.com> wrote: > >> >> Hi, >> >> This Question is related

[Dev] Get understand the Common API

2014-03-14 Thread Rukshan Chathuranga
Hi, This Question is related to this diagram. http://rukspot.com/sites/default/files/images/wso2/wso2_Test_Archi_2.png 1. function of the Test Execution Engine would be run the Keyword driven testing. 2. Function of the common API would be mapping keyword to the backed services.