Linux Desktop Testing Project

View: New views
14 Messages — Rating Filter:   Alert me  

Linux Desktop Testing Project

by sangeethat :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all,
         I would like to write test scripts for the gnome applications for which the test scripts are not yet written. whom should i contact to contribute by writting test scripts. If this is not the correct place to ask this question , kindly route me to the path where i could get information about this.

--
 regards,
T.SANGEETHA

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Andre Klapper :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Nagappan is probably the person to talk to (added him to CC list).

Thanks,
andre


Am Dienstag, den 25.11.2008, 10:21 +0530 schrieb sangeetha:

> Hello all,
>          I would like to write test scripts for the gnome applications
> for which the test scripts are not yet written. whom should i contact
> to contribute by writting test scripts. If this is not the correct
> place to ask this question , kindly route me to the path where i could
> get information about this.
>
> --
>  regards,
> T.SANGEETHA
> _______________________________________________
> gnome-love mailing list
> gnome-love@...
> http://mail.gnome.org/mailman/listinfo/gnome-love
--
 mailto:ak-47@... | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Lionel Dricot (aka Ploum) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,


I'm currently developping my little gnome application and I would be very interested to have some automatic testing.

Is there something well suited for gnome applications and/or easy to use ?

Lionel

On Tue, Nov 25, 2008 at 9:26 AM, Andre Klapper <ak-47@...> wrote:
Hi,

Nagappan is probably the person to talk to (added him to CC list).

Thanks,
andre


Am Dienstag, den 25.11.2008, 10:21 +0530 schrieb sangeetha:
> Hello all,
>          I would like to write test scripts for the gnome applications
> for which the test scripts are not yet written. whom should i contact
> to contribute by writting test scripts. If this is not the correct
> place to ask this question , kindly route me to the path where i could
> get information about this.
>
> --
>  regards,
> T.SANGEETHA
> _______________________________________________
> gnome-love mailing list
> gnome-love@...
> http://mail.gnome.org/mailman/listinfo/gnome-love
--
 mailto:ak-47@... | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love


_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Rui Tiago Cação Matos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/11/25 Lionel Dricot <zeploum@...>:
> I'm currently developping my little gnome application and I would be very
> interested to have some automatic testing.
>
> Is there something well suited for gnome applications and/or easy to use

If it is C, then http://library.gnome.org/devel/glib/stable/glib-Testing.html.

Rui
_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Lionel Dricot (aka Ploum) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's in Python and, if I know how to make automatic test for the logic, I don't know how to do that for the graphical part.

On Tue, Nov 25, 2008 at 10:45 AM, Rui Tiago Cação Matos <tiagomatos@...> wrote:
2008/11/25 Lionel Dricot <zeploum@...>:
> I'm currently developping my little gnome application and I would be very
> interested to have some automatic testing.
>
> Is there something well suited for gnome applications and/or easy to use

If it is C, then http://library.gnome.org/devel/glib/stable/glib-Testing.html.

Rui


_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Rui Tiago Cação Matos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/11/25 Lionel Dricot <zeploum@...>:
> It's in Python and, if I know how to make automatic test for the logic, I
> don't know how to do that for the graphical part.

Ah, sorry about that. Then I think you want dogtail:
http://people.redhat.com/zcerza/dogtail/

Rui
_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Andre Klapper :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Dienstag, den 25.11.2008, 12:42 +0000 schrieb Rui Tiago Cação Matos:
> 2008/11/25 Lionel Dricot <zeploum@...>:
> > It's in Python and, if I know how to make automatic test for the logic, I
> > don't know how to do that for the graphical part.
>
> Ah, sorry about that. Then I think you want dogtail:
> http://people.redhat.com/zcerza/dogtail/

AFAIK, the last dogtail release was two years ago:
http://people.redhat.com/zcerza/dogtail/releases/
while LDTP is still actively developed:
http://ldtp.freedesktop.org

So my decision would not to use dogtail.

andre
--
 mailto:ak-47@... | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Shreyank Gupta :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Tue, Nov 25, 2008 at 6:39 PM, Andre Klapper <ak-47@...> wrote:
Am Dienstag, den 25.11.2008, 12:42 +0000 schrieb Rui Tiago Cação Matos:
> 2008/11/25 Lionel Dricot <zeploum@...>:
> > It's in Python and, if I know how to make automatic test for the logic, I
> > don't know how to do that for the graphical part.
>
> Ah, sorry about that. Then I think you want dogtail:
> http://people.redhat.com/zcerza/dogtail/

AFAIK, the last dogtail release was two years ago:
http://people.redhat.com/zcerza/dogtail/releases/
while LDTP is still actively developed:
http://ldtp.freedesktop.org
Andre, +1


So my decision would not to use dogtail.

andre
--
 mailto:ak-47@... | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

_______________________________________________



--
Thanks and Regards,
Shreyank Gupta
Blog: http://allsortsofshrink.blogspot.com
Mukti '09: http://mukti09.in | Celebrating FOSS

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Tobias Mueller-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ahoi,

On 25.11.2008 14:09, Andre Klapper wrote:
> So my decision would not to use dogtail.
>
What would you use instead?
Using nothing wouldn't be a good choice either, I guess.

Cheers,
  Tobi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkr/k0ACgkQPuBX/6ogjZ73aACdG/9rSxuS7IBbQld9ICB1NgBx
+9AAoKLDs0B3vWMmZeJ7gebEbn4S7+cR
=9akW
-----END PGP SIGNATURE-----
_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Rui Tiago Cação Matos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/11/25 Rui Tiago Cação Matos <tiagomatos@...>:
> 2008/11/25 Lionel Dricot <zeploum@...>:
>> It's in Python and, if I know how to make automatic test for the logic, I
>> don't know how to do that for the graphical part.
>
> Ah, sorry about that. Then I think you want dogtail:
> http://people.redhat.com/zcerza/dogtail/

Strongwind might be an option too:
http://medsphere.org/community/project/strongwind

Rui
_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Andre Klapper :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Dienstag, den 25.11.2008, 14:31 +0100 schrieb Tobias Mueller:
> On 25.11.2008 14:09, Andre Klapper wrote:
> > So my decision would not to use dogtail.
> >
> What would you use instead?
> Using nothing wouldn't be a good choice either, I guess.

AFAIK you can use LDTP to test Python apps.

andre
--
 mailto:ak-47@... | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Ken VanDine :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Stongwind looks the most promising imho

Sent from my Android phone

On Nov 25, 2008 8:58 AM, "Andre Klapper" <ak-47@...> wrote:

Am Dienstag, den 25.11.2008, 14:31 +0100 schrieb Tobias Mueller:

> On 25.11.2008 14:09, Andre Klapper wrote: > > So my decision would not to use dogtail. > > > What...

AFAIK you can use LDTP to test Python apps.

andre -- mailto:ak-47@... | failed http://www.iomc.de/ | http://blogs.gnome.org/aklapper _...

gnome-love mailing list gnome-love@... http://mail.gnome.org/mailman/listinfo/gnome-love


_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Nagappan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Lionel,

Linux Desktop Testing Project (LDTP - http://ldtp.freedesktop.org) is being used in:

Plam Source / Access company automation testing - http://nagappanal.blogspot.com/2006/05/ldtp-arm-porting-updates.html
Ubuntu automation testing - https://wiki.ubuntu.com/Testing/Automation/Desktop/
VMware Workstation / Player automation testing - http://nagappanal.blogspot.com/2008/10/vmware-workstation-automated-test-using.html
Evolution automation testing - http://www.go-evolution.org/Automation_using_LDTP

Thanks
Nagappan

On Tue, Nov 25, 2008 at 12:59 AM, Lionel Dricot <zeploum@...> wrote:
Hello,


I'm currently developping my little gnome application and I would be very interested to have some automatic testing.

Is there something well suited for gnome applications and/or easy to use ?

Lionel


On Tue, Nov 25, 2008 at 9:26 AM, Andre Klapper <ak-47@...> wrote:
Hi,

Nagappan is probably the person to talk to (added him to CC list).

Thanks,
andre


Am Dienstag, den 25.11.2008, 10:21 +0530 schrieb sangeetha:
> Hello all,
>          I would like to write test scripts for the gnome applications
> for which the test scripts are not yet written. whom should i contact
> to contribute by writting test scripts. If this is not the correct
> place to ask this question , kindly route me to the path where i could
> get information about this.
>
> --
>  regards,
> T.SANGEETHA
> _______________________________________________
> gnome-love mailing list
> gnome-love@...
> http://mail.gnome.org/mailman/listinfo/gnome-love
--
 mailto:ak-47@... | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love




--
Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love

Re: Linux Desktop Testing Project

by Nagappan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Andre :)

Hi Sangeetha,

I would suggest to start with GNOME Component Testcases [1]

In LDTP we did some initial work based on this for different gnome applications [2], but they are not up to date.

CC: Federico, Recently he was planing to do GNOME based automated testing, probably he can give more info.

Thanks
Nagappan

[1] - http://svn.gnome.org/viewvc/gnome-test-specs/trunk/Gnome-2.12-Testcases/
[2] - http://cgit.freedesktop.org/ldtp/pyautosuite/tree

On Tue, Nov 25, 2008 at 12:26 AM, Andre Klapper <ak-47@...> wrote:
Hi,

Nagappan is probably the person to talk to (added him to CC list).

Thanks,
andre


Am Dienstag, den 25.11.2008, 10:21 +0530 schrieb sangeetha:
> Hello all,
>          I would like to write test scripts for the gnome applications
> for which the test scripts are not yet written. whom should i contact
> to contribute by writting test scripts. If this is not the correct
> place to ask this question , kindly route me to the path where i could
> get information about this.
>
> --
>  regards,
> T.SANGEETHA
> _______________________________________________
> gnome-love mailing list
> gnome-love@...
> http://mail.gnome.org/mailman/listinfo/gnome-love
--
 mailto:ak-47@... | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper




--
Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com

_______________________________________________
gnome-love mailing list
gnome-love@...
http://mail.gnome.org/mailman/listinfo/gnome-love