<?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>RoutineBot - GUI Test Automation Robot</title>
	<atom:link href="http://www.routinebot.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.routinebot.com</link>
	<description>Automate software GUI testing within Agile software testing process as well as any other routine task</description>
	<lastBuildDate>Sat, 07 Apr 2012 22:27:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automate tests for desktop and web applications</title>
		<link>http://www.routinebot.com/automate-tests-for-desktop-and-web-applications.htm</link>
		<comments>http://www.routinebot.com/automate-tests-for-desktop-and-web-applications.htm#comments</comments>
		<pubDate>Sat, 07 Apr 2012 22:24:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testimonials]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/automate-tests-for-desktop-and-web-applications.htm</guid>
		<description><![CDATA[I&#8217;m Trying to automize tests for desktop and web application.
Goran, sqa, infobip, croatia
Just started to check this tool so I&#8217;m still not sure how it works and if I&#8217;ll be able to automize our projects with it.Need some time to spend on it. But, from what I&#8217;ve seen thill now, i think is a stable [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/automate-tests-for-desktop-and-web-applications.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to repeat script until we have an exact image on the screen?</title>
		<link>http://www.routinebot.com/how-to-repeat-script-until-we-have-an-exact-image-on-the-screen.htm</link>
		<comments>http://www.routinebot.com/how-to-repeat-script-until-we-have-an-exact-image-on-the-screen.htm#comments</comments>
		<pubDate>Mon, 22 Aug 2011 19:46:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Samples]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=582</guid>
		<description><![CDATA[We need to repeat certain code until an exact image appears on the screen. How to do this with Routine Bot?
Actually, the code for this is simple:
repeat
a:=MouseFocuse(&#8216;test.bmp&#8217;);
// any other code
until a=1; // when image appears we exit the repeat&#8230;until interation
]]></description>
		<wfw:commentRss>http://www.routinebot.com/how-to-repeat-script-until-we-have-an-exact-image-on-the-screen.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I keep track of unexpected UI bugs during GUI Automation Load Tests?</title>
		<link>http://www.routinebot.com/how-do-i-keep-track-of-unexpected-ui-bugs-during-gui-automation-load-tests.htm</link>
		<comments>http://www.routinebot.com/how-do-i-keep-track-of-unexpected-ui-bugs-during-gui-automation-load-tests.htm#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:34:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conducting GUI Automation Load Tests]]></category>
		<category><![CDATA[GUI test cases]]></category>
		<category><![CDATA[recording of automated GUI test cases]]></category>
		<category><![CDATA[unexpected UI bugs]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=567</guid>
		<description><![CDATA[





GUI Test Automation &#8211; How-To Tips!
Download How-To Tips Now!





// 





While conducting GUI Automation Load Tests is a must in order to identify any unexpected UI bugs and crashes under varying loads, keeping track of such issues is far from easy. The inherent nature of load tests (high traffic and quick execution speed) makes it a [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/how-do-i-keep-track-of-unexpected-ui-bugs-during-gui-automation-load-tests.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>13)	How do I schedule the automated GUI tests to run or repeat at a specific time?</title>
		<link>http://www.routinebot.com/13how-do-i-schedule-the-automated-gui-tests-to-run-or-repeat-at-a-specific-time.htm</link>
		<comments>http://www.routinebot.com/13how-do-i-schedule-the-automated-gui-tests-to-run-or-repeat-at-a-specific-time.htm#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To Tips]]></category>
		<category><![CDATA[conducting automated GUI tests]]></category>
		<category><![CDATA[fire GUI test automation scripts]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=565</guid>
		<description><![CDATA[





GUI Test Automation &#8211; How-To Tips!
Download How-To Tips Now!





// 





Most web applications have varying traffic patterns (peaks, average, and low) at different times during the day. While conducting automated GUI tests for your application, it’s often desirable to conduct dry-runs which replicate the traffic patterns in real world. This approach is especially useful for testers [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/13how-do-i-schedule-the-automated-gui-tests-to-run-or-repeat-at-a-specific-time.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I invoke test GUI automation scripts and access graphics from multiple external projects for my test scripts?</title>
		<link>http://www.routinebot.com/how-do-i-invoke-test-gui-automation-scripts-and-access-graphics-from-multiple-external-projects-for-my-test-scripts.htm</link>
		<comments>http://www.routinebot.com/how-do-i-invoke-test-gui-automation-scripts-and-access-graphics-from-multiple-external-projects-for-my-test-scripts.htm#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:30:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To Tips]]></category>
		<category><![CDATA[automation scripts]]></category>
		<category><![CDATA[reuse the GUI automation scripts]]></category>
		<category><![CDATA[use the same GUI automation scripts]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=563</guid>
		<description><![CDATA[





GUI Test Automation &#8211; How-To Tips!
Download How-To Tips Now!





// 





There are two ways to use the same GUI automation scripts and graphics across multiple projects. First, copy the automation scripts and graphics into each individual project. Second, keep the scripts and graphics as part of one project and then link these as dependencies to any [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/how-do-i-invoke-test-gui-automation-scripts-and-access-graphics-from-multiple-external-projects-for-my-test-scripts.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My application uses a lot of sophisticated images and heavy-duty graphics. How do I write test cases which can accurate match the image patterns in my test cases to the objects which appear on the screen?</title>
		<link>http://www.routinebot.com/my-application-uses-a-lot-of-sophisticated-images-and-heavy-duty-graphics-how-do-i-write-test-cases-which-can-accurate-match-the-image-patterns-in-my-test-cases-to-the-objects-which-appear-on-the-scr.htm</link>
		<comments>http://www.routinebot.com/my-application-uses-a-lot-of-sophisticated-images-and-heavy-duty-graphics-how-do-i-write-test-cases-which-can-accurate-match-the-image-patterns-in-my-test-cases-to-the-objects-which-appear-on-the-scr.htm#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:28:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To Tips]]></category>
		<category><![CDATA[automate the GUI testing]]></category>
		<category><![CDATA[test high-end graphic applications]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=561</guid>
		<description><![CDATA[





GUI Test Automation &#8211; How-To Tips!
Download How-To Tips Now!





// 





It’s a nightmare to automate the GUI testing for high-end graphic applications. Most testing tools use an approximate match approach to detect image patterns; therefore they can lead to skewed test results when subject to high-resolution images as input. Coding this functionality within your test case [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/my-application-uses-a-lot-of-sophisticated-images-and-heavy-duty-graphics-how-do-i-write-test-cases-which-can-accurate-match-the-image-patterns-in-my-test-cases-to-the-objects-which-appear-on-the-scr.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I induce random delays in my automated GUI tests?</title>
		<link>http://www.routinebot.com/how-do-i-induce-random-delays-in-my-automated-gui-tests.htm</link>
		<comments>http://www.routinebot.com/how-do-i-induce-random-delays-in-my-automated-gui-tests.htm#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:25:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To Tips]]></category>
		<category><![CDATA[automated testing tools]]></category>
		<category><![CDATA[real-time test scenarios]]></category>
		<category><![CDATA[test http delays]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=559</guid>
		<description><![CDATA[





GUI Test Automation &#8211; How-To Tips!
Download How-To Tips Now!





// 





Inducing random delays in firing HTTP requests and fetching response is a common way for simulating real-time traffic in test scenarios. Such delays can be coded into your test cases by calling the sleep() and wait() functions. However, manually inducing such delays can often lead to [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/how-do-i-induce-random-delays-in-my-automated-gui-tests.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I take snapshots while the automated GUI tests are running?</title>
		<link>http://www.routinebot.com/how-do-i-take-snapshots-while-the-automated-gui-tests-are-running.htm</link>
		<comments>http://www.routinebot.com/how-do-i-take-snapshots-while-the-automated-gui-tests-are-running.htm#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:23:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To Tips]]></category>
		<category><![CDATA[screen snapshots while testing]]></category>
		<category><![CDATA[take snapshots while testing]]></category>
		<category><![CDATA[test cases in GUI]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=556</guid>
		<description><![CDATA[





GUI Test Automation &#8211; How-To Tips!
Download How-To Tips Now!





// 





It’s a common practice to take screen snapshots while testing an application. When a bug is reported, snapshots help bring the developer and testers on the same page and bridge the communication gap. So, how do you take snapshots of your application while it’s running the [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/how-do-i-take-snapshots-while-the-automated-gui-tests-are-running.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I invoke other Windows applications as part of my automated GUI tests?</title>
		<link>http://www.routinebot.com/how-do-i-invoke-other-windows-applications-as-part-of-my-automated-gui-tests.htm</link>
		<comments>http://www.routinebot.com/how-do-i-invoke-other-windows-applications-as-part-of-my-automated-gui-tests.htm#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:20:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To Tips]]></category>
		<category><![CDATA[adopt automated GUI testing]]></category>
		<category><![CDATA[GUI automation test scripts]]></category>
		<category><![CDATA[test invoke a program]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=554</guid>
		<description><![CDATA[





GUI Test Automation &#8211; How-To Tips!
Download How-To Tips Now!





// 





Several web applications use other Windows applications (e.g. opening a document in Microsoft Word or generating a calendar invite for an Outlook event). Therefore, to test such scenarios, it is required that the GUI automation test scripts provide the capability to invoke these Windows applications.
While it’s [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/how-do-i-invoke-other-windows-applications-as-part-of-my-automated-gui-tests.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I test heterogeneous applications written in multiple languages like JavaScript &amp; Pascal?</title>
		<link>http://www.routinebot.com/how-do-i-test-heterogeneous-applications-written-in-multiple-languages-like-javascript-pascal.htm</link>
		<comments>http://www.routinebot.com/how-do-i-test-heterogeneous-applications-written-in-multiple-languages-like-javascript-pascal.htm#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:18:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-To Tips]]></category>
		<category><![CDATA[Automating the GUI tests]]></category>
		<category><![CDATA[test scripting languages]]></category>
		<category><![CDATA[UI test technologies]]></category>

		<guid isPermaLink="false">http://www.routinebot.com/?p=551</guid>
		<description><![CDATA[





GUI Test Automation &#8211; How-To Tips!
Download How-To Tips Now!





// 





Automating the GUI tests for a heterogeneous application is a tedious task. Automated Tools such as RoutineBot which support multiple scripting languages provide the ideal platform for testing such applications.
RoutineBot, for instance, supports Pascal, JavaScript and Basic scripting languages. Further, such tools offer a massive advantage [...]]]></description>
		<wfw:commentRss>http://www.routinebot.com/how-do-i-test-heterogeneous-applications-written-in-multiple-languages-like-javascript-pascal.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

