Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-19 Thread Melan Nimesh
Hi Nila,

I am not sure what is the real cause for the error you mentioned by looking
at error log that you attached. Could you please attach full error log
file. in meantime I will try your project locally. I think we have to
filter and add correct set of dependences to pom file. some dependences
that you added to pom may not contains in developer studio 3.6.0 repo.
(e.g. com.google.collect [1]).

Also I noticed your using  tycho version 1.14.0 (for tycho-maven-plugin and
tycho-surefire-plugin ) but latest is 0.20.0, I think it's better to use
latest stable version, version 0.19.0 is used by developer studio build .

[1] 
org.wso2.developerstudio
com.google.collect
0.0.0
eclipse-plugin


Thanks,
Melan


On Thu, Jun 19, 2014 at 2:25 AM, Nila  wrote:

> And the build error is described as flows by the Maven [1].
>
> //This error is reported in case the execution of a plugin failed due to
> some unforeseen event. For example, uncatched runtime exceptions caused by
> the plugin will raise this error. You should report this problem to the
> maintainer of the plugin.//
>
> [1]
> https://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 19 June 2014 02:23, Nila  wrote:
>
>> I've tried with adding a single dependency that is
>> org.wso2.developerstudio.eclipse.esb.core.
>>
>> The p2 repositories used in the pom [1]
>>
>> SWTBot (with Kepler support):
>>
>> http://download.eclipse.org/technology/swtbot/releases/latest/
>>
>> Eclipse (Kepler) :
>>
>> http://download.eclipse.org/releases/kepler
>>
>> Dev Studio:
>>
>> http://dist.wso2.org/p2/developer-studio/releases/3.6.0/ 
>>
>>
>> [ERROR] Failed to execute goal
>> org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test (default-test) on
>> project org.wso2.developerstudio.eclipse.test.esb: Execution default-test
>> of goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test failed:
>> "Messages while trying children repositories.": ["": ["Problems downloading
>> artifact: osgi.bundle,org.wso2.developerstudio.eclipse.libraries,3.6.0.":
>> ["Error reading signed content:/tmp/signatureFile5428770762066386577.jar"],
>> "Problems downloading artifact:
>> osgi.bundle,org.wso2.developerstudio.eclipse.esb.core,3.6.0.": ["Error
>> reading signed content:/tmp/signatureFile2679040866387976102.jar"],
>> "Problems downloading artifact:
>> osgi.bundle,org.wso2.developerstudio.eclipse.logging,3.6.0.": ["Error
>> reading signed content:/tmp/signatureFile1943200598424150640.jar"],
>> "Problems downloading artifact:
>> osgi.bundle,org.wso2.developerstudio.eclipse.platform.core,3.6.0.": ["Error
>> reading signed content:/tmp/signatureFile2737266192417490199.jar"],
>> "Problems downloading artifact:
>> osgi.bundle,org.wso2.developerstudio.eclipse.utils,3.6.0.": ["Error reading
>> signed content:/tmp/signatureFile4237022354253305524.jar"], "Problems
>> downloading artifact:
>> osgi.bundle,org.wso2.developerstudio.eclipse.maven,3.6.0.": ["Error reading
>> signed content:/tmp/signatureFile1335516704927992367.jar"], "Problems
>> downloading artifact:
>> osgi.bundle,org.wso2.developerstudio.eclipse.samples,3.6.0.": ["Error
>> reading signed content:/tmp/signatureFile1060962926948217294.jar"]]] ->
>> [Help 1]
>> [ERROR]
>>
>>
>> Please assist me to solve this.
>>
>> [1] https://github.com/Tharshayene/DevStudioUITestAutomation
>>
>>
>> Regards,
>>  Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 19 June 2014 02:08, Nila  wrote:
>>
>>> I've added hamcrest-all.org 1.3 to the pom.xml thus now the kepler
>>> support is there. The repository [1] has the pom.xml (removed the Developer
>>> Studio Dependencies).
>>>
>>> When building the pom.xml Developer Studio bundle dependencies I
>>> confronted errors that are attached in the previous mail in this thread.
>>>
>>> Is it because of any jar sign corruption issue? Is it because my JDT [2]
>>> or any other config didn't support?
>>>
>>> But I could be able to install via Eclipse (Kepler) and use Developer
>>> Studio.
>>>
>>> Other thing I've noticed that each time I run 'mvn clean install' the p2
>>> plugins are redownloaed. But inside the,
>>> .m2/repository/p2/osgi/bundle/org.wso2.developerstudio.eclipse.*.*/3.6.0
>>> nothing is found. But other group ID plugins contains Jar other than
>>> 'org.wso2.developerstudio.eclipse'. And even I add a single dependency the
>>> whole p2 is downloaded (may be due to transitive dependencies). Are these
>>> are normal behaviors?
>>>
>>> Please help. Please leave a hint or clarify what is | may causing |
>>> cause this issue.
>>>
>>> [1] https://github.com/Tharshayene/DevStudioUITestAutomation
>>>
>>> [2] https://github.com/reficio/p2-maven-plugin/issues/10
>>> 
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-18 Thread Nila
And the build error is described as flows by the Maven [1].

//This error is reported in case the execution of a plugin failed due to
some unforeseen event. For example, uncatched runtime exceptions caused by
the plugin will raise this error. You should report this problem to the
maintainer of the plugin.//

[1]
https://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 19 June 2014 02:23, Nila  wrote:

> I've tried with adding a single dependency that is
> org.wso2.developerstudio.eclipse.esb.core.
>
> The p2 repositories used in the pom [1]
>
> SWTBot (with Kepler support):
>
> http://download.eclipse.org/technology/swtbot/releases/latest/
>
> Eclipse (Kepler) :
>
> http://download.eclipse.org/releases/kepler
>
> Dev Studio:
>
> http://dist.wso2.org/p2/developer-studio/releases/3.6.0/  
>
>
> [ERROR] Failed to execute goal
> org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test (default-test) on
> project org.wso2.developerstudio.eclipse.test.esb: Execution default-test
> of goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test failed:
> "Messages while trying children repositories.": ["": ["Problems downloading
> artifact: osgi.bundle,org.wso2.developerstudio.eclipse.libraries,3.6.0.":
> ["Error reading signed content:/tmp/signatureFile5428770762066386577.jar"],
> "Problems downloading artifact:
> osgi.bundle,org.wso2.developerstudio.eclipse.esb.core,3.6.0.": ["Error
> reading signed content:/tmp/signatureFile2679040866387976102.jar"],
> "Problems downloading artifact:
> osgi.bundle,org.wso2.developerstudio.eclipse.logging,3.6.0.": ["Error
> reading signed content:/tmp/signatureFile1943200598424150640.jar"],
> "Problems downloading artifact:
> osgi.bundle,org.wso2.developerstudio.eclipse.platform.core,3.6.0.": ["Error
> reading signed content:/tmp/signatureFile2737266192417490199.jar"],
> "Problems downloading artifact:
> osgi.bundle,org.wso2.developerstudio.eclipse.utils,3.6.0.": ["Error reading
> signed content:/tmp/signatureFile4237022354253305524.jar"], "Problems
> downloading artifact:
> osgi.bundle,org.wso2.developerstudio.eclipse.maven,3.6.0.": ["Error reading
> signed content:/tmp/signatureFile1335516704927992367.jar"], "Problems
> downloading artifact:
> osgi.bundle,org.wso2.developerstudio.eclipse.samples,3.6.0.": ["Error
> reading signed content:/tmp/signatureFile1060962926948217294.jar"]]] ->
> [Help 1]
> [ERROR]
>
>
> Please assist me to solve this.
>
> [1] https://github.com/Tharshayene/DevStudioUITestAutomation
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 19 June 2014 02:08, Nila  wrote:
>
>> I've added hamcrest-all.org 1.3 to the pom.xml thus now the kepler
>> support is there. The repository [1] has the pom.xml (removed the Developer
>> Studio Dependencies).
>>
>> When building the pom.xml Developer Studio bundle dependencies I
>> confronted errors that are attached in the previous mail in this thread.
>>
>> Is it because of any jar sign corruption issue? Is it because my JDT [2]
>> or any other config didn't support?
>>
>> But I could be able to install via Eclipse (Kepler) and use Developer
>> Studio.
>>
>> Other thing I've noticed that each time I run 'mvn clean install' the p2
>> plugins are redownloaed. But inside the,
>> .m2/repository/p2/osgi/bundle/org.wso2.developerstudio.eclipse.*.*/3.6.0
>> nothing is found. But other group ID plugins contains Jar other than
>> 'org.wso2.developerstudio.eclipse'. And even I add a single dependency the
>> whole p2 is downloaded (may be due to transitive dependencies). Are these
>> are normal behaviors?
>>
>> Please help. Please leave a hint or clarify what is | may causing | cause
>> this issue.
>>
>> [1] https://github.com/Tharshayene/DevStudioUITestAutomation
>>
>> [2] https://github.com/reficio/p2-maven-plugin/issues/10
>> 
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 18 June 2014 01:59, Nila  wrote:
>>
>>> SWTBot Kepler build is failing due to hamcrest.org. It's a bug [1] [2]
>>> and hope will find a work around sooner (there are other Kepler based
>>> systems such as EGit still use SWTBot for UI testing).
>>>
>>> As the next step I'm trying to integrate Developer Studio dependencies
>>> so I could test its UI work flows.
>>>
>>> Maven build failures occurred during the process.
>>>
>>>
>>> I've tried to place all the pom.xml dependencies from the JIRA project
>>> but the build failed.
>>>
>>> I've tried only to add ESB dependencies but similar error occurred. I'm
>>> finding it difficult to trace required dependencies and reasons for the
>>> failures. Thus please help me by suggesting the list of plugins (at least a
>>> minimal set of plugin to test a single product related ca

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-18 Thread Nila
I've tried with adding a single dependency that is
org.wso2.developerstudio.eclipse.esb.core.

The p2 repositories used in the pom [1]

SWTBot (with Kepler support):

http://download.eclipse.org/technology/swtbot/releases/latest/

Eclipse (Kepler) :

http://download.eclipse.org/releases/kepler

Dev Studio:

http://dist.wso2.org/p2/developer-studio/releases/3.6.0/


[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test (default-test) on
project org.wso2.developerstudio.eclipse.test.esb: Execution default-test
of goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test failed:
"Messages while trying children repositories.": ["": ["Problems downloading
artifact: osgi.bundle,org.wso2.developerstudio.eclipse.libraries,3.6.0.":
["Error reading signed content:/tmp/signatureFile5428770762066386577.jar"],
"Problems downloading artifact:
osgi.bundle,org.wso2.developerstudio.eclipse.esb.core,3.6.0.": ["Error
reading signed content:/tmp/signatureFile2679040866387976102.jar"],
"Problems downloading artifact:
osgi.bundle,org.wso2.developerstudio.eclipse.logging,3.6.0.": ["Error
reading signed content:/tmp/signatureFile1943200598424150640.jar"],
"Problems downloading artifact:
osgi.bundle,org.wso2.developerstudio.eclipse.platform.core,3.6.0.": ["Error
reading signed content:/tmp/signatureFile2737266192417490199.jar"],
"Problems downloading artifact:
osgi.bundle,org.wso2.developerstudio.eclipse.utils,3.6.0.": ["Error reading
signed content:/tmp/signatureFile4237022354253305524.jar"], "Problems
downloading artifact:
osgi.bundle,org.wso2.developerstudio.eclipse.maven,3.6.0.": ["Error reading
signed content:/tmp/signatureFile1335516704927992367.jar"], "Problems
downloading artifact:
osgi.bundle,org.wso2.developerstudio.eclipse.samples,3.6.0.": ["Error
reading signed content:/tmp/signatureFile1060962926948217294.jar"]]] ->
[Help 1]
[ERROR]


Please assist me to solve this.

[1] https://github.com/Tharshayene/DevStudioUITestAutomation


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 19 June 2014 02:08, Nila  wrote:

> I've added hamcrest-all.org 1.3 to the pom.xml thus now the kepler
> support is there. The repository [1] has the pom.xml (removed the Developer
> Studio Dependencies).
>
> When building the pom.xml Developer Studio bundle dependencies I
> confronted errors that are attached in the previous mail in this thread.
>
> Is it because of any jar sign corruption issue? Is it because my JDT [2]
> or any other config didn't support?
>
> But I could be able to install via Eclipse (Kepler) and use Developer
> Studio.
>
> Other thing I've noticed that each time I run 'mvn clean install' the p2
> plugins are redownloaed. But inside the,
> .m2/repository/p2/osgi/bundle/org.wso2.developerstudio.eclipse.*.*/3.6.0
> nothing is found. But other group ID plugins contains Jar other than
> 'org.wso2.developerstudio.eclipse'. And even I add a single dependency the
> whole p2 is downloaded (may be due to transitive dependencies). Are these
> are normal behaviors?
>
> Please help. Please leave a hint or clarify what is | may causing | cause
> this issue.
>
> [1] https://github.com/Tharshayene/DevStudioUITestAutomation
>
> [2] https://github.com/reficio/p2-maven-plugin/issues/10
> 
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 18 June 2014 01:59, Nila  wrote:
>
>> SWTBot Kepler build is failing due to hamcrest.org. It's a bug [1] [2]
>> and hope will find a work around sooner (there are other Kepler based
>> systems such as EGit still use SWTBot for UI testing).
>>
>> As the next step I'm trying to integrate Developer Studio dependencies so
>> I could test its UI work flows.
>>
>> Maven build failures occurred during the process.
>>
>>
>> I've tried to place all the pom.xml dependencies from the JIRA project
>> but the build failed.
>>
>> I've tried only to add ESB dependencies but similar error occurred. I'm
>> finding it difficult to trace required dependencies and reasons for the
>> failures. Thus please help me by suggesting the list of plugins (at least a
>> minimal set of plugin to test a single product related cases).
>>
>> Is it possible to group out minimum plugins that are to be added to the
>> pom.xml to test ESB test cases (as a start)?
>>
>> I've attached both pom.xml files and corresponding build errors. Please
>> check them and let me know what I'm missing.
>>
>> Thanks in advance.
>>
>>
>> [1]
>> http://eclipse.1072660.n5.nabble.com/org-junit-4-11-and-backward-compatibility-td159026.html
>>
>> [2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=405276
>>
>>
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 17 June 2014 20:07, Nila  wrote:
>>
>>> Thanks Melan,
>>>
>>> I've solved the issue that I've m

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-18 Thread Nila
I've added hamcrest-all.org 1.3 to the pom.xml thus now the kepler support
is there. The repository [1] has the pom.xml (removed the Developer Studio
Dependencies).

When building the pom.xml Developer Studio bundle dependencies I confronted
errors that are attached in the previous mail in this thread.

Is it because of any jar sign corruption issue? Is it because my JDT [2] or
any other config didn't support?

But I could be able to install via Eclipse (Kepler) and use Developer
Studio.

Other thing I've noticed that each time I run 'mvn clean install' the p2
plugins are redownloaed. But inside the,
.m2/repository/p2/osgi/bundle/org.wso2.developerstudio.eclipse.*.*/3.6.0
nothing is found. But other group ID plugins contains Jar other than
'org.wso2.developerstudio.eclipse'. And even I add a single dependency the
whole p2 is downloaded (may be due to transitive dependencies). Are these
are normal behaviors?

Please help. Please leave a hint or clarify what is | may causing | cause
this issue.

[1] https://github.com/Tharshayene/DevStudioUITestAutomation

[2] https://github.com/reficio/p2-maven-plugin/issues/10



Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 18 June 2014 01:59, Nila  wrote:

> SWTBot Kepler build is failing due to hamcrest.org. It's a bug [1] [2]
> and hope will find a work around sooner (there are other Kepler based
> systems such as EGit still use SWTBot for UI testing).
>
> As the next step I'm trying to integrate Developer Studio dependencies so
> I could test its UI work flows.
>
> Maven build failures occurred during the process.
>
>
> I've tried to place all the pom.xml dependencies from the JIRA project but
> the build failed.
>
> I've tried only to add ESB dependencies but similar error occurred. I'm
> finding it difficult to trace required dependencies and reasons for the
> failures. Thus please help me by suggesting the list of plugins (at least a
> minimal set of plugin to test a single product related cases).
>
> Is it possible to group out minimum plugins that are to be added to the
> pom.xml to test ESB test cases (as a start)?
>
> I've attached both pom.xml files and corresponding build errors. Please
> check them and let me know what I'm missing.
>
> Thanks in advance.
>
>
> [1]
> http://eclipse.1072660.n5.nabble.com/org-junit-4-11-and-backward-compatibility-td159026.html
>
> [2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=405276
>
>
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 17 June 2014 20:07, Nila  wrote:
>
>> Thanks Melan,
>>
>> I've solved the issue that I've mentioned above by adding org.hamcrest to
>> the Manifest (as Tycho refers to it to resolve certain dependencies). It's
>> a reported buggy behavior of SWTBot [1].
>>
>> Now the Tycho Integration is been successful and the Repository is up to
>> date.
>>
>> Yes, now I need to add Dev Studio bundles and for that I will consider
>> the facts that you've mentioned and refer the Jira [2]. I faced several
>> issues trying to build the Jira project. Then only I decided to try with a
>> minimal pom.xml. Now I'll set the dependencies, build and update by
>> tonight.
>>
>> Thanks.
>>
>> [1] http://permalink.gmane.org/gmane.comp.ide.eclipse.tycho.user/1426
>>
>> [2] https://github.com/Tharshayene/DevStudioUITestAutomation
>>
>> [3] https://wso2.org/jira/browse/TOOLS-1334
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 17 June 2014 12:01, Melan Nimesh  wrote:
>>
>>> Hi Nila,
>>>
>>> According to the pom file that you attached, you are using eclipse
>>> helios based P2 repositories for both eclipse SDK and swtbot, however WSO2
>>> developer-studio 3.6.0 is based on eclipse kepler, so you have to use
>>> kepler P2 repository and compatible swtbot version for eclipse kepler.
>>> furthermore you have to add developerstudio's bundles as dependencies to
>>> your pom. please look at pom attached to jira [1] for your reference for
>>> dependencies issue.
>>>
>>> Thanks,
>>> Melan
>>>
>>> [1] https://wso2.org/jira/browse/TOOLS-1334
>>>
>>>
>>>
>>>
>>> On Tue, Jun 17, 2014 at 10:52 AM, Nila  wrote:
>>>
  Updates:

 The repository [1]  (not up to date, didn't push because I'm stuck
 trying to integrate SWTBot tests with Maven Tycho).

 I've created the plugin project [2] and set the pom.xml [3] exactly as
 instructed but that wasn't working saying Sona Type Dependency is missing.

 I've gone through the existing code in the JIRA [4] (building that
 fails due to certification issues)

 The Objective: Tycho is a set of Maven plugin that also refers the
 OSGI, MANIFEST file and build Eclipse plugins. I'm trying to run SWTBot
 tests with Tycho during this building process of my UITestPlug

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-17 Thread Nila
Thanks Melan,

I've solved the issue that I've mentioned above by adding org.hamcrest to
the Manifest (as Tycho refers to it to resolve certain dependencies). It's
a reported buggy behavior of SWTBot [1].

Now the Tycho Integration is been successful and the Repository is up to
date.

Yes, now I need to add Dev Studio bundles and for that I will consider the
facts that you've mentioned and refer the Jira [2]. I faced several issues
trying to build the Jira project. Then only I decided to try with a minimal
pom.xml. Now I'll set the dependencies, build and update by tonight.

Thanks.

[1] http://permalink.gmane.org/gmane.comp.ide.eclipse.tycho.user/1426

[2] https://github.com/Tharshayene/DevStudioUITestAutomation

[3] https://wso2.org/jira/browse/TOOLS-1334


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 17 June 2014 12:01, Melan Nimesh  wrote:

> Hi Nila,
>
> According to the pom file that you attached, you are using eclipse helios
> based P2 repositories for both eclipse SDK and swtbot, however WSO2
> developer-studio 3.6.0 is based on eclipse kepler, so you have to use
> kepler P2 repository and compatible swtbot version for eclipse kepler.
> furthermore you have to add developerstudio's bundles as dependencies to
> your pom. please look at pom attached to jira [1] for your reference for
> dependencies issue.
>
> Thanks,
> Melan
>
> [1] https://wso2.org/jira/browse/TOOLS-1334
>
>
>
>
> On Tue, Jun 17, 2014 at 10:52 AM, Nila  wrote:
>
>> Updates:
>>
>> The repository [1]  (not up to date, didn't push because I'm stuck trying
>> to integrate SWTBot tests with Maven Tycho).
>>
>> I've created the plugin project [2] and set the pom.xml [3] exactly as
>> instructed but that wasn't working saying Sona Type Dependency is missing.
>>
>> I've gone through the existing code in the JIRA [4] (building that fails
>> due to certification issues)
>>
>> The Objective: Tycho is a set of Maven plugin that also refers the OSGI,
>> MANIFEST file and build Eclipse plugins. I'm trying to run SWTBot tests
>> with Tycho during this building process of my UITestPlugin. Thus I've
>> minimized the pom.xml according to my understanding and referring to the
>> Jira [4].
>>
>> Issue : I'm building the project
>> org.wso2.developerstudio.eclipse.test.esb (symbolic name) and I get the
>> error saying " Bundle org.wso2.developerstudio.eclipse.test.esb is not
>> found".
>>
>>  I'm going through OSGI, P2 and Tycho details but still couldn't find
>> the solution. Seems like I'm missing something.
>>
>> The Error Message during the tycho build and the corresponding pom.xml is
>> attached below.
>>
>> Command line:
>>
>> /bin/sh -c cd /home/nila/DevStudioUITestAutomation &&
>> /usr/lib/jvm/java-7-oracle/jre/bin/java -Dosgi.noShutdown=false
>> -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xms2048m -Xmx3096m
>> -XX:MaxPermSize=1024m -jar
>> /home/nila/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.1.1.R36x_v20101122_1400/org.eclipse.equinox.launcher-1.1.1.R36x_v20101122_1400.jar
>> -data /home/nila/DevStudioUITestAutomation/target/work/data -dev
>> file:/home/nila/DevStudioUITestAutomation/target/dev.properties -install
>> /home/nila/DevStudioUITestAutomation/target/work -configuration
>> /home/nila/DevStudioUITestAutomation/target/work/configuration -application
>> org.eclipse.tycho.surefire.osgibooter.uitest -testproperties
>> /home/nila/DevStudioUITestAutomation/target/surefire.properties
>> -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.sdk.ide
>> -nouithread
>>
>> java.lang.RuntimeException: Bundle
>> org.wso2.developerstudio.eclipse.test.esb is not found
>> at
>> org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:133)
>> at
>> org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:65)
>> at
>> org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
>> at
>> org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
>> at java.lang.Thread.run(Thread.java:745)
>>
>> [INFO]
>> 
>> [INFO] BUILD FAILURE
>> [INFO]
>> 
>>
>>
>> Please help me sort out this issue.
>>
>> [1] https://github.com/Tharshayene/DevStudioUITestAutomation
>>
>> [2] http://wiki.eclipse.org/SWTBot/UsersGuide
>>
>> [3]
>> https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
>>
>> [4] https://wso2.org/jira/browse/TOOLS-1380
>>
>>
>> Regards,
>>  Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 13 June 2014 01:57, Nila  wrote:
>>
>>> Yes, I'm working on it, will soon share with you.
>>>
>>>
>>> On Thursday, June 12, 2014, Jasintha Dasanayake 
>>> wrote:
>>>
 A

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-16 Thread Melan Nimesh
Hi Nila,

According to the pom file that you attached, you are using eclipse helios
based P2 repositories for both eclipse SDK and swtbot, however WSO2
developer-studio 3.6.0 is based on eclipse kepler, so you have to use
kepler P2 repository and compatible swtbot version for eclipse kepler.
furthermore you have to add developerstudio's bundles as dependencies to
your pom. please look at pom attached to jira [1] for your reference for
dependencies issue.

Thanks,
Melan

[1] https://wso2.org/jira/browse/TOOLS-1334




On Tue, Jun 17, 2014 at 10:52 AM, Nila  wrote:

> Updates:
>
> The repository [1]  (not up to date, didn't push because I'm stuck trying
> to integrate SWTBot tests with Maven Tycho).
>
> I've created the plugin project [2] and set the pom.xml [3] exactly as
> instructed but that wasn't working saying Sona Type Dependency is missing.
>
> I've gone through the existing code in the JIRA [4] (building that fails
> due to certification issues)
>
> The Objective: Tycho is a set of Maven plugin that also refers the OSGI,
> MANIFEST file and build Eclipse plugins. I'm trying to run SWTBot tests
> with Tycho during this building process of my UITestPlugin. Thus I've
> minimized the pom.xml according to my understanding and referring to the
> Jira [4].
>
> Issue : I'm building the project org.wso2.developerstudio.eclipse.test.esb
> (symbolic name) and I get the error saying " Bundle
> org.wso2.developerstudio.eclipse.test.esb is not found".
>
>  I'm going through OSGI, P2 and Tycho details but still couldn't find the
> solution. Seems like I'm missing something.
>
> The Error Message during the tycho build and the corresponding pom.xml is
> attached below.
>
> Command line:
>
> /bin/sh -c cd /home/nila/DevStudioUITestAutomation &&
> /usr/lib/jvm/java-7-oracle/jre/bin/java -Dosgi.noShutdown=false
> -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xms2048m -Xmx3096m
> -XX:MaxPermSize=1024m -jar
> /home/nila/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.1.1.R36x_v20101122_1400/org.eclipse.equinox.launcher-1.1.1.R36x_v20101122_1400.jar
> -data /home/nila/DevStudioUITestAutomation/target/work/data -dev
> file:/home/nila/DevStudioUITestAutomation/target/dev.properties -install
> /home/nila/DevStudioUITestAutomation/target/work -configuration
> /home/nila/DevStudioUITestAutomation/target/work/configuration -application
> org.eclipse.tycho.surefire.osgibooter.uitest -testproperties
> /home/nila/DevStudioUITestAutomation/target/surefire.properties
> -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.sdk.ide
> -nouithread
>
> java.lang.RuntimeException: Bundle
> org.wso2.developerstudio.eclipse.test.esb is not found
> at
> org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:133)
> at
> org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:65)
> at
> org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
> at
> org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
> at java.lang.Thread.run(Thread.java:745)
>
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
>
>
> Please help me sort out this issue.
>
> [1] https://github.com/Tharshayene/DevStudioUITestAutomation
>
> [2] http://wiki.eclipse.org/SWTBot/UsersGuide
>
> [3]
> https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
>
> [4] https://wso2.org/jira/browse/TOOLS-1380
>
>
> Regards,
>  Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 13 June 2014 01:57, Nila  wrote:
>
>> Yes, I'm working on it, will soon share with you.
>>
>>
>> On Thursday, June 12, 2014, Jasintha Dasanayake 
>> wrote:
>>
>>> Any updates?
>>>
>>> /Jasintha
>>>
>>>
>>> On Fri, Jun 6, 2014 at 6:48 AM, Jasintha Dasanayake 
>>> wrote:
>>>
>>> HI Nila
>>>
>>> Hope you have already started coding , So can you please share your
>>>  source repository location
>>>
>>> Thanks
>>> /Jasintha
>>>
>>>
>>>
>>> On Mon, Jun 2, 2014 at 6:14 PM, Nila  wrote:
>>>
>>> Hi,
>>> As you've asked my hierarchical Task Analysis for the midterm
>>> evaluation, I've attached that and also my proposal document.
>>> Lemme know the feedback.
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 31 May 2014 09:32, Nila  wrote:
>>>
>>> Hi,
>>> As we've already discussed over the phone, I'm preparing my hierarchical
>>> analysis design so far. And I would like to get an overall
>>> mid term evaluation criteria, bench marks,tasks (schedules),objectives
>>> (date by), Also I wish if I can get any reference/samples regarding the
>>> specified module.
>>>
>>>
>>> Regards,
>>> Tharshayene Loganath

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-16 Thread Nila
Updates:

The repository [1]  (not up to date, didn't push because I'm stuck trying
to integrate SWTBot tests with Maven Tycho).

I've created the plugin project [2] and set the pom.xml [3] exactly as
instructed but that wasn't working saying Sona Type Dependency is missing.

I've gone through the existing code in the JIRA [4] (building that fails
due to certification issues)

The Objective: Tycho is a set of Maven plugin that also refers the OSGI,
MANIFEST file and build Eclipse plugins. I'm trying to run SWTBot tests
with Tycho during this building process of my UITestPlugin. Thus I've
minimized the pom.xml according to my understanding and referring to the
Jira [4].

Issue : I'm building the project org.wso2.developerstudio.eclipse.test.esb
(symbolic name) and I get the error saying " Bundle
org.wso2.developerstudio.eclipse.test.esb is not found".

I'm going through OSGI, P2 and Tycho details but still couldn't find the
solution. Seems like I'm missing something.

The Error Message during the tycho build and the corresponding pom.xml is
attached below.

Command line:

/bin/sh -c cd /home/nila/DevStudioUITestAutomation &&
/usr/lib/jvm/java-7-oracle/jre/bin/java -Dosgi.noShutdown=false
-Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xms2048m -Xmx3096m
-XX:MaxPermSize=1024m -jar
/home/nila/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.1.1.R36x_v20101122_1400/org.eclipse.equinox.launcher-1.1.1.R36x_v20101122_1400.jar
-data /home/nila/DevStudioUITestAutomation/target/work/data -dev
file:/home/nila/DevStudioUITestAutomation/target/dev.properties -install
/home/nila/DevStudioUITestAutomation/target/work -configuration
/home/nila/DevStudioUITestAutomation/target/work/configuration -application
org.eclipse.tycho.surefire.osgibooter.uitest -testproperties
/home/nila/DevStudioUITestAutomation/target/surefire.properties
-testApplication org.eclipse.ui.ide.workbench -product org.eclipse.sdk.ide
-nouithread

java.lang.RuntimeException: Bundle
org.wso2.developerstudio.eclipse.test.esb is not found
at
org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:133)
at
org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:65)
at
org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
at
org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
at java.lang.Thread.run(Thread.java:745)

[INFO]

[INFO] BUILD FAILURE
[INFO]



Please help me sort out this issue.

[1] https://github.com/Tharshayene/DevStudioUITestAutomation

[2] http://wiki.eclipse.org/SWTBot/UsersGuide

[3]
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho

[4] https://wso2.org/jira/browse/TOOLS-1380


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 13 June 2014 01:57, Nila  wrote:

> Yes, I'm working on it, will soon share with you.
>
>
> On Thursday, June 12, 2014, Jasintha Dasanayake  wrote:
>
>> Any updates?
>>
>> /Jasintha
>>
>>
>> On Fri, Jun 6, 2014 at 6:48 AM, Jasintha Dasanayake 
>> wrote:
>>
>> HI Nila
>>
>> Hope you have already started coding , So can you please share your
>>  source repository location
>>
>> Thanks
>> /Jasintha
>>
>>
>>
>> On Mon, Jun 2, 2014 at 6:14 PM, Nila  wrote:
>>
>> Hi,
>> As you've asked my hierarchical Task Analysis for the midterm evaluation,
>> I've attached that and also my proposal document.
>> Lemme know the feedback.
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 31 May 2014 09:32, Nila  wrote:
>>
>> Hi,
>> As we've already discussed over the phone, I'm preparing my hierarchical
>> analysis design so far. And I would like to get an overall
>> mid term evaluation criteria, bench marks,tasks (schedules),objectives
>> (date by), Also I wish if I can get any reference/samples regarding the
>> specified module.
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 23 May 2014 17:32, Nila  wrote:
>>
>>
>
> --
> Sent from Gmail Mobile
>
http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
  http://maven.apache.org/xsd/maven-4.0.0.xsd";>
	4.0.0
	
	tycho.demo.itp03
	org.wso2.developerstudio.eclipse.test.esb
	1.0.0-SNAPSHOT
	eclipse-test-plugin
  
   
	

		0.7.0-SNAPSHOT  
		-Xms2048m -Xmx3096m -XX:MaxPermSize=1024m
		
	

	

		
			helios
			p2
			http://download.eclipse.org/releases/helios
		


		
			swtbot
			p2
			http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site
		



		
			D

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-12 Thread Jasintha Dasanayake
Any updates?

/Jasintha


On Fri, Jun 6, 2014 at 6:48 AM, Jasintha Dasanayake 
wrote:

> HI Nila
>
> Hope you have already started coding , So can you please share your
>  source repository location
>
> Thanks
> /Jasintha
>
>
>
> On Mon, Jun 2, 2014 at 6:14 PM, Nila  wrote:
>
>> Hi,
>> As you've asked my hierarchical Task Analysis for the midterm evaluation,
>> I've attached that and also my proposal document.
>> Lemme know the feedback.
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 31 May 2014 09:32, Nila  wrote:
>>
>>> Hi,
>>> As we've already discussed over the phone, I'm preparing my hierarchical
>>> analysis design so far. And I would like to get an overall
>>> mid term evaluation criteria, bench marks,tasks (schedules),objectives
>>> (date by), Also I wish if I can get any reference/samples regarding the
>>> specified module.
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 23 May 2014 17:32, Nila  wrote:
>>>
 1. Proposal 22: Android Display viewer for PDF, Doc, Excel files for
 WSO2 EMM


 2. Proposal 9: Tooling support for Hive Queries in Developer Studio


 3. Proposal 15: WS-Security Policy Editor for Developer Studio
 but I've no idea about these things


 Hi Jasintha,


 As we have talked earlier, I've cornered three proposals which are
 listed above. And my preference is on the first proposal. I’m reading
 enough sources to collect more details and information on it. Please make
 sure about my preference and suggest me so. Also make sure of my mentors
 whom I've to keep in touch.




 Regards,
 Tharshayene Loganathan
 Undergraduate,
 Dept. of Computer Science & Engineering,
 IIT,Sri Lanka.




 On 21 May 2014 11:52, Jasintha Dasanayake  wrote:

> Hi Nilla
>
> According to our off-line meeting, you agreed to change the original
> proposal and select a new project from the our project list , Did you able
> to find a project , if not, please do so as soon as possible, since GSOC
> codding already started therefore we have to do it at least before end of
> this week
>
> Thanks and Regards
> /Jasintha
>
>
> On Tue, May 6, 2014 at 2:08 PM, Nila  wrote:
>
>> Hi,
>>
>> I apologize for the delayed response.
>>
>> Last few days and on, I'm under severe medication and cornered with
>> my academic semester's final exams.
>>
>> Despite of that, I'm really glad and excited regarding my selection.
>> I'm expecting to learn a lot via delivering my best and looking
>> forward to work with you.
>>
>> The exams would be over by May 21st, but I try my best to involve in
>> this 'community bonding' and gain guidance from you.
>>
>> Thanks in advance.
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 21 March 2014 23:27, Nila  wrote:
>>
>>> The updated and corrected proposal has been submitted. The  Google
>>> Document is attached below.
>>>
>>> Pardon me for requesting suggestions on the very last day.
>>>
>>> Please provide feedback regarding the proposal which would be very
>>> helpful for me the future programs.
>>> Did I got all wrong, I really wonder. :(
>>>
>>> This is my first ever GSoC attempt and a feedback really helps.
>>>
>>> Thanks in advance.
>>>
>>>
>>>  GSoC Proposal 2014: "UI Testing Framework for Developer Studio"
>>> 
>>>
>>>
>>>
>>> Regards,
>>>  Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 21 March 2014 19:34, Nila  wrote:
>>>
 Hi all,

 I've shared my proposal with you (can comment).

 Please provide me your valuable suggestions and corrections so I
 could further improve and submit by tonight.

 Thanks in advance.

  GSoC Proposal 2014: "UI Testing Framework for Developer Studio"
 



 Regards,
 Tharshayene Loganathan
 Undergraduate,
 Dept. of Computer Science & Engineering,
 IIT,Sri Lanka.




 On 21 March 2014 11:30, Nila  wrote:

> Krishantha,
>
> I've gone through the Robot Framework bu

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-06-05 Thread Jasintha Dasanayake
HI Nila

Hope you have already started coding , So can you please share your  source
repository location

Thanks
/Jasintha



On Mon, Jun 2, 2014 at 6:14 PM, Nila  wrote:

> Hi,
> As you've asked my hierarchical Task Analysis for the midterm evaluation,
> I've attached that and also my proposal document.
> Lemme know the feedback.
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 31 May 2014 09:32, Nila  wrote:
>
>> Hi,
>> As we've already discussed over the phone, I'm preparing my hierarchical
>> analysis design so far. And I would like to get an overall
>> mid term evaluation criteria, bench marks,tasks (schedules),objectives
>> (date by), Also I wish if I can get any reference/samples regarding the
>> specified module.
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 23 May 2014 17:32, Nila  wrote:
>>
>>> 1. Proposal 22: Android Display viewer for PDF, Doc, Excel files for
>>> WSO2 EMM
>>>
>>>
>>> 2. Proposal 9: Tooling support for Hive Queries in Developer Studio
>>>
>>>
>>> 3. Proposal 15: WS-Security Policy Editor for Developer Studio
>>> but I've no idea about these things
>>>
>>>
>>> Hi Jasintha,
>>>
>>>
>>> As we have talked earlier, I've cornered three proposals which are
>>> listed above. And my preference is on the first proposal. I’m reading
>>> enough sources to collect more details and information on it. Please make
>>> sure about my preference and suggest me so. Also make sure of my mentors
>>> whom I've to keep in touch.
>>>
>>>
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 21 May 2014 11:52, Jasintha Dasanayake  wrote:
>>>
 Hi Nilla

 According to our off-line meeting, you agreed to change the original
 proposal and select a new project from the our project list , Did you able
 to find a project , if not, please do so as soon as possible, since GSOC
 codding already started therefore we have to do it at least before end of
 this week

 Thanks and Regards
 /Jasintha


 On Tue, May 6, 2014 at 2:08 PM, Nila  wrote:

> Hi,
>
> I apologize for the delayed response.
>
> Last few days and on, I'm under severe medication and cornered with
> my academic semester's final exams.
>
> Despite of that, I'm really glad and excited regarding my selection.
> I'm expecting to learn a lot via delivering my best and looking
> forward to work with you.
>
> The exams would be over by May 21st, but I try my best to involve in
> this 'community bonding' and gain guidance from you.
>
> Thanks in advance.
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 21 March 2014 23:27, Nila  wrote:
>
>> The updated and corrected proposal has been submitted. The  Google
>> Document is attached below.
>>
>> Pardon me for requesting suggestions on the very last day.
>>
>> Please provide feedback regarding the proposal which would be very
>> helpful for me the future programs.
>> Did I got all wrong, I really wonder. :(
>>
>> This is my first ever GSoC attempt and a feedback really helps.
>>
>> Thanks in advance.
>>
>>
>>  GSoC Proposal 2014: "UI Testing Framework for Developer Studio"
>> 
>>
>>
>>
>> Regards,
>>  Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 21 March 2014 19:34, Nila  wrote:
>>
>>> Hi all,
>>>
>>> I've shared my proposal with you (can comment).
>>>
>>> Please provide me your valuable suggestions and corrections so I
>>> could further improve and submit by tonight.
>>>
>>> Thanks in advance.
>>>
>>>  GSoC Proposal 2014: "UI Testing Framework for Developer Studio"
>>> 
>>>
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 21 March 2014 11:30, Nila  wrote:
>>>
 Krishantha,

 I've gone through the Robot Framework but I'm afraid that the
 comprehensive widget support for SWT and GMF is less and it's at its
 initial stages.

  As you have mentioned the Robot Framework provides and External
 Eclipse Library [1] [2], which is based on the SWTBot and 

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-05-30 Thread Nila
Hi,
As we've already discussed over the phone, I'm preparing my hierarchical
analysis design so far. And I would like to get an overall
mid term evaluation criteria, bench marks,tasks (schedules),objectives
(date by), Also I wish if I can get any reference/samples regarding the
specified module.


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 23 May 2014 17:32, Nila  wrote:

> 1. Proposal 22: Android Display viewer for PDF, Doc, Excel files for WSO2
> EMM
>
>
> 2. Proposal 9: Tooling support for Hive Queries in Developer Studio
>
>
> 3. Proposal 15: WS-Security Policy Editor for Developer Studio
> but I've no idea about these things
>
>
> Hi Jasintha,
>
>
> As we have talked earlier, I've cornered three proposals which are listed
> above. And my preference is on the first proposal. I’m reading enough
> sources to collect more details and information on it. Please make sure
> about my preference and suggest me so. Also make sure of my mentors whom
> I've to keep in touch.
>
>
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 21 May 2014 11:52, Jasintha Dasanayake  wrote:
>
>> Hi Nilla
>>
>> According to our off-line meeting, you agreed to change the original
>> proposal and select a new project from the our project list , Did you able
>> to find a project , if not, please do so as soon as possible, since GSOC
>> codding already started therefore we have to do it at least before end of
>> this week
>>
>> Thanks and Regards
>> /Jasintha
>>
>>
>> On Tue, May 6, 2014 at 2:08 PM, Nila  wrote:
>>
>>> Hi,
>>>
>>> I apologize for the delayed response.
>>>
>>> Last few days and on, I'm under severe medication and cornered with my
>>> academic semester's final exams.
>>>
>>> Despite of that, I'm really glad and excited regarding my selection. I'm
>>> expecting to learn a lot via delivering my best and looking forward to
>>> work with you.
>>>
>>> The exams would be over by May 21st, but I try my best to involve in
>>> this 'community bonding' and gain guidance from you.
>>>
>>> Thanks in advance.
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 21 March 2014 23:27, Nila  wrote:
>>>
 The updated and corrected proposal has been submitted. The  Google
 Document is attached below.

 Pardon me for requesting suggestions on the very last day.

 Please provide feedback regarding the proposal which would be very
 helpful for me the future programs.
 Did I got all wrong, I really wonder. :(

 This is my first ever GSoC attempt and a feedback really helps.

 Thanks in advance.


  GSoC Proposal 2014: "UI Testing Framework for Developer Studio"
 



 Regards,
  Tharshayene Loganathan
 Undergraduate,
 Dept. of Computer Science & Engineering,
 IIT,Sri Lanka.




 On 21 March 2014 19:34, Nila  wrote:

> Hi all,
>
> I've shared my proposal with you (can comment).
>
> Please provide me your valuable suggestions and corrections so I could
> further improve and submit by tonight.
>
> Thanks in advance.
>
>  GSoC Proposal 2014: "UI Testing Framework for Developer Studio"
> 
>
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 21 March 2014 11:30, Nila  wrote:
>
>> Krishantha,
>>
>> I've gone through the Robot Framework but I'm afraid that the
>> comprehensive widget support for SWT and GMF is less and it's at its
>> initial stages.
>>
>>  As you have mentioned the Robot Framework provides and External
>> Eclipse Library [1] [2], which is based on the SWTBot and it's seems to 
>> be
>> a better framework in terms of less manual work once setup, compared to
>> using the SWTBot directly.
>>
>> But under the 'Eclipse Library Limitations' section [3] it's been
>> stated that only the simple and basic SWT widgets are supported for the
>> time being.
>>
>> As the ESB plugin requires GMF Editor Testing, still I'm not
>> completely sure on to what extent the SWTBot itself supports GMF. It 
>> seems
>> to be supporting GEF and few popular blog articles state that via the
>> extended GEF support it supports GMF as well. Thus it could be a 
>> limitation
>> as well even when the SWTBot itself is used.
>>
>> Thus adding an additional wrapper on top of the SWTBot (the Robot
>> Framework), could be a nightmare when

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-05-20 Thread Jasintha Dasanayake
Hi Nilla

According to our off-line meeting, you agreed to change the original
proposal and select a new project from the our project list , Did you able
to find a project , if not, please do so as soon as possible, since GSOC
codding already started therefore we have to do it at least before end of
this week

Thanks and Regards
/Jasintha


On Tue, May 6, 2014 at 2:08 PM, Nila  wrote:

> Hi,
>
> I apologize for the delayed response.
>
> Last few days and on, I'm under severe medication and cornered with my
> academic semester's final exams.
>
> Despite of that, I'm really glad and excited regarding my selection. I'm
> expecting to learn a lot via delivering my best and looking forward to
> work with you.
>
> The exams would be over by May 21st, but I try my best to involve in this
> 'community bonding' and gain guidance from you.
>
> Thanks in advance.
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 21 March 2014 23:27, Nila  wrote:
>
>> The updated and corrected proposal has been submitted. The  Google
>> Document is attached below.
>>
>> Pardon me for requesting suggestions on the very last day.
>>
>> Please provide feedback regarding the proposal which would be very
>> helpful for me the future programs.
>> Did I got all wrong, I really wonder. :(
>>
>> This is my first ever GSoC attempt and a feedback really helps.
>>
>> Thanks in advance.
>>
>>
>>  GSoC Proposal 2014: "UI Testing Framework for Developer 
>> Studio"
>>
>>
>>
>> Regards,
>>  Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 21 March 2014 19:34, Nila  wrote:
>>
>>> Hi all,
>>>
>>> I've shared my proposal with you (can comment).
>>>
>>> Please provide me your valuable suggestions and corrections so I could
>>> further improve and submit by tonight.
>>>
>>> Thanks in advance.
>>>
>>>  GSoC Proposal 2014: "UI Testing Framework for Developer 
>>> Studio"
>>>
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 21 March 2014 11:30, Nila  wrote:
>>>
 Krishantha,

 I've gone through the Robot Framework but I'm afraid that the
 comprehensive widget support for SWT and GMF is less and it's at its
 initial stages.

  As you have mentioned the Robot Framework provides and External
 Eclipse Library [1] [2], which is based on the SWTBot and it's seems to be
 a better framework in terms of less manual work once setup, compared to
 using the SWTBot directly.

 But under the 'Eclipse Library Limitations' section [3] it's been
 stated that only the simple and basic SWT widgets are supported for the
 time being.

 As the ESB plugin requires GMF Editor Testing, still I'm not completely
 sure on to what extent the SWTBot itself supports GMF. It seems to be
 supporting GEF and few popular blog articles state that via the extended
 GEF support it supports GMF as well. Thus it could be a limitation as well
 even when the SWTBot itself is used.

 Thus adding an additional wrapper on top of the SWTBot (the Robot
 Framework), could be a nightmare when it comes to the major concern, 'the
 range of supported widgets'.

 Anyway, I'll be considering and would try to incorporate the Robot
 Framework once I get more control and understanding of this project and
 thank you for this valuable suggestion.

 Refs:

 [1] http://robotframework.org/#test-libraries

 [2] http://code.google.com/p/robotframework-eclipselibrary/

 [3] http://code.google.com/p/robotframework-eclipselibrary/wiki/Concept


 Regards,
 Tharshayene Loganathan
 Undergraduate,
 Dept. of Computer Science & Engineering,
 IIT,Sri Lanka.




 On 21 March 2014 11:07, Nila  wrote:

> Thank you Jasintha,
>
> as far as I understood, the Jiras contain pluggins (zipped code) those
> seems to be testing each plugin set of the Developer Studio and POM files
> are setup which contains Developer Studio plugin dependencies.
>
> Unfortunately I couldn't get any of them running, yet. But I got hints
> and the basic idea of what am I supposed to do.
>
> I'll be finishing a draft version of the Proposal around 3.00 pm (UTC
> + 5.30) and would share the doc link with you. Please review it and assist
> me via you valuable suggestions.
>
> Thanks in advance.
>


>>>
>>
>


-- 

*Jasintha Dasanayake*

*Senior Software EngineerWSO2 Inc. | http://wso2.com lean
. enterprise . middleware*


*mobile :- 07113681

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-05-06 Thread Nila
Hi,

I apologize for the delayed response.

Last few days and on, I'm under severe medication and cornered with my
academic semester's final exams.

Despite of that, I'm really glad and excited regarding my selection. I'm
expecting to learn a lot via delivering my best and looking forward to work
with you.

The exams would be over by May 21st, but I try my best to involve in this
'community bonding' and gain guidance from you.

Thanks in advance.


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 21 March 2014 23:27, Nila  wrote:

> The updated and corrected proposal has been submitted. The  Google
> Document is attached below.
>
> Pardon me for requesting suggestions on the very last day.
>
> Please provide feedback regarding the proposal which would be very helpful
> for me the future programs.
> Did I got all wrong, I really wonder. :(
>
> This is my first ever GSoC attempt and a feedback really helps.
>
> Thanks in advance.
>
>
>  GSoC Proposal 2014: "UI Testing Framework for Developer 
> Studio"
>
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 21 March 2014 19:34, Nila  wrote:
>
>> Hi all,
>>
>> I've shared my proposal with you (can comment).
>>
>> Please provide me your valuable suggestions and corrections so I could
>> further improve and submit by tonight.
>>
>> Thanks in advance.
>>
>>  GSoC Proposal 2014: "UI Testing Framework for Developer 
>> Studio"
>>
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 21 March 2014 11:30, Nila  wrote:
>>
>>> Krishantha,
>>>
>>> I've gone through the Robot Framework but I'm afraid that the
>>> comprehensive widget support for SWT and GMF is less and it's at its
>>> initial stages.
>>>
>>>  As you have mentioned the Robot Framework provides and External Eclipse
>>> Library [1] [2], which is based on the SWTBot and it's seems to be a better
>>> framework in terms of less manual work once setup, compared to using the
>>> SWTBot directly.
>>>
>>> But under the 'Eclipse Library Limitations' section [3] it's been stated
>>> that only the simple and basic SWT widgets are supported for the time being.
>>>
>>> As the ESB plugin requires GMF Editor Testing, still I'm not completely
>>> sure on to what extent the SWTBot itself supports GMF. It seems to be
>>> supporting GEF and few popular blog articles state that via the extended
>>> GEF support it supports GMF as well. Thus it could be a limitation as well
>>> even when the SWTBot itself is used.
>>>
>>> Thus adding an additional wrapper on top of the SWTBot (the Robot
>>> Framework), could be a nightmare when it comes to the major concern, 'the
>>> range of supported widgets'.
>>>
>>> Anyway, I'll be considering and would try to incorporate the Robot
>>> Framework once I get more control and understanding of this project and
>>> thank you for this valuable suggestion.
>>>
>>> Refs:
>>>
>>> [1] http://robotframework.org/#test-libraries
>>>
>>> [2] http://code.google.com/p/robotframework-eclipselibrary/
>>>
>>> [3] http://code.google.com/p/robotframework-eclipselibrary/wiki/Concept
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 21 March 2014 11:07, Nila  wrote:
>>>
 Thank you Jasintha,

 as far as I understood, the Jiras contain pluggins (zipped code) those
 seems to be testing each plugin set of the Developer Studio and POM files
 are setup which contains Developer Studio plugin dependencies.

 Unfortunately I couldn't get any of them running, yet. But I got hints
 and the basic idea of what am I supposed to do.

 I'll be finishing a draft version of the Proposal around 3.00 pm (UTC +
 5.30) and would share the doc link with you. Please review it and assist me
 via you valuable suggestions.

 Thanks in advance.

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


Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-21 Thread Nila
The updated and corrected proposal has been submitted. The  Google Document
is attached below.

Pardon me for requesting suggestions on the very last day.

Please provide feedback regarding the proposal which would be very helpful
for me the future programs.
Did I got all wrong, I really wonder. :(

This is my first ever GSoC attempt and a feedback really helps.

Thanks in advance.


 GSoC Proposal 2014: "UI Testing Framework for Developer
Studio"



Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 21 March 2014 19:34, Nila  wrote:

> Hi all,
>
> I've shared my proposal with you (can comment).
>
> Please provide me your valuable suggestions and corrections so I could
> further improve and submit by tonight.
>
> Thanks in advance.
>
>  GSoC Proposal 2014: "UI Testing Framework for Developer 
> Studio"
>
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 21 March 2014 11:30, Nila  wrote:
>
>> Krishantha,
>>
>> I've gone through the Robot Framework but I'm afraid that the
>> comprehensive widget support for SWT and GMF is less and it's at its
>> initial stages.
>>
>>  As you have mentioned the Robot Framework provides and External Eclipse
>> Library [1] [2], which is based on the SWTBot and it's seems to be a better
>> framework in terms of less manual work once setup, compared to using the
>> SWTBot directly.
>>
>> But under the 'Eclipse Library Limitations' section [3] it's been stated
>> that only the simple and basic SWT widgets are supported for the time being.
>>
>> As the ESB plugin requires GMF Editor Testing, still I'm not completely
>> sure on to what extent the SWTBot itself supports GMF. It seems to be
>> supporting GEF and few popular blog articles state that via the extended
>> GEF support it supports GMF as well. Thus it could be a limitation as well
>> even when the SWTBot itself is used.
>>
>> Thus adding an additional wrapper on top of the SWTBot (the Robot
>> Framework), could be a nightmare when it comes to the major concern, 'the
>> range of supported widgets'.
>>
>> Anyway, I'll be considering and would try to incorporate the Robot
>> Framework once I get more control and understanding of this project and
>> thank you for this valuable suggestion.
>>
>> Refs:
>>
>> [1] http://robotframework.org/#test-libraries
>>
>> [2] http://code.google.com/p/robotframework-eclipselibrary/
>>
>> [3] http://code.google.com/p/robotframework-eclipselibrary/wiki/Concept
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 21 March 2014 11:07, Nila  wrote:
>>
>>> Thank you Jasintha,
>>>
>>> as far as I understood, the Jiras contain pluggins (zipped code) those
>>> seems to be testing each plugin set of the Developer Studio and POM files
>>> are setup which contains Developer Studio plugin dependencies.
>>>
>>> Unfortunately I couldn't get any of them running, yet. But I got hints
>>> and the basic idea of what am I supposed to do.
>>>
>>> I'll be finishing a draft version of the Proposal around 3.00 pm (UTC +
>>> 5.30) and would share the doc link with you. Please review it and assist me
>>> via you valuable suggestions.
>>>
>>> Thanks in advance.
>>>
>>
>>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-21 Thread Nila
Hi all,

I've shared my proposal with you (can comment).

Please provide me your valuable suggestions and corrections so I could
further improve and submit by tonight.

Thanks in advance.

 GSoC Proposal 2014: "UI Testing Framework for Developer
Studio"



Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 21 March 2014 11:30, Nila  wrote:

> Krishantha,
>
> I've gone through the Robot Framework but I'm afraid that the
> comprehensive widget support for SWT and GMF is less and it's at its
> initial stages.
>
> As you have mentioned the Robot Framework provides and External Eclipse
> Library [1] [2], which is based on the SWTBot and it's seems to be a better
> framework in terms of less manual work once setup, compared to using the
> SWTBot directly.
>
> But under the 'Eclipse Library Limitations' section [3] it's been stated
> that only the simple and basic SWT widgets are supported for the time being.
>
> As the ESB plugin requires GMF Editor Testing, still I'm not completely
> sure on to what extent the SWTBot itself supports GMF. It seems to be
> supporting GEF and few popular blog articles state that via the extended
> GEF support it supports GMF as well. Thus it could be a limitation as well
> even when the SWTBot itself is used.
>
> Thus adding an additional wrapper on top of the SWTBot (the Robot
> Framework), could be a nightmare when it comes to the major concern, 'the
> range of supported widgets'.
>
> Anyway, I'll be considering and would try to incorporate the Robot
> Framework once I get more control and understanding of this project and
> thank you for this valuable suggestion.
>
> Refs:
>
> [1] http://robotframework.org/#test-libraries
>
> [2] http://code.google.com/p/robotframework-eclipselibrary/
>
> [3] http://code.google.com/p/robotframework-eclipselibrary/wiki/Concept
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 21 March 2014 11:07, Nila  wrote:
>
>> Thank you Jasintha,
>>
>> as far as I understood, the Jiras contain pluggins (zipped code) those
>> seems to be testing each plugin set of the Developer Studio and POM files
>> are setup which contains Developer Studio plugin dependencies.
>>
>> Unfortunately I couldn't get any of them running, yet. But I got hints
>> and the basic idea of what am I supposed to do.
>>
>> I'll be finishing a draft version of the Proposal around 3.00 pm (UTC +
>> 5.30) and would share the doc link with you. Please review it and assist me
>> via you valuable suggestions.
>>
>> Thanks in advance.
>>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-20 Thread Nila
Krishantha,

I've gone through the Robot Framework but I'm afraid that the comprehensive
widget support for SWT and GMF is less and it's at its initial stages.

As you have mentioned the Robot Framework provides and External Eclipse
Library [1] [2], which is based on the SWTBot and it's seems to be a better
framework in terms of less manual work once setup, compared to using the
SWTBot directly.

But under the 'Eclipse Library Limitations' section [3] it's been stated
that only the simple and basic SWT widgets are supported for the time being.

As the ESB plugin requires GMF Editor Testing, still I'm not completely
sure on to what extent the SWTBot itself supports GMF. It seems to be
supporting GEF and few popular blog articles state that via the extended
GEF support it supports GMF as well. Thus it could be a limitation as well
even when the SWTBot itself is used.

Thus adding an additional wrapper on top of the SWTBot (the Robot
Framework), could be a nightmare when it comes to the major concern, 'the
range of supported widgets'.

Anyway, I'll be considering and would try to incorporate the Robot
Framework once I get more control and understanding of this project and
thank you for this valuable suggestion.

Refs:

[1] http://robotframework.org/#test-libraries

[2] http://code.google.com/p/robotframework-eclipselibrary/

[3] http://code.google.com/p/robotframework-eclipselibrary/wiki/Concept


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 21 March 2014 11:07, Nila  wrote:

> Thank you Jasintha,
>
> as far as I understood, the Jiras contain pluggins (zipped code) those
> seems to be testing each plugin set of the Developer Studio and POM files
> are setup which contains Developer Studio plugin dependencies.
>
> Unfortunately I couldn't get any of them running, yet. But I got hints and
> the basic idea of what am I supposed to do.
>
> I'll be finishing a draft version of the Proposal around 3.00 pm (UTC +
> 5.30) and would share the doc link with you. Please review it and assist me
> via you valuable suggestions.
>
> Thanks in advance.
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-20 Thread Nila
Thank you Jasintha,

as far as I understood, the Jiras contain pluggins (zipped code) those
seems to be testing each plugin set of the Developer Studio and POM files
are setup which contains Developer Studio plugin dependencies.

Unfortunately I couldn't get any of them running, yet. But I got hints and
the basic idea of what am I supposed to do.

I'll be finishing a draft version of the Proposal around 3.00 pm (UTC +
5.30) and would share the doc link with you. Please review it and assist me
via you valuable suggestions.

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


Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-20 Thread Jasintha Dasanayake
Scope and  major  expectations as follows

   - Should be provide a easy way to create test cases ex:- test cases can
   be written using annotations ..etc.
   - Should be able to test both editors (which are based on GMF/EMF) and
   SWT based UIs
   - Test cases can be able to execute using a maven plugin, Better if we
   can run test cases in headless manner
   - Should be able to deliver a extensible testing framework for Developer
   Studio .


Thanks and Regards
/Jasintha




On Thu, Mar 20, 2014 at 2:39 PM, Nila  wrote:

> Jasintha,
> please let me know few guidelines regarding the scope and the expectations
> of this project.
> Thank you.
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 19 March 2014 18:05, Nila  wrote:
>
>> Krishantha,
>>
>> Thank you.
>>
>> I was going through the Robot Framework and it seems to be adding extra
>> complexities on top my vague understandings. Anyway I'll try an exemplary
>> work and refine my understandings.
>>
>> Please anyone clarify my initial requests.
>>
>> //
>>
>>
>> I'm trying to come up with a proposal. Is there any WSO2 specific
>> proposal template or requirements that I'm missing?
>>
>> The project Idea states as 'A framework'. Does it include writing test
>> cases?
>>
>> The idea page isn't containing any comprehensive interpretation regarding
>> the project.
>>
>> The request to access the google spreadsheet, is it viable?
>>
>> I would be grateful if you provide me with some idea on the project
>> scope, a specific list of expected tasks and some criteria.
>>
>> //
>>
>>
>> Thanks in advance
>>
>>
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 19 March 2014 15:25, Krishantha Samaraweera wrote:
>>
>>> You better evaluate robot framework eclipse library. Eclipse Library is
>>> a Robot Framework  library for testing
>>> Eclipse RCP applications using SWT widgets and this Eclipse Library is
>>> based on SWTBot . The library provides
>>> comprehensive set of keywords which maps to each SWTBot API operation [1].
>>> So using the robot framework, you will be able to write test cases in
>>> Behavior driven way (BDD).
>>>
>>> You can find more details on robot framework at [2] and eclipse library
>>> at [3].
>>>
>>> Thanks,
>>> Krishantha.
>>>
>>> [1]
>>> http://code.google.com/p/robotframework-eclipselibrary/downloads/detail?name=EclipseLibrary.html
>>> [2]http://robotframework.org/
>>> [3]http://code.google.com/p/robotframework-eclipselibrary/
>>>
>>>
>>> On Wed, Mar 19, 2014 at 3:07 PM, Nila  wrote:
>>>
 Lali,

 Thank you. I believe you mean this entry [1].

 I found that the user guide of Developer Studio [2] has documented
 several UI scenarios (product wise I guess) to be tested. I've scanned
 through those scenarios only from the UI perspective and I found that
 mainly the ESB has GMF components [3].

 At the moment I have only a vague understanding regarding this project,
 but I'm constantly improving by reading and practicing SWTbot, Eclipse &
 Developer Studio, Maven and Test Automation related material.

 I've requested for few clarifications in the previous mail, which I
 believe would be really helpful for me to write the proposal. And please
 correct me in case.

 Thanks in advance.

 Refs:

 [1] http://osdir.com/ml/carbon-wso2-architecture/2014-01/msg00183.html

 [2] https://docs.wso2.org/display/DVS310/User+Guide

 [3]
 https://docs.wso2.org/display/DVS310/Creating+ESB+Artifacts#CreatingESBArtifacts-AboutDynamicSequencesdynamicSequence


 Regards,
 Tharshayene Loganathan
 Undergraduate,
 Dept. of Computer Science & Engineering,
 IIT,Sri Lanka.




 On 19 March 2014 14:16, Nila  wrote:

> Hi,
>
> Thank you. I've gone through the Jira pages that you have mentioned
> above and checked the Plugins (zipped files) by importing in the Eclipse
> IDE. Please consider that I've requested for access to the Google
> spreadsheet that the link was given as the documentation [1].
>
> I could grab the basics of the SWTBot testing methodology via the
> coding and via few other tutorials that I've followed. But I'll continue 
> to
> read on related things and would be requesting your assistance for further
> clarifications.
>
> I've gone through this tutorial [2] and the very informative wiki page
> of SWTBot [3] which includes installation & introduction, Test Automation
> and the Bot Api guide.
>
> I've chosen SWTBot primarily because it is the one that has been
> stated under the project idea on the GSoC page. But I've justified that
> selection via the comparison that can be found on th

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-20 Thread Nila
Jasintha,
please let me know few guidelines regarding the scope and the expectations
of this project.
Thank you.


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 19 March 2014 18:05, Nila  wrote:

> Krishantha,
>
> Thank you.
>
> I was going through the Robot Framework and it seems to be adding extra
> complexities on top my vague understandings. Anyway I'll try an exemplary
> work and refine my understandings.
>
> Please anyone clarify my initial requests.
>
> //
>
>
> I'm trying to come up with a proposal. Is there any WSO2 specific proposal
> template or requirements that I'm missing?
>
> The project Idea states as 'A framework'. Does it include writing test
> cases?
>
> The idea page isn't containing any comprehensive interpretation regarding
> the project.
>
> The request to access the google spreadsheet, is it viable?
>
> I would be grateful if you provide me with some idea on the project scope,
> a specific list of expected tasks and some criteria.
>
> //
>
>
> Thanks in advance
>
>
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 19 March 2014 15:25, Krishantha Samaraweera wrote:
>
>> You better evaluate robot framework eclipse library. Eclipse Library is a 
>> Robot
>> Framework  library for testing Eclipse
>> RCP applications using SWT widgets and this Eclipse Library is based on
>> SWTBot . The library provides
>> comprehensive set of keywords which maps to each SWTBot API operation [1].
>> So using the robot framework, you will be able to write test cases in
>> Behavior driven way (BDD).
>>
>> You can find more details on robot framework at [2] and eclipse library
>> at [3].
>>
>> Thanks,
>> Krishantha.
>>
>> [1]
>> http://code.google.com/p/robotframework-eclipselibrary/downloads/detail?name=EclipseLibrary.html
>> [2]http://robotframework.org/
>> [3]http://code.google.com/p/robotframework-eclipselibrary/
>>
>>
>> On Wed, Mar 19, 2014 at 3:07 PM, Nila  wrote:
>>
>>> Lali,
>>>
>>> Thank you. I believe you mean this entry [1].
>>>
>>> I found that the user guide of Developer Studio [2] has documented
>>> several UI scenarios (product wise I guess) to be tested. I've scanned
>>> through those scenarios only from the UI perspective and I found that
>>> mainly the ESB has GMF components [3].
>>>
>>> At the moment I have only a vague understanding regarding this project,
>>> but I'm constantly improving by reading and practicing SWTbot, Eclipse &
>>> Developer Studio, Maven and Test Automation related material.
>>>
>>> I've requested for few clarifications in the previous mail, which I
>>> believe would be really helpful for me to write the proposal. And please
>>> correct me in case.
>>>
>>> Thanks in advance.
>>>
>>> Refs:
>>>
>>> [1] http://osdir.com/ml/carbon-wso2-architecture/2014-01/msg00183.html
>>>
>>> [2] https://docs.wso2.org/display/DVS310/User+Guide
>>>
>>> [3]
>>> https://docs.wso2.org/display/DVS310/Creating+ESB+Artifacts#CreatingESBArtifacts-AboutDynamicSequencesdynamicSequence
>>>
>>>
>>> Regards,
>>> Tharshayene Loganathan
>>> Undergraduate,
>>> Dept. of Computer Science & Engineering,
>>> IIT,Sri Lanka.
>>>
>>>
>>>
>>>
>>> On 19 March 2014 14:16, Nila  wrote:
>>>
 Hi,

 Thank you. I've gone through the Jira pages that you have mentioned
 above and checked the Plugins (zipped files) by importing in the Eclipse
 IDE. Please consider that I've requested for access to the Google
 spreadsheet that the link was given as the documentation [1].

 I could grab the basics of the SWTBot testing methodology via the
 coding and via few other tutorials that I've followed. But I'll continue to
 read on related things and would be requesting your assistance for further
 clarifications.

 I've gone through this tutorial [2] and the very informative wiki page
 of SWTBot [3] which includes installation & introduction, Test Automation
 and the Bot Api guide.

 I've chosen SWTBot primarily because it is the one that has been stated
 under the project idea on the GSoC page. But I've justified that selection
 via the comparison that can be found on the Eclipse Wiki page [4].

 To my knowledge, WSO2 Developer Studio is an extension of the Eclipse
 IDE, thus the UI testing automation would be similar to be doing the same
 to any eclipse extension or the Eclipse IDE itself.

 SWTBot is a reputed and having a closely connected community to Eclipse
 and its testing.

 //
 test both SWT and EMF/GMF//
 In that case QF-Test has an explicit support but this blog post [5]
 states that the SWTbot too supports GMF (Graphical Modelling Framework of
 Eclipse) which is actually an extension of the GEF (Graphical Editor
 Framework). The blog post [5] states that SWTbot supports GEF and vi

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-19 Thread Nila
Krishantha,

Thank you.

I was going through the Robot Framework and it seems to be adding extra
complexities on top my vague understandings. Anyway I'll try an exemplary
work and refine my understandings.

Please anyone clarify my initial requests.

//

I'm trying to come up with a proposal. Is there any WSO2 specific proposal
template or requirements that I'm missing?

The project Idea states as 'A framework'. Does it include writing test
cases?

The idea page isn't containing any comprehensive interpretation regarding
the project.

The request to access the google spreadsheet, is it viable?

I would be grateful if you provide me with some idea on the project scope,
a specific list of expected tasks and some criteria.

//


Thanks in advance




Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 19 March 2014 15:25, Krishantha Samaraweera  wrote:

> You better evaluate robot framework eclipse library. Eclipse Library is a 
> Robot
> Framework  library for testing Eclipse
> RCP applications using SWT widgets and this Eclipse Library is based on
> SWTBot . The library provides
> comprehensive set of keywords which maps to each SWTBot API operation [1].
> So using the robot framework, you will be able to write test cases in
> Behavior driven way (BDD).
>
> You can find more details on robot framework at [2] and eclipse library at
> [3].
>
> Thanks,
> Krishantha.
>
> [1]
> http://code.google.com/p/robotframework-eclipselibrary/downloads/detail?name=EclipseLibrary.html
> [2]http://robotframework.org/
> [3]http://code.google.com/p/robotframework-eclipselibrary/
>
>
> On Wed, Mar 19, 2014 at 3:07 PM, Nila  wrote:
>
>> Lali,
>>
>> Thank you. I believe you mean this entry [1].
>>
>> I found that the user guide of Developer Studio [2] has documented
>> several UI scenarios (product wise I guess) to be tested. I've scanned
>> through those scenarios only from the UI perspective and I found that
>> mainly the ESB has GMF components [3].
>>
>> At the moment I have only a vague understanding regarding this project,
>> but I'm constantly improving by reading and practicing SWTbot, Eclipse &
>> Developer Studio, Maven and Test Automation related material.
>>
>> I've requested for few clarifications in the previous mail, which I
>> believe would be really helpful for me to write the proposal. And please
>> correct me in case.
>>
>> Thanks in advance.
>>
>> Refs:
>>
>> [1] http://osdir.com/ml/carbon-wso2-architecture/2014-01/msg00183.html
>>
>> [2] https://docs.wso2.org/display/DVS310/User+Guide
>>
>> [3]
>> https://docs.wso2.org/display/DVS310/Creating+ESB+Artifacts#CreatingESBArtifacts-AboutDynamicSequencesdynamicSequence
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>>
>> On 19 March 2014 14:16, Nila  wrote:
>>
>>> Hi,
>>>
>>> Thank you. I've gone through the Jira pages that you have mentioned
>>> above and checked the Plugins (zipped files) by importing in the Eclipse
>>> IDE. Please consider that I've requested for access to the Google
>>> spreadsheet that the link was given as the documentation [1].
>>>
>>> I could grab the basics of the SWTBot testing methodology via the coding
>>> and via few other tutorials that I've followed. But I'll continue to read
>>> on related things and would be requesting your assistance for further
>>> clarifications.
>>>
>>> I've gone through this tutorial [2] and the very informative wiki page
>>> of SWTBot [3] which includes installation & introduction, Test Automation
>>> and the Bot Api guide.
>>>
>>> I've chosen SWTBot primarily because it is the one that has been stated
>>> under the project idea on the GSoC page. But I've justified that selection
>>> via the comparison that can be found on the Eclipse Wiki page [4].
>>>
>>> To my knowledge, WSO2 Developer Studio is an extension of the Eclipse
>>> IDE, thus the UI testing automation would be similar to be doing the same
>>> to any eclipse extension or the Eclipse IDE itself.
>>>
>>> SWTBot is a reputed and having a closely connected community to Eclipse
>>> and its testing.
>>>
>>> //
>>> test both SWT and EMF/GMF//
>>> In that case QF-Test has an explicit support but this blog post [5]
>>> states that the SWTbot too supports GMF (Graphical Modelling Framework of
>>> Eclipse) which is actually an extension of the GEF (Graphical Editor
>>> Framework). The blog post [5] states that SWTbot supports GEF and via some
>>> extension it too supports the GMF as well. And I've noted few names as
>>> 'GEF' in the code that's been attached in Jira. Thus I could refer and get
>>> assistance (or extend) from this pre-done work.
>>>
>>> The blog post [6] states that GEF is not comprehensively supported but
>>> that can be extended by the developer herself.
>>>
>>> Thus I prefer to choose SWTBot over others.
>>>
>>> Please help me out with

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-19 Thread Krishantha Samaraweera
You better evaluate robot framework eclipse library. Eclipse Library is a Robot
Framework  library for testing Eclipse RCP
applications using SWT widgets and this Eclipse Library is based on
SWTBot.
The library provides comprehensive set of keywords which maps to each
SWTBot API operation [1]. So using the robot framework, you will be able to
write test cases in Behavior driven way (BDD).

You can find more details on robot framework at [2] and eclipse library at
[3].

Thanks,
Krishantha.

[1]
http://code.google.com/p/robotframework-eclipselibrary/downloads/detail?name=EclipseLibrary.html
[2]http://robotframework.org/
[3]http://code.google.com/p/robotframework-eclipselibrary/


On Wed, Mar 19, 2014 at 3:07 PM, Nila  wrote:

> Lali,
>
> Thank you. I believe you mean this entry [1].
>
> I found that the user guide of Developer Studio [2] has documented several
> UI scenarios (product wise I guess) to be tested. I've scanned through
> those scenarios only from the UI perspective and I found that mainly the
> ESB has GMF components [3].
>
> At the moment I have only a vague understanding regarding this project,
> but I'm constantly improving by reading and practicing SWTbot, Eclipse &
> Developer Studio, Maven and Test Automation related material.
>
> I've requested for few clarifications in the previous mail, which I
> believe would be really helpful for me to write the proposal. And please
> correct me in case.
>
> Thanks in advance.
>
> Refs:
>
> [1] http://osdir.com/ml/carbon-wso2-architecture/2014-01/msg00183.html
>
> [2] https://docs.wso2.org/display/DVS310/User+Guide
>
> [3]
> https://docs.wso2.org/display/DVS310/Creating+ESB+Artifacts#CreatingESBArtifacts-AboutDynamicSequencesdynamicSequence
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 19 March 2014 14:16, Nila  wrote:
>
>> Hi,
>>
>> Thank you. I've gone through the Jira pages that you have mentioned above
>> and checked the Plugins (zipped files) by importing in the Eclipse IDE.
>> Please consider that I've requested for access to the Google spreadsheet
>> that the link was given as the documentation [1].
>>
>> I could grab the basics of the SWTBot testing methodology via the coding
>> and via few other tutorials that I've followed. But I'll continue to read
>> on related things and would be requesting your assistance for further
>> clarifications.
>>
>> I've gone through this tutorial [2] and the very informative wiki page of
>> SWTBot [3] which includes installation & introduction, Test Automation and
>> the Bot Api guide.
>>
>> I've chosen SWTBot primarily because it is the one that has been stated
>> under the project idea on the GSoC page. But I've justified that selection
>> via the comparison that can be found on the Eclipse Wiki page [4].
>>
>> To my knowledge, WSO2 Developer Studio is an extension of the Eclipse
>> IDE, thus the UI testing automation would be similar to be doing the same
>> to any eclipse extension or the Eclipse IDE itself.
>>
>> SWTBot is a reputed and having a closely connected community to Eclipse
>> and its testing.
>>
>> //
>> test both SWT and EMF/GMF//
>> In that case QF-Test has an explicit support but this blog post [5]
>> states that the SWTbot too supports GMF (Graphical Modelling Framework of
>> Eclipse) which is actually an extension of the GEF (Graphical Editor
>> Framework). The blog post [5] states that SWTbot supports GEF and via some
>> extension it too supports the GMF as well. And I've noted few names as
>> 'GEF' in the code that's been attached in Jira. Thus I could refer and get
>> assistance (or extend) from this pre-done work.
>>
>> The blog post [6] states that GEF is not comprehensively supported but
>> that can be extended by the developer herself.
>>
>> Thus I prefer to choose SWTBot over others.
>>
>> Please help me out with these following clarifications.
>>
>> I'm trying to come up with a proposal. Is there any WSO2 specific
>> proposal template or requirements that I'm missing?
>>
>> The project Idea states as 'A framework'. Does it include writing test
>> cases?
>>
>> The idea page isn't containing any comprehensive interpretation regarding
>> the project.
>>
>> I would be grateful if you provide me with some idea on the project
>> scope, a specific list of expected tasks and some criteria.
>>
>> Thanks in advance.
>>
>> Refs:
>>
>> [1] "For additional information please refer the documentation of
>> DevStudio UI test automation"
>>
>> https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AsWwlKv4ZI7qdDgzVURRdUJtNGR1Qjg2RG9QcXpkdGc#gid=2
>>
>> [2] http://www.vogella.com/tutorials/SWTBot/article.html
>>
>> [3] https://wiki.eclipse.org/SWTBot
>>
>> [4] https://wiki.eclipse.org/Eclipse/Testing#UI_tests
>>
>> [5] http://community.bonitasoft.com/blog/swtbot-my-new-friend
>>
>> [6] http://eclipse.dzone.com/articles/eclipse-gui-testing-is-viable-
>>
>

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-19 Thread Nila
Lali,

Thank you. I believe you mean this entry [1].

I found that the user guide of Developer Studio [2] has documented several
UI scenarios (product wise I guess) to be tested. I've scanned through
those scenarios only from the UI perspective and I found that mainly the
ESB has GMF components [3].

At the moment I have only a vague understanding regarding this project, but
I'm constantly improving by reading and practicing SWTbot, Eclipse &
Developer Studio, Maven and Test Automation related material.

I've requested for few clarifications in the previous mail, which I believe
would be really helpful for me to write the proposal. And please correct me
in case.

Thanks in advance.

Refs:

[1] http://osdir.com/ml/carbon-wso2-architecture/2014-01/msg00183.html

[2] https://docs.wso2.org/display/DVS310/User+Guide

[3]
https://docs.wso2.org/display/DVS310/Creating+ESB+Artifacts#CreatingESBArtifacts-AboutDynamicSequencesdynamicSequence


Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 19 March 2014 14:16, Nila  wrote:

> Hi,
>
> Thank you. I've gone through the Jira pages that you have mentioned above
> and checked the Plugins (zipped files) by importing in the Eclipse IDE.
> Please consider that I've requested for access to the Google spreadsheet
> that the link was given as the documentation [1].
>
> I could grab the basics of the SWTBot testing methodology via the coding
> and via few other tutorials that I've followed. But I'll continue to read
> on related things and would be requesting your assistance for further
> clarifications.
>
> I've gone through this tutorial [2] and the very informative wiki page of
> SWTBot [3] which includes installation & introduction, Test Automation and
> the Bot Api guide.
>
> I've chosen SWTBot primarily because it is the one that has been stated
> under the project idea on the GSoC page. But I've justified that selection
> via the comparison that can be found on the Eclipse Wiki page [4].
>
> To my knowledge, WSO2 Developer Studio is an extension of the Eclipse IDE,
> thus the UI testing automation would be similar to be doing the same to any
> eclipse extension or the Eclipse IDE itself.
>
> SWTBot is a reputed and having a closely connected community to Eclipse
> and its testing.
>
> //
> test both SWT and EMF/GMF//
> In that case QF-Test has an explicit support but this blog post [5] states
> that the SWTbot too supports GMF (Graphical Modelling Framework of Eclipse)
> which is actually an extension of the GEF (Graphical Editor Framework). The
> blog post [5] states that SWTbot supports GEF and via some extension it too
> supports the GMF as well. And I've noted few names as 'GEF' in the code
> that's been attached in Jira. Thus I could refer and get assistance (or
> extend) from this pre-done work.
>
> The blog post [6] states that GEF is not comprehensively supported but
> that can be extended by the developer herself.
>
> Thus I prefer to choose SWTBot over others.
>
> Please help me out with these following clarifications.
>
> I'm trying to come up with a proposal. Is there any WSO2 specific proposal
> template or requirements that I'm missing?
>
> The project Idea states as 'A framework'. Does it include writing test
> cases?
>
> The idea page isn't containing any comprehensive interpretation regarding
> the project.
>
> I would be grateful if you provide me with some idea on the project scope,
> a specific list of expected tasks and some criteria.
>
> Thanks in advance.
>
> Refs:
>
> [1] "For additional information please refer the documentation of
> DevStudio UI test automation"
>
> https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AsWwlKv4ZI7qdDgzVURRdUJtNGR1Qjg2RG9QcXpkdGc#gid=2
>
> [2] http://www.vogella.com/tutorials/SWTBot/article.html
>
> [3] https://wiki.eclipse.org/SWTBot
>
> [4] https://wiki.eclipse.org/Eclipse/Testing#UI_tests
>
> [5] http://community.bonitasoft.com/blog/swtbot-my-new-friend
>
> [6] http://eclipse.dzone.com/articles/eclipse-gui-testing-is-viable-
>
> 
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
>
> On 18 March 2014 07:47, Jasintha Dasanayake  wrote:
>
>> HI Tharshayene
>>
>> Almost all the projects in developer studio has been involved with a
>> some kind of a UI, most of these UIs are based on SWT and couple of editors
>> has been developed using EMF/GMF , So your proposing testing framework
>> should be able to test both SWT and EMF/GMF based UIs.
>>
>> you can refer[1][2][3]and[4]jiras and attached code samples to get an
>> idea about the implementation.
>>
>> Thanks and Regards
>> /Jasintha
>>
>>
>> [1] https://wso2.org/jira/browse/TOOLS-1386
>>
>> [2] https://wso2.org/jira/browse/TOOLS-1380
>>
>> [3] https://wso2.org/jira/browse/TOOLS-1334
>>
>> [4]-https://wso2.org/jira/browse/TOOLS-1394
>>
>>
>>
>> On Tue, Mar 18, 2014 at 12:3

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-19 Thread Nila
Hi,

Thank you. I've gone through the Jira pages that you have mentioned above
and checked the Plugins (zipped files) by importing in the Eclipse IDE.
Please consider that I've requested for access to the Google spreadsheet
that the link was given as the documentation [1].

I could grab the basics of the SWTBot testing methodology via the coding
and via few other tutorials that I've followed. But I'll continue to read
on related things and would be requesting your assistance for further
clarifications.

I've gone through this tutorial [2] and the very informative wiki page of
SWTBot [3] which includes installation & introduction, Test Automation and
the Bot Api guide.

I've chosen SWTBot primarily because it is the one that has been stated
under the project idea on the GSoC page. But I've justified that selection
via the comparison that can be found on the Eclipse Wiki page [4].

To my knowledge, WSO2 Developer Studio is an extension of the Eclipse IDE,
thus the UI testing automation would be similar to be doing the same to any
eclipse extension or the Eclipse IDE itself.

SWTBot is a reputed and having a closely connected community to Eclipse and
its testing.

// test both SWT and EMF/GMF//
In that case QF-Test has an explicit support but this blog post [5] states
that the SWTbot too supports GMF (Graphical Modelling Framework of Eclipse)
which is actually an extension of the GEF (Graphical Editor Framework). The
blog post [5] states that SWTbot supports GEF and via some extension it too
supports the GMF as well. And I've noted few names as 'GEF' in the code
that's been attached in Jira. Thus I could refer and get assistance (or
extend) from this pre-done work.

The blog post [6] states that GEF is not comprehensively supported but that
can be extended by the developer herself.

Thus I prefer to choose SWTBot over others.

Please help me out with these following clarifications.

I'm trying to come up with a proposal. Is there any WSO2 specific proposal
template or requirements that I'm missing?

The project Idea states as 'A framework'. Does it include writing test
cases?

The idea page isn't containing any comprehensive interpretation regarding
the project.

I would be grateful if you provide me with some idea on the project scope,
a specific list of expected tasks and some criteria.

Thanks in advance.

Refs:

[1] "For additional information please refer the documentation of DevStudio
UI test automation"
https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AsWwlKv4ZI7qdDgzVURRdUJtNGR1Qjg2RG9QcXpkdGc#gid=2

[2] http://www.vogella.com/tutorials/SWTBot/article.html

[3] https://wiki.eclipse.org/SWTBot

[4] https://wiki.eclipse.org/Eclipse/Testing#UI_tests

[5] http://community.bonitasoft.com/blog/swtbot-my-new-friend

[6] http://eclipse.dzone.com/articles/eclipse-gui-testing-is-viable-




Regards,
Tharshayene Loganathan
Undergraduate,
Dept. of Computer Science & Engineering,
IIT,Sri Lanka.




On 18 March 2014 07:47, Jasintha Dasanayake  wrote:

> HI Tharshayene
>
> Almost all the projects in developer studio has been involved with a some
> kind of a UI, most of these UIs are based on SWT and couple of editors has
> been developed using EMF/GMF , So your proposing testing framework should
> be able to test both SWT and EMF/GMF based UIs.
>
> you can refer[1][2][3]and[4]jiras and attached code samples to get an idea
> about the implementation.
>
> Thanks and Regards
> /Jasintha
>
>
> [1] https://wso2.org/jira/browse/TOOLS-1386
>
> [2] https://wso2.org/jira/browse/TOOLS-1380
>
> [3] https://wso2.org/jira/browse/TOOLS-1334
>
> [4]-https://wso2.org/jira/browse/TOOLS-1394
>
>
>
> On Tue, Mar 18, 2014 at 12:37 AM, Nila  wrote:
>
>> Hi,
>>
>> I'm Tharshayene Loganathan, undergraduate, Dept. Computer Science &
>> Engineering, IIT and I would like to express my interest on the $Subject.
>>
>> I've gone through the Developer Studio page and documentation [1] and
>> have downloaded the source, had a look on SWTBOT [2] [3] and Maven Tycho
>> integration [4].
>>
>> I'm bit familiar with Maven, JUnit (SWTBOT seems similar but it's for
>> testing SWT UI) and Eclipse Plugins. The project seems exciting and I'm
>> keen to enrich the other required knowledge and practices to attempt this
>> project.
>>
>> Please let me know your feedback and guidances.
>>
>> Thanks in advance.
>>
>> [1] http://wso2.com/products/developer-studio/
>>
>> [2] http://eclipse.org/swtbot/
>>
>> [3] http://www.vogella.com/tutorials/SWTBot/article.html
>>
>> [4] https://wiki.eclipse.org/SWTBot/Automate_test_execution
>>
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Jasintha Dasanayake *
>
> *Software EngineerWSO2 Inc. | http://wso2.com 

Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-19 Thread Lali Devamanthri
Hi,
FYI, You can find a meeting note under subject '[Meeting Notes] ESB flow
debugger Planning Meeting' in architecture mailing list.

Thanks,
/Lali


On Tue, Mar 18, 2014 at 7:47 AM, Jasintha Dasanayake wrote:

> HI Tharshayene
>
> Almost all the projects in developer studio has been involved with a some
> kind of a UI, most of these UIs are based on SWT and couple of editors has
> been developed using EMF/GMF , So your proposing testing framework should
> be able to test both SWT and EMF/GMF based UIs.
>
> you can refer[1][2][3]and[4]jiras and attached code samples to get an idea
> about the implementation.
>
> Thanks and Regards
> /Jasintha
>
>
> [1] https://wso2.org/jira/browse/TOOLS-1386
>
> [2] https://wso2.org/jira/browse/TOOLS-1380
>
> [3] https://wso2.org/jira/browse/TOOLS-1334
>
> [4]-https://wso2.org/jira/browse/TOOLS-1394
>
>
>
> On Tue, Mar 18, 2014 at 12:37 AM, Nila  wrote:
>
>> Hi,
>>
>> I'm Tharshayene Loganathan, undergraduate, Dept. Computer Science &
>> Engineering, IIT and I would like to express my interest on the $Subject.
>>
>> I've gone through the Developer Studio page and documentation [1] and
>> have downloaded the source, had a look on SWTBOT [2] [3] and Maven Tycho
>> integration [4].
>>
>> I'm bit familiar with Maven, JUnit (SWTBOT seems similar but it's for
>> testing SWT UI) and Eclipse Plugins. The project seems exciting and I'm
>> keen to enrich the other required knowledge and practices to attempt this
>> project.
>>
>> Please let me know your feedback and guidances.
>>
>> Thanks in advance.
>>
>> [1] http://wso2.com/products/developer-studio/
>>
>> [2] http://eclipse.org/swtbot/
>>
>> [3] http://www.vogella.com/tutorials/SWTBot/article.html
>>
>> [4] https://wiki.eclipse.org/SWTBot/Automate_test_execution
>>
>>
>>
>> Regards,
>> Tharshayene Loganathan
>> Undergraduate,
>> Dept. of Computer Science & Engineering,
>> IIT,Sri Lanka.
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Jasintha Dasanayake *
>
> *Software EngineerWSO2 Inc. | http://wso2.com  lean .
> enterprise . middleware*
>
>
> *mobile :- 0711368118*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Lali Sudaththa Devamanthri*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 71 895 4922
 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Student Introduction, GSoC-2014 project: "UI Testing Framework for Developer Studio"

2014-03-17 Thread Jasintha Dasanayake
HI Tharshayene

Almost all the projects in developer studio has been involved with a some
kind of a UI, most of these UIs are based on SWT and couple of editors has
been developed using EMF/GMF , So your proposing testing framework should
be able to test both SWT and EMF/GMF based UIs.

you can refer[1][2][3]and[4]jiras and attached code samples to get an idea
about the implementation.

Thanks and Regards
/Jasintha


[1] https://wso2.org/jira/browse/TOOLS-1386

[2] https://wso2.org/jira/browse/TOOLS-1380

[3] https://wso2.org/jira/browse/TOOLS-1334

[4]-https://wso2.org/jira/browse/TOOLS-1394



On Tue, Mar 18, 2014 at 12:37 AM, Nila  wrote:

> Hi,
>
> I'm Tharshayene Loganathan, undergraduate, Dept. Computer Science &
> Engineering, IIT and I would like to express my interest on the $Subject.
>
> I've gone through the Developer Studio page and documentation [1] and have
> downloaded the source, had a look on SWTBOT [2] [3] and Maven Tycho
> integration [4].
>
> I'm bit familiar with Maven, JUnit (SWTBOT seems similar but it's for
> testing SWT UI) and Eclipse Plugins. The project seems exciting and I'm
> keen to enrich the other required knowledge and practices to attempt this
> project.
>
> Please let me know your feedback and guidances.
>
> Thanks in advance.
>
> [1] http://wso2.com/products/developer-studio/
>
> [2] http://eclipse.org/swtbot/
>
> [3] http://www.vogella.com/tutorials/SWTBot/article.html
>
> [4] https://wiki.eclipse.org/SWTBot/Automate_test_execution
>
>
>
> Regards,
> Tharshayene Loganathan
> Undergraduate,
> Dept. of Computer Science & Engineering,
> IIT,Sri Lanka.
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Jasintha Dasanayake*

*Software EngineerWSO2 Inc. | http://wso2.com lean .
enterprise . middleware*


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