Difference between revisions of "Dogtail"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=dogtail |Short description=A GUI test tool for python |Full description=dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility...")
 
(update)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=dogtail
 
|Name=dogtail
|Short description=A GUI test tool for python
+
|Short description=A Python package for testing GUIs
 
|Full description=dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program. dogtail has a number of features that aid in the automation and testing of desktop applications. These include:
 
|Full description=dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program. dogtail has a number of features that aid in the automation and testing of desktop applications. These include:
 
* Scripts written in Python - Since dogtail uses Python as its scripting language, scriptwriters gain enormous power and flexibility in what they can do with dogtail. If you can do it in Python, you can do it with dogtail.
 
* Scripts written in Python - Since dogtail uses Python as its scripting language, scriptwriters gain enormous power and flexibility in what they can do with dogtail. If you can do it in Python, you can do it with dogtail.
Line 7: Line 7:
 
* Easily Extensible - dogtail is object oriented "under the covers" so more advanced users can write custom classes and helper libraries simply.
 
* Easily Extensible - dogtail is object oriented "under the covers" so more advanced users can write custom classes and helper libraries simply.
 
* Results and debug reporting - Test case comparisons are written to a tab-delimited results file for easy processing. Debug information is written to its own log for detailed analysis of what happened during script execution.
 
* Results and debug reporting - Test case comparisons are written to a tab-delimited results file for easy processing. Debug information is written to its own log for detailed analysis of what happened during script execution.
 +
|Homepage URL=https://fedorahosted.org/dogtail/
 
|User level=none
 
|User level=none
|Status=Live
+
|VCS checkout command=git clone git://git.fedorahosted.org/git/dogtail.git
|Component programs=
+
|Computer languages=Python
|Homepage URL=http://people.redhat.com/zcerza/dogtail/index.html
+
|Documentation note=User documentation at https://fedorahosted.org/dogtail/.
|VCS checkout command=:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome
+
API documentation at https://vhumpa.fedorapeople.org/dogtail/epydoc/.
|Computer languages=
 
|Documentation note=User documentation at http://people.redhat.com/zcerza/dogtail/docs.html
 
|Paid support=
 
 
|IRC help=irc://irc.freenode.net/dogtail
 
|IRC help=irc://irc.freenode.net/dogtail
|IRC general=
 
 
|IRC development=irc://irc.freenode.net/dogtail
 
|IRC development=irc://irc.freenode.net/dogtail
|Related projects=
+
|Version identifier=0.9.0
|Keywords=
+
|Version date=2014/04/16
|Is GNU=n
+
|Version status=beta
|Last review by=Ted Teah
+
|Version download=https://fedorahosted.org/released/dogtail/dogtail-0.9.0.tar.gz
|Last review date=2005-10-25
+
|Last review by=mtjm
 +
|Last review date=2015/05/08
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.4.3
+
|Status=
|Version date=2005-10-24
+
|Is GNU=No
|Version status=beta
+
|License verified date=2005-10-25
|Version download=http://people.redhat.com/zcerza/dogtail/releases/dogtail-0.4.3.tar.gz
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Ted Teah
 
|License verified date=2005-10-25
 
|License verified date=2005-10-25
|Version comment=0.4.3 beta released on 2005-10-24
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Vitezslav Humpa
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Ed Rousseau
+
|Email=vhumpa@redhat.com
|Email=rousseau@redhat.com
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 41: Line 41:
 
|Resource audience=Bug Tracking
 
|Resource audience=Bug Tracking
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=http://bugs.gnome.org/
+
|Resource URL=https://fedorahosted.org/dogtail/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 56: Line 56:
 
|Interface=x-window-system
 
|Interface=x-window-system
 
|Programming-language=python
 
|Programming-language=python
|Software-development=programming-language
+
|Software-development=testing-qa
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Ted Teah
 
|License verified date=2005-10-25
 
}}
 

Revision as of 16:46, 8 May 2015


[edit]

dogtail

https://fedorahosted.org/dogtail/
A Python package for testing GUIs

dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program. dogtail has a number of features that aid in the automation and testing of desktop applications. These include:

  • Scripts written in Python - Since dogtail uses Python as its scripting language, scriptwriters gain enormous power and flexibility in what they can do with dogtail. If you can do it in Python, you can do it with dogtail.
  • Procedural API - A procedural scripting API allows for fast and easy blackbox tests to be written. Ace programmer credentials are not necessary to write useful automated scripts.
  • Easily Extensible - dogtail is object oriented "under the covers" so more advanced users can write custom classes and helper libraries simply.
  • Results and debug reporting - Test case comparisons are written to a tab-delimited results file for easy processing. Debug information is written to its own log for detailed analysis of what happened during script execution.





Licensing

License

Verified by

Verified on

Notes

Verified by

Ted Teah

Verified on

25 October 2005




Leaders and contributors

Contact(s)Role
Vitezslav Humpa Maintainer


Resources and communication

AudienceResource typeURI
Help,SupportMailing List Info/Archivehttp://mail.gnome.org/mailman/listinfo/dogtail-list
Python (Ref)https://pypi.org/project/dogtail
Debian (Ref)https://tracker.debian.org/pkg/dogtail
Bug TrackingHomepagehttps://fedorahosted.org/dogtail/
DeveloperMailing List Info/Archivehttp://mail.gnome.org/mailman/listinfo/dogtail-devel-list


Software prerequisites




Entry






















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.