<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>testdriven.com &#187; GUI</title>
	<atom:link href="http://www.testdriven.com/tag/gui_post_tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testdriven.com</link>
	<description>Wrangling quality out of chaos</description>
	<lastBuildDate>Thu, 26 Jan 2012 07:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FEST-Swing: GUI Testing Made Easy</title>
		<link>http://www.testdriven.com/2009/05/fest_swing_gui_testing_made_easy/</link>
		<comments>http://www.testdriven.com/2009/05/fest_swing_gui_testing_made_easy/#comments</comments>
		<pubDate>Wed, 13 May 2009 03:09:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2412</guid>
		<description><![CDATA[FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. This library provides an easy-to-use API that makes creation and maintenance of GUI tests easy. Example: Code: dialog.comboBox(&#34;domain&#34;).select(&#34;Users&#34;); dialog.textBox(&#34;username&#34;).enterText(&#34;leia.organa&#34;); dialog.button(&#34;login&#34;).click(); dialog.optionPane().requireErrorMessage().requireMessage(&#34;Please enter your password&#34;); link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/05/fest_swing_gui_testing_made_easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GUIdancer: automated GUI tests without any programming</title>
		<link>http://www.testdriven.com/2007/10/guidancer_automated_gui_tests_without_any_programming/</link>
		<comments>http://www.testdriven.com/2007/10/guidancer_automated_gui_tests_without_any_programming/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 15:04:06 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2080</guid>
		<description><![CDATA[GUIdancer is a test tool for creating automated GUI tests. It supports applications written in Java (Swing, SWT, RCP) and HTML. No programming is required to create reusable, robust tests. GUIdancer is well suited to agile processes, because test specification can begin before the application under test is ready, and continues alongside development. Modular test [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/10/guidancer_automated_gui_tests_without_any_programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>testng-abbot: TestNG &amp; Abbot integrated test tool</title>
		<link>http://www.testdriven.com/2007/01/testng_abbot_testng_abbot_integrated_test_tool/</link>
		<comments>http://www.testdriven.com/2007/01/testng_abbot_testng_abbot_integrated_test_tool/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 19:43:29 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2278</guid>
		<description><![CDATA[testng-abbot provides TestNG integration with the Abbot GUI-testing framework.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/01/testng_abbot_testng_abbot_integrated_test_tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyGUIUnit: Python GUI testing framework</title>
		<link>http://www.testdriven.com/2005/05/pyguiunit_python_gui_testing_framework/</link>
		<comments>http://www.testdriven.com/2005/05/pyguiunit_python_gui_testing_framework/#comments</comments>
		<pubDate>Sat, 28 May 2005 16:14:51 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2004</guid>
		<description><![CDATA[PyGUIUnit is a framework created for testing GUIs. It is built on top of the PyUnit framework, merging seamlessly with it, allowing developers to write tests for GUIs as he would normally do for any other piece of code. Its current implementation is based on the PyQt framework.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2005/05/pyguiunit_python_gui_testing_framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UISpec4J: testing library for Swing-based Java applications</title>
		<link>http://www.testdriven.com/2005/05/uispec4j_testing_library_for_swing_based_java_applications/</link>
		<comments>http://www.testdriven.com/2005/05/uispec4j_testing_library_for_swing_based_java_applications/#comments</comments>
		<pubDate>Mon, 02 May 2005 15:37:47 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1968</guid>
		<description><![CDATA[UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit test harness. UISpec4J&#8217;s APIs are designed to hide as much as possible the complexity of Swing, resulting in easy to write and easy to read test scripts. This is especially true when comparing UISpec4J tests [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2005/05/uispec4j_testing_library_for_swing_based_java_applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>qftestJUI: the Java GUI Testtool</title>
		<link>http://www.testdriven.com/2005/02/qftestjui_the_java_gui_testtool/</link>
		<comments>http://www.testdriven.com/2005/02/qftestjui_the_java_gui_testtool/#comments</comments>
		<pubDate>Sun, 13 Feb 2005 13:49:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1852</guid>
		<description><![CDATA[qftestJUI is a professional test automation tool for Java GUI (Swing) applications. This intuitive cross-platform tool goes way beyond capture/replay, supports trees &#38; tables and is tolerant to software changes due to high recognition. Free evaluation includinig comprehensive tutorial and manual is available. Tests can be executed in batch mode, protocols are based on XML [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2005/02/qftestjui_the_java_gui_testtool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eggplant: UI tests from the user&#8217;s perspective</title>
		<link>http://www.testdriven.com/2005/02/eggplant_ui_tests_from_the_user_s_perspective/</link>
		<comments>http://www.testdriven.com/2005/02/eggplant_ui_tests_from_the_user_s_perspective/#comments</comments>
		<pubDate>Fri, 11 Feb 2005 16:33:14 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1842</guid>
		<description><![CDATA[Eggplant tests from the user&#8217;s perspective, so you test the user interface, not just the code. Any process that a user can perform can be automated from end to end, across multiple applications, even across multiple platforms. One copy of Eggplant can test an entire cross-platform application, one operating system at a time. Small and [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2005/02/eggplant_ui_tests_from_the_user_s_perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mouse Gestures Library for Java</title>
		<link>http://www.testdriven.com/2004/11/mouse_gestures_library_for_java/</link>
		<comments>http://www.testdriven.com/2004/11/mouse_gestures_library_for_java/#comments</comments>
		<pubDate>Thu, 11 Nov 2004 17:00:45 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1705</guid>
		<description><![CDATA[Mouse Gestures is an open source pure Java library for recognition and processing mouse gestures. With Mouse Gestures you have a fast way to execute commands without using the keyboard, menus or toolbars. The user just holds down a mouse button and moves the mouse in a certain predefined way. It can be used in [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2004/11/mouse_gestures_library_for_java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pounder: testing Java GUIs</title>
		<link>http://www.testdriven.com/2004/11/pounder_testing_java_guis/</link>
		<comments>http://www.testdriven.com/2004/11/pounder_testing_java_guis/#comments</comments>
		<pubDate>Thu, 04 Nov 2004 07:37:10 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1691</guid>
		<description><![CDATA[Pounder is a utility for automating Java GUI tests. It allows developers to dynamically load GUIs, record scripts, and then use those scripts in a test harness. Pounder differentiates itself from other utilities by allowing you to examine the results of a test run in source, while maintaining a separate GUI script that can be [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2004/11/pounder_testing_java_guis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XEUS: XML for easy UI scripting</title>
		<link>http://www.testdriven.com/2004/10/xeus_xml_for_easy_ui_scripting/</link>
		<comments>http://www.testdriven.com/2004/10/xeus_xml_for_easy_ui_scripting/#comments</comments>
		<pubDate>Fri, 08 Oct 2004 18:16:53 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1654</guid>
		<description><![CDATA[XEUS is a GUI (Graphical User Interface) automation test tool. Most GUI automation tools are very cumbersome to use, only work for 1 specific programming language, and require costly programmers to write the test scripts. They also necessitate lots of training just to learn how to use the automation tool effectively, and in many cases [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2004/10/xeus_xml_for_easy_ui_scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.264 seconds -->

