<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments for Automation Beyond</title>
	<atom:link href="http://automation-beyond.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://automation-beyond.com</link>
	<description>An engineering approach to Software Testing and Test Automation</description>
	<lastBuildDate>Mon, 13 May 2013 08:35:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on What testers can learn from playing chess by Neotys Testing Roundup, May 2013 Issue 2</title>
		<link>http://automation-beyond.com/2013/05/08/what-testers-can-learn-from-playing-chess/comment-page-1/#comment-60473</link>
		<dc:creator>Neotys Testing Roundup, May 2013 Issue 2</dc:creator>
		<pubDate>Mon, 13 May 2013 08:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?p=5366#comment-60473</guid>
		<description>[...] What do chess and software testing have in common? If you ask Albert Gareev, author of the blog Automation Beyond, the answer is a lot [...]</description>
		<content:encoded><![CDATA[<p>[...] What do chess and software testing have in common? If you ask Albert Gareev, author of the blog Automation Beyond, the answer is a lot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Follow the CRUMBS by notebook - Automation Beyond</title>
		<link>http://automation-beyond.com/2012/07/14/follow-the-crumbs/comment-page-1/#comment-58368</link>
		<dc:creator>notebook - Automation Beyond</dc:creator>
		<pubDate>Fri, 19 Apr 2013 12:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?p=5155#comment-58368</guid>
		<description>[...] depends not on the tool, but the actual implementation. Once Michael Larsen and I put together an article on evaluation [...]</description>
		<content:encoded><![CDATA[<p>[...] depends not on the tool, but the actual implementation. Once Michael Larsen and I put together an article on evaluation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on notebook by Alaska Capt</title>
		<link>http://automation-beyond.com/2013/04/05/notebook/comment-page-1/#comment-56913</link>
		<dc:creator>Alaska Capt</dc:creator>
		<pubDate>Mon, 08 Apr 2013 10:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?p=5346#comment-56913</guid>
		<description>Nice abbreviation for SWAT!</description>
		<content:encoded><![CDATA[<p>Nice abbreviation for SWAT!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS Dynamics Great Plains: Built-in Macro System by Rejean Franche</title>
		<link>http://automation-beyond.com/2009/11/12/ms-dynamics-great-plains-macros/comment-page-1/#comment-53461</link>
		<dc:creator>Rejean Franche</dc:creator>
		<pubDate>Thu, 14 Mar 2013 21:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://automationbeyond.wordpress.com/?p=621#comment-53461</guid>
		<description>In GP2010, i have this macro i recorded who make Cut&amp;paste :
# DEXVERSION=11.00.0359.000 2 2
CheckActiveWin dictionary &#039;Canadian Payroll&#039;  form &#039;P_CPY_SETP_ROE&#039; window &#039;P_CPY_ROE_Amounts&#039; 
  MoveTo field &#039;P_ROE_PP_Amount&#039;[26] 
  CommandExec form BuiLtin command cmdEditCopy 
  MoveTo field &#039;P_ROE_PP_Amount&#039;[27] 
  CommandExec form BuiLtin command cmdEditPaste 

When i run it i get the message :
Command disabled (Line #4) 
This line #4 is « CommandExec form BuiLtin command cmdEditCopy »

You know why?

&lt;i&gt;[ Albert&#039;s reply. That could be for a number of reasons; you need to do a hands-on investigation.&lt;/i&gt;
&lt;i&gt;First, try to use another built-in command to see if all of them or only this particular one doesn&#039;t work.&lt;/i&gt;
&lt;i&gt;Second, see if the GUI is in the right context state for copying of record of employment amount.&lt;/i&gt;
&lt;i&gt;As a workaround you can try TypeTo command to directly send Ctrl-C / Ctrl-V keystrokes.]&lt;/i&gt;
</description>
		<content:encoded><![CDATA[<p>In GP2010, i have this macro i recorded who make Cut&amp;paste :<br />
# DEXVERSION=11.00.0359.000 2 2<br />
CheckActiveWin dictionary &#8216;Canadian Payroll&#8217;  form &#8216;P_CPY_SETP_ROE&#8217; window &#8216;P_CPY_ROE_Amounts&#8217;<br />
  MoveTo field &#8216;P_ROE_PP_Amount&#8217;[26]<br />
  CommandExec form BuiLtin command cmdEditCopy<br />
  MoveTo field &#8216;P_ROE_PP_Amount&#8217;[27]<br />
  CommandExec form BuiLtin command cmdEditPaste </p>
<p>When i run it i get the message :<br />
Command disabled (Line #4)<br />
This line #4 is « CommandExec form BuiLtin command cmdEditCopy »</p>
<p>You know why?</p>
<p><i>[ Albert's reply. That could be for a number of reasons; you need to do a hands-on investigation.</i><br />
<i>First, try to use another built-in command to see if all of them or only this particular one doesn't work.</i><br />
<i>Second, see if the GUI is in the right context state for copying of record of employment amount.</i><br />
<i>As a workaround you can try TypeTo command to directly send Ctrl-C / Ctrl-V keystrokes.]</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load/Performance Testing with NeoLoad by Let&#8217;s Hammer It Right (Performance Testing, NeoLoad) - Automation Beyond</title>
		<link>http://automation-beyond.com/chapters/tutorials/neoload/comment-page-1/#comment-48416</link>
		<dc:creator>Let&#8217;s Hammer It Right (Performance Testing, NeoLoad) - Automation Beyond</dc:creator>
		<pubDate>Wed, 09 Jan 2013 14:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?page_id=5315#comment-48416</guid>
		<description>[...] Load/Performance Testing with NeoLoad [...]</description>
		<content:encoded><![CDATA[<p>[...] Load/Performance Testing with NeoLoad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load/Performance Testing with NeoLoad by Stress Is Not A Good Way To Start (Performance testing, NeoLoad) - Automation Beyond</title>
		<link>http://automation-beyond.com/chapters/tutorials/neoload/comment-page-1/#comment-48415</link>
		<dc:creator>Stress Is Not A Good Way To Start (Performance testing, NeoLoad) - Automation Beyond</dc:creator>
		<pubDate>Wed, 09 Jan 2013 14:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?page_id=5315#comment-48415</guid>
		<description>[...] Load/Performance Testing with NeoLoad [...]</description>
		<content:encoded><![CDATA[<p>[...] Load/Performance Testing with NeoLoad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load/Performance Testing with NeoLoad by &#8220;Think Time&#8221; matters. A lot more than it may seem (Performance testing, NeoLoad) - Automation Beyond</title>
		<link>http://automation-beyond.com/chapters/tutorials/neoload/comment-page-1/#comment-48413</link>
		<dc:creator>&#8220;Think Time&#8221; matters. A lot more than it may seem (Performance testing, NeoLoad) - Automation Beyond</dc:creator>
		<pubDate>Wed, 09 Jan 2013 14:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?page_id=5315#comment-48413</guid>
		<description>[...] Load/Performance Testing with NeoLoad [...]</description>
		<content:encoded><![CDATA[<p>[...] Load/Performance Testing with NeoLoad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load/Performance Testing with NeoLoad by NeoLoad Containers: Taking Group Measurements - Automation Beyond</title>
		<link>http://automation-beyond.com/chapters/tutorials/neoload/comment-page-1/#comment-48412</link>
		<dc:creator>NeoLoad Containers: Taking Group Measurements - Automation Beyond</dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?page_id=5315#comment-48412</guid>
		<description>[...] Load/Performance Testing with NeoLoad [...]</description>
		<content:encoded><![CDATA[<p>[...] Load/Performance Testing with NeoLoad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load/Performance Testing with NeoLoad by Using dynamic array structures (Performance Testing, NeoLoad) - Automation Beyond</title>
		<link>http://automation-beyond.com/chapters/tutorials/neoload/comment-page-1/#comment-48411</link>
		<dc:creator>Using dynamic array structures (Performance Testing, NeoLoad) - Automation Beyond</dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?page_id=5315#comment-48411</guid>
		<description>[...] Load/Performance Testing with NeoLoad [...]</description>
		<content:encoded><![CDATA[<p>[...] Load/Performance Testing with NeoLoad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load/Performance Testing with NeoLoad by Catching Failures (Performance Testing, NeoLoad) - Automation Beyond</title>
		<link>http://automation-beyond.com/chapters/tutorials/neoload/comment-page-1/#comment-48410</link>
		<dc:creator>Catching Failures (Performance Testing, NeoLoad) - Automation Beyond</dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://automation-beyond.com/?page_id=5315#comment-48410</guid>
		<description>[...] Load/Performance Testing with NeoLoad [...]</description>
		<content:encoded><![CDATA[<p>[...] Load/Performance Testing with NeoLoad [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
