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

2014-05-04 Thread Rukshan Chathuranga
hi all,

i used Axis 2 1.0 both on Ubuntu and windows. but same result occur. when
comparing generated SimpleServiceStub with tutorial SimpleServiceStub,
Generated class have less code. Then when i try to run the client, it says
SimpleServiceStub.Echo is unknown.

@Rajkumar,

I couldn't generate SimpleServiceStub as yours using the WSDL2Java. Some
part of the code has been vanished.

But i found nice video and resource tutorial on
*https://www.youtube.com/playlist?list=PLvDH105YsUxGLHnLHEC0vXzuukqjJGkGA
https://www.youtube.com/playlist?list=PLvDH105YsUxGLHnLHEC0vXzuukqjJGkGA*
 .

It use Maven plug-in to generate and run the test case. and it worked.

Thanks and regards.




On Sun, May 4, 2014 at 11:34 AM, Rajkumar Rajaratnam rajkum...@wso2.comwrote:

 Hi Rukshan,

 This is what I have done[1]. And it works fine for me. Let us know if
 anything wrong.

 1.
 http://hoovam.blogspot.com/2014/05/hello-world-web-service-apache-axis2.html

 Thanks.


 On Sun, May 4, 2014 at 2:26 AM, Rajkumar Rajaratnam rajkum...@wso2.comwrote:

 Hi Rukshan,

 What is your Axis2 version? I am using 1.6.2.

 Attached herewith are generated classes and Client.java. And, It is
 working.





 On Sun, May 4, 2014 at 1:39 AM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Can you try out the Axis2 Client generation guide in the article at [1]

 Thanks,
 Krishantha

 [1]http://wso2.com/library/3862/


 On Sun, May 4, 2014 at 12:19 AM, Dilini Muthumala dil...@wso2.comwrote:

 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's the exact error you're getting when you compile
 Client.java?

 BTW, if you post this question on a separate thread, I think more
 people will be able to help you :)

 Regards,
 Dilini


 On Fri, May 2, 2014 at 9:17 AM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 HI maintha,

 I followed this http://wso2.com/library/95/ tutorial to generate
 client. I successfully come to the step 4. But in step 5 generated
 SimpleServiceStub.java not generate as appropriate(some code is
 missing). because when create Client get unknown syntax like Echo.

 Generated java class attached here.


 On Wed, Apr 30, 2014 at 10:44 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Hi Rukshan,

 Did you try out the maven plugin. I think it would be easy for you
 and us this is believed you don't need python installed

  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
 dependencies already had in the system and installation was success. but
 when installing ride, it give a warning to install wxPython 2.8 
 toolkit
 with Unicode support. Also it's doesn't work without wxPython.

 It suggest the installation guide by this link
 http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

 But it is hard to find the correct file to install. may be this one
 is not important now.
 if you already encountered this problem let me know how to install.

 Thanks.


 On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install
 robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible
 with robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari 
 malin...@wso2.com wrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari 
 malin...@wso2.com wrote:

 Hi Rukshan,

 Following resources would help you to understand the basics of
 required technologies.

 1. Hello world with Axis2 web service [1]
 2. Understanding WSDL files.[2], [3]

 

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

2014-05-04 Thread Rajkumar Rajaratnam
Hi,

Axis2 - 1.0 ?

That was released in 04-May-2006. It's too old :)

I guess that the reason is your asix2 version, because of [1].

1.
https://www.google.com/search?client=ubuntuchannel=fsq=axis2+1.0+bugsie=utf-8oe=utf-8#channel=fsq=axis2+1.0+wsdl2java+bugs

If you use latest versions (1.6.2) , there would be no problem.

Thanks.


On Sun, May 4, 2014 at 11:59 AM, Rukshan Chathuranga
rcruksha...@gmail.comwrote:

 hi all,

 i used Axis 2 1.0 both on Ubuntu and windows. but same result occur. when
 comparing generated SimpleServiceStub with tutorial SimpleServiceStub,
 Generated class have less code. Then when i try to run the client, it says
 SimpleServiceStub.Echo is unknown.

 @Rajkumar,

 I couldn't generate SimpleServiceStub as yours using the WSDL2Java. Some
 part of the code has been vanished.

 But i found nice video and resource tutorial on 
 *https://www.youtube.com/playlist?list=PLvDH105YsUxGLHnLHEC0vXzuukqjJGkGA
 https://www.youtube.com/playlist?list=PLvDH105YsUxGLHnLHEC0vXzuukqjJGkGA*
  .

 It use Maven plug-in to generate and run the test case. and it worked.

 Thanks and regards.




 On Sun, May 4, 2014 at 11:34 AM, Rajkumar Rajaratnam 
 rajkum...@wso2.comwrote:

 Hi Rukshan,

 This is what I have done[1]. And it works fine for me. Let us know if
 anything wrong.

 1.
 http://hoovam.blogspot.com/2014/05/hello-world-web-service-apache-axis2.html

 Thanks.


 On Sun, May 4, 2014 at 2:26 AM, Rajkumar Rajaratnam 
 rajkum...@wso2.comwrote:

 Hi Rukshan,

 What is your Axis2 version? I am using 1.6.2.

 Attached herewith are generated classes and Client.java. And, It is
 working.





 On Sun, May 4, 2014 at 1:39 AM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Can you try out the Axis2 Client generation guide in the article at [1]

 Thanks,
 Krishantha

 [1]http://wso2.com/library/3862/


 On Sun, May 4, 2014 at 12:19 AM, Dilini Muthumala dil...@wso2.comwrote:

 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's the exact error you're getting when you compile
 Client.java?

 BTW, if you post this question on a separate thread, I think more
 people will be able to help you :)

 Regards,
 Dilini


 On Fri, May 2, 2014 at 9:17 AM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 HI maintha,

 I followed this http://wso2.com/library/95/ tutorial to generate
 client. I successfully come to the step 4. But in step 5 generated
 SimpleServiceStub.java not generate as appropriate(some code is
 missing). because when create Client get unknown syntax like Echo.

 Generated java class attached here.


 On Wed, Apr 30, 2014 at 10:44 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Hi Rukshan,

 Did you try out the maven plugin. I think it would be easy for you
 and us this is believed you don't need python installed

  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
 dependencies already had in the system and installation was success. 
 but
 when installing ride, it give a warning to install wxPython 2.8 
 toolkit
 with Unicode support. Also it's doesn't work without wxPython.

 It suggest the installation guide by this link
 http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

 But it is hard to find the correct file to install. may be this one
 is not important now.
 if you already encountered this problem let me know how to install.

 Thanks.


 On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install
 robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible
 with robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari 
 

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

2014-05-03 Thread Dilini Muthumala
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's the exact error you're getting when you compile Client.java?

BTW, if you post this question on a separate thread, I think more people
will be able to help you :)

Regards,
Dilini


On Fri, May 2, 2014 at 9:17 AM, Rukshan Chathuranga
rcruksha...@gmail.comwrote:

 HI maintha,

 I followed this http://wso2.com/library/95/ tutorial to generate client.
 I successfully come to the step 4. But in step 5 generated
 SimpleServiceStub.java not generate as appropriate(some code is missing).
 because when create Client get unknown syntax like Echo.

 Generated java class attached here.


 On Wed, Apr 30, 2014 at 10:44 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Hi Rukshan,

 Did you try out the maven plugin. I think it would be easy for you and
 us this is believed you don't need python installed

  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 dependencies
 already had in the system and installation was success. but when installing
 ride, it give a warning to install wxPython 2.8 toolkit with Unicode
 support. Also it's doesn't work without wxPython.

 It suggest the installation guide by this link
 http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

 But it is hard to find the correct file to install. may be this one is
 not important now.
 if you already encountered this problem let me know how to install.

 Thanks.


 On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install
 robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari malin...@wso2.com
  wrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari 
 malin...@wso2.com wrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample 
 Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at
 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss
 with the team and arrange a discussion.
 Meanwhile, if you need any clarifications please feel free to
 raise a mail.

 Thank You,
 Dharshana.


 On Sun, Apr 27, 2014 at 10:06 AM, Rukshan Chathuranga 
 

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

2014-05-03 Thread Krishantha Samaraweera
Hi Rukshan,

Can you try out the Axis2 Client generation guide in the article at [1]

Thanks,
Krishantha

[1]http://wso2.com/library/3862/


On Sun, May 4, 2014 at 12:19 AM, Dilini Muthumala dil...@wso2.com wrote:

 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's the exact error you're getting when you compile Client.java?

 BTW, if you post this question on a separate thread, I think more people
 will be able to help you :)

 Regards,
 Dilini


 On Fri, May 2, 2014 at 9:17 AM, Rukshan Chathuranga rcruksha...@gmail.com
  wrote:

 HI maintha,

 I followed this http://wso2.com/library/95/ tutorial to generate client.
 I successfully come to the step 4. But in step 5 generated
 SimpleServiceStub.java not generate as appropriate(some code is missing).
 because when create Client get unknown syntax like Echo.

 Generated java class attached here.


 On Wed, Apr 30, 2014 at 10:44 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Hi Rukshan,

 Did you try out the maven plugin. I think it would be easy for you and
 us this is believed you don't need python installed

  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 dependencies
 already had in the system and installation was success. but when installing
 ride, it give a warning to install wxPython 2.8 toolkit with Unicode
 support. Also it's doesn't work without wxPython.

 It suggest the installation guide by this link
 http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

 But it is hard to find the correct file to install. may be this one is
 not important now.
 if you already encountered this problem let me know how to install.

 Thanks.


 On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install
 robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari 
 malin...@wso2.com wrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari 
 malin...@wso2.com wrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and
 stating points of the project. Feasibility of the keyword driven 
 testing
 using Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and 
 sample Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at
 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon 

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

2014-05-01 Thread Rukshan Chathuranga
HI maintha,

I followed this http://wso2.com/library/95/ tutorial to generate client. I
successfully come to the step 4. But in step 5 generated
SimpleServiceStub.java not generate as appropriate(some code is missing).
because when create Client get unknown syntax like Echo.

Generated java class attached here.


On Wed, Apr 30, 2014 at 10:44 AM, Dharshana Warusavitharana 
dharsha...@wso2.com wrote:

 Hi Rukshan,

 Did you try out the maven plugin. I think it would be easy for you and
 us this is believed you don't need python installed

  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 dependencies
 already had in the system and installation was success. but when installing
 ride, it give a warning to install wxPython 2.8 toolkit with Unicode
 support. Also it's doesn't work without wxPython.

 It suggest the installation guide by this link
 http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

 But it is hard to find the correct file to install. may be this one is
 not important now.
 if you already encountered this problem let me know how to install.

 Thanks.


 On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari 
 malin...@wso2.comwrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari malin...@wso2.com
  wrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample 
 Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at
 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss
 with the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 

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

2014-04-29 Thread Rukshan Chathuranga
Hi,

Could understand the ultimate objective of the project and stating points
of the project. Feasibility of the keyword driven testing using Robot
frame, should be evaluate in this week.
Also to get understand about the Admin back-end services and WSDL
experiment, is it possible to give  the required resources and sample Test
Script?

Thanks and regards.



On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga
rcruksha...@gmail.comwrote:

 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss with the
 team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




-- 
Department Of Computer Science  Engineering,
Faculty Of Engineering,
University Of Moratuwa.
Sri lanka.
WEB: http://rukspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-04-29 Thread Malintha Adikari
Hi Rukshan,

Following resources would help you to understand the 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/chapter/ch06.html
[3]http://predic8.com/wsdl-reading.htm

Regards,
Malintha Adikari


On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga
rcruksha...@gmail.comwrote:

 Hi,

 Could understand the ultimate objective of the project and stating points
 of the project. Feasibility of the keyword driven testing using Robot
 frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss with
 the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




-- 
*Malintha Adikari*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

Mobile: +94 71 2312958
Blog:http://malinthas.blogspot.com
Page:   http://about.me/malintha
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-04-29 Thread Malintha Adikari
adding

3. WSO2 Application Server Documentation[4]

[4]https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari malin...@wso2.comwrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating points
 of the project. Feasibility of the keyword driven testing using Robot
 frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss with
 the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 *Malintha Adikari*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 71 2312958
 Blog:http://malinthas.blogspot.com
 Page:   http://about.me/malintha




-- 
*Malintha Adikari*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

Mobile: +94 71 2312958
Blog:http://malinthas.blogspot.com
Page:   http://about.me/malintha
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-04-29 Thread Krishantha Samaraweera
Robot framework installation on Linux


1. Install Python if doesn't exists in your machine -

*easy_install pip*
*pip install python*

2. Install Jyton (Optinal)

*sudo apt-get install jython*

3. Install robot framework

*pip install robotframework *OR* easy_install robotframework  *

4. Install ride (The IDE for robot test case writing)

*pip install robotframework-ride *OR *easy_install robotframework-ride*

5. Install Selenium2Library - Selenium implementation compatible with robot

*pip install robotframework-selenium2library *OR* easy_install
robotframework-selenium2library*


Let me know if you find any difficulty with installation.

Thanks,
Krishantha.


On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari malin...@wso2.comwrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari malin...@wso2.comwrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss with
 the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 *Malintha Adikari*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 71 2312958
 Blog:http://malinthas.blogspot.com
 Page:   http://about.me/malintha




 --
 *Malintha Adikari*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 71 2312958
 Blog:http://malinthas.blogspot.com
 Page:   http://about.me/malintha




 --
 Krishantha Samaraweera
 Senior Technical Lead - Test Automation
 Mobile: +94 77 7759918
 WSO2, Inc.; http://wso2.com/
 lean . enterprise . middlewear.




-- 
Krishantha Samaraweera
Senior Technical Lead - Test Automation
Mobile: +94 77 7759918
WSO2, Inc.; http://wso2.com/
lean . 

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

2014-04-29 Thread Krishantha Samaraweera
Selenium2Library API documentation -
https://github.com/rtomac/robotframework-selenium2library
Source - https://github.com/rtomac/robotframework-selenium2library

Thanks,
Krishantha.


On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari malin...@wso2.comwrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari malin...@wso2.comwrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss
 with the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 *Malintha Adikari*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 71 2312958
 Blog:http://malinthas.blogspot.com
 Page:   http://about.me/malintha




 --
 *Malintha Adikari*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 71 2312958
 Blog:http://malinthas.blogspot.com
 Page:   

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

2014-04-29 Thread Rukshan Chathuranga
Thanks. i will go through it.

Thanks and regards.


On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari malin...@wso2.comwrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari malin...@wso2.comwrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss
 with the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --
 *Malintha Adikari*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 71 2312958
 Blog:http://malinthas.blogspot.com
 Page:   http://about.me/malintha




 --
 *Malintha Adikari*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 Mobile: +94 71 2312958
 Blog:http://malinthas.blogspot.com
 Page:   http://about.me/malintha




 --
 Krishantha Samaraweera
 Senior Technical Lead - Test Automation
 Mobile: +94 77 7759918
 WSO2, Inc.; http://wso2.com/
 

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

2014-04-29 Thread Rukshan Chathuranga
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
ride, it give a warning to install wxPython 2.8 toolkit with Unicode
support. Also it's doesn't work without wxPython.

It suggest the installation guide by this link
http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

But it is hard to find the correct file to install. may be this one is not
important now.
if you already encountered this problem let me know how to install.

Thanks.


On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari malin...@wso2.comwrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari 
 malin...@wso2.comwrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample 
 Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at
 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss
 with the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of 

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

2014-04-29 Thread Rajkumar Rajaratnam
Hi Rukshan,

You can install wxPython on Ubuntu by running,

sudo apt-get install python-wxgtk2.8

Thanks.


On Wed, Apr 30, 2014 at 8:59 AM, Rukshan Chathuranga
rcruksha...@gmail.comwrote:

 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
 ride, it give a warning to install wxPython 2.8 toolkit with Unicode
 support. Also it's doesn't work without wxPython.

 It suggest the installation guide by this link
 http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

 But it is hard to find the correct file to install. may be this one is not
 important now.
 if you already encountered this problem let me know how to install.

 Thanks.


 On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari 
 malin...@wso2.comwrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari 
 malin...@wso2.comwrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample 
 Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at
 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss
 with the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 

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

2014-04-29 Thread Rukshan Chathuranga
Thanks RajKumar,

wxPython installed successfully and ride works fine.

regards.


On Wed, Apr 30, 2014 at 9:53 AM, Rajkumar Rajaratnam rajkum...@wso2.comwrote:

 Hi Rukshan,

 You can install wxPython on Ubuntu by running,

 sudo apt-get install python-wxgtk2.8

 Thanks.


 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
 ride, it give a warning to install wxPython 2.8 toolkit with Unicode
 support. Also it's doesn't work without wxPython.

 It suggest the installation guide by this link
 http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

 But it is hard to find the correct file to install. may be this one is
 not important now.
 if you already encountered this problem let me know how to install.

 Thanks.


 On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari 
 malin...@wso2.comwrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari malin...@wso2.com
  wrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample 
 Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at
 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss
 with the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 

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

2014-04-29 Thread Dharshana Warusavitharana
Hi Rukshan,

Did you try out the maven plugin. I think it would be easy for you and
us this is believed you don't need python installed

 http://robotframework.org/MavenPlugin/

Thank You,
Dharshana.


On Wed, Apr 30, 2014 at 8:59 AM, Rukshan Chathuranga
rcruksha...@gmail.comwrote:

 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
 ride, it give a warning to install wxPython 2.8 toolkit with Unicode
 support. Also it's doesn't work without wxPython.

 It suggest the installation guide by this link
 http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/.

 But it is hard to find the correct file to install. may be this one is not
 important now.
 if you already encountered this problem let me know how to install.

 Thanks.


 On Tue, Apr 29, 2014 at 10:39 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Selenium2Library API documentation -
 https://github.com/rtomac/robotframework-selenium2library
 Source - https://github.com/rtomac/robotframework-selenium2library

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:33 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Robot framework installation on Linux
 

 1. Install Python if doesn't exists in your machine -

 *easy_install pip*
 *pip install python*

 2. Install Jyton (Optinal)

 *sudo apt-get install jython*

 3. Install robot framework

 *pip install robotframework *OR* easy_install robotframework  *

 4. Install ride (The IDE for robot test case writing)

 *pip install robotframework-ride *OR *easy_install robotframework-ride*

 5. Install Selenium2Library - Selenium implementation compatible with
 robot

 *pip install robotframework-selenium2library *OR* easy_install
 robotframework-selenium2library*


 Let me know if you find any difficulty with installation.

 Thanks,
 Krishantha.


 On Tue, Apr 29, 2014 at 10:23 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi Rukshan,

 Some sample robot scripts are attached here with.

 Thanks,
 Krishantha.




 On Tue, Apr 29, 2014 at 10:17 PM, Malintha Adikari 
 malin...@wso2.comwrote:

 adding

 3. WSO2 Application Server Documentation[4]

 [4]
 https://docs.wso2.org/display/AS521/WSO2+Application+Server+Documentation


 On Tue, Apr 29, 2014 at 10:12 PM, Malintha Adikari 
 malin...@wso2.comwrote:

 Hi Rukshan,

 Following resources would help you to understand the 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/chapter/ch06.html
 [3]http://predic8.com/wsdl-reading.htm

 Regards,
 Malintha Adikari


 On Tue, Apr 29, 2014 at 9:43 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com wrote:

 Hi,

 Could understand the ultimate objective of the project and stating
 points of the project. Feasibility of the keyword driven testing using
 Robot frame, should be evaluate in this week.
 Also to get understand about the Admin back-end services and WSDL
 experiment, is it possible to give  the required resources and sample 
 Test
 Script?

 Thanks and regards.



 On Mon, Apr 28, 2014 at 6:23 PM, Rukshan Chathuranga 
 rcruksha...@gmail.com 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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at
 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss
 with the team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 

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

2014-04-28 Thread Dharshana Warusavitharana
Hi Rukshan,

How is your availability at 4.30 PM tomorrow.

If you are ok with the time shall we schedule our discussion at that time
at WSO2 office.

Thank you,
Dharshana.


On Sun, Apr 27, 2014 at 5:33 PM, Rukshan Chathuranga
rcruksha...@gmail.comwrote:

 Yes. Afternoon is possible.

 Thanks.


 On Sun, Apr 27, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss with the
 team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




-- 

Dharshana Warusavitharana
Senior Software Engineer , Test Automation
WSO2 Inc. http://wso2.com
email : dharsha...@wso2.com dharsha...@wso2.com
Tel  : +94 11 214 5345
Fax :+94 11 2145300
cell : +94772202595
blog : http://dharshanaw.blogspot.com

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


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

2014-04-28 Thread Rukshan Chathuranga
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:

 Hi Rukshan,

 How is your availability at 4.30 PM tomorrow.

 If you are ok with the time shall we schedule our discussion at 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, 2014 at 11:23 AM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss with the
 team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




 --
 Department Of Computer Science  Engineering,
 Faculty Of Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




-- 
Department Of Computer Science  Engineering,
Faculty Of Engineering,
University Of Moratuwa.
Sri lanka.
WEB: http://rukspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-04-27 Thread Rukshan Chathuranga
Yes. Afternoon is possible.

Thanks.


On Sun, Apr 27, 2014 at 11:23 AM, Dharshana Warusavitharana 
dharsha...@wso2.com wrote:

 Sure Rukshan,

 How is your availability on afternoon sessions. I will discuss with the
 team and arrange a discussion.
 Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




 --

 Dharshana Warusavitharana
 Senior Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 Tel  : +94 11 214 5345
 Fax :+94 11 2145300
 cell : +94772202595
 blog : http://dharshanaw.blogspot.com

 lean . enterprise . middleware




-- 
Department Of Computer Science  Engineering,
Faculty Of Engineering,
University Of Moratuwa.
Sri lanka.
WEB: http://rukspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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 Engineering,
University Of Moratuwa.
Sri lanka.
WEB: http://rukspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2014-04-26 Thread Dharshana Warusavitharana
Sure Rukshan,

How is your availability on afternoon sessions. I will discuss with the
team and arrange a discussion.
Meanwhile, if you need 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 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 Engineering,
 University Of Moratuwa.
 Sri lanka.
 WEB: http://rukspot.com/




-- 

Dharshana Warusavitharana
Senior Software Engineer , Test Automation
WSO2 Inc. http://wso2.com
email : dharsha...@wso2.com dharsha...@wso2.com
Tel  : +94 11 214 5345
Fax :+94 11 2145300
cell : +94772202595
blog : http://dharshanaw.blogspot.com

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