<?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/"
		>
<channel>
	<title>Comments for agimatec</title>
	<atom:link href="http://www.agimatec.de/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agimatec.de/blog</link>
	<description>Clash of realities</description>
	<lastBuildDate>Mon, 15 Mar 2010 13:16:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Extended BlazeDS and JMS example by shubhajeet sinha</title>
		<link>http://www.agimatec.de/blog/2008/08/extended-blazeds-and-jms-example/comment-page-1/#comment-508</link>
		<dc:creator>shubhajeet sinha</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=262#comment-508</guid>
		<description>hi ... 

I have also implemented the flex/java integration and stuck up with the following error.

&quot;The consumer was not able to subscribe to its target destination.&quot;

Kindly help me to figure this out.

Shubhajeet</description>
		<content:encoded><![CDATA[<p>hi &#8230; </p>
<p>I have also implemented the flex/java integration and stuck up with the following error.</p>
<p>&#8220;The consumer was not able to subscribe to its target destination.&#8221;</p>
<p>Kindly help me to figure this out.</p>
<p>Shubhajeet</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex oder wie ich lernte, den Feind zu lieben by yui drag and drop example</title>
		<link>http://www.agimatec.de/blog/2008/04/flex-oder-wie-ich-lernte-den-feind-zu-lieben/comment-page-1/#comment-505</link>
		<dc:creator>yui drag and drop example</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/wordpress/?p=43#comment-505</guid>
		<description>Ext-Js and YUI,  in my belief, are identical. Ext-Js may be slightly ampler coded, but YUI healthier documented. If  was needful to opt between YUI and Ext-Js, YUI is hotter choice, because of closer support, many demos and documentations. In other slope, as you will catch after YUI and Ext-Js are real equal, thusly YUI demos and models on certain occasions can be expedient for Ext-js coding.</description>
		<content:encoded><![CDATA[<p>Ext-Js and YUI,  in my belief, are identical. Ext-Js may be slightly ampler coded, but YUI healthier documented. If  was needful to opt between YUI and Ext-Js, YUI is hotter choice, because of closer support, many demos and documentations. In other slope, as you will catch after YUI and Ext-Js are real equal, thusly YUI demos and models on certain occasions can be expedient for Ext-js coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium-Flex-Tests with Maven by Files Search</title>
		<link>http://www.agimatec.de/blog/2008/11/selenium-flex-tests-with-maven/comment-page-1/#comment-498</link>
		<dc:creator>Files Search</dc:creator>
		<pubDate>Mon, 04 Jan 2010 09:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=385#comment-498</guid>
		<description>Hi, This test is exactly what I&#039;m looking for. The app has all the components I need to test. So thanks in advance..but I can&#039;t seem to find the source code for the tests and the app itself on source forge could you give a link directly to them?</description>
		<content:encoded><![CDATA[<p>Hi, This test is exactly what I&#8217;m looking for. The app has all the components I need to test. So thanks in advance..but I can&#8217;t seem to find the source code for the tests and the app itself on source forge could you give a link directly to them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zahlensalat: JasperReports, iReports und andere Wege, sich den Tag zu versauen (Start iReport FAQ) by Tomcat</title>
		<link>http://www.agimatec.de/blog/2008/04/zahlensalat-jasperreports-ireports-und-andere-wege-sich-den-tag-zu-versauen-start-ireport-faq/comment-page-1/#comment-491</link>
		<dc:creator>Tomcat</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=54#comment-491</guid>
		<description>How can I define a default value within iReport for a Collection parameter type?

thx tomcat</description>
		<content:encoded><![CDATA[<p>How can I define a default value within iReport for a Collection parameter type?</p>
<p>thx tomcat</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium CI Tests with TeamCity by Scott Sims</title>
		<link>http://www.agimatec.de/blog/2008/07/selenium-ci-tests-with-teamcity/comment-page-1/#comment-489</link>
		<dc:creator>Scott Sims</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=219#comment-489</guid>
		<description>I have been using team city to launch my selenium grid web test also.   We write our tests in ruby and use rake files to control the execution.  It has been a learning curve to create rake tasks that will run the scripts in parallel on team city.  I was using the team city rake runner, but after research I found out that team city does not support parallel test runs for rspec tests. I changed my configuration to run from the command line.  Now my tests complete 80% faster when they run in parallel.</description>
		<content:encoded><![CDATA[<p>I have been using team city to launch my selenium grid web test also.   We write our tests in ruby and use rake files to control the execution.  It has been a learning curve to create rake tasks that will run the scripts in parallel on team city.  I was using the team city rake runner, but after research I found out that team city does not support parallel test runs for rspec tests. I changed my configuration to run from the command line.  Now my tests complete 80% faster when they run in parallel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Testing of massive Ajax Apps by Frank Cohen</title>
		<link>http://www.agimatec.de/blog/2008/08/selenium-testing-of-massive-ajax-apps/comment-page-1/#comment-488</link>
		<dc:creator>Frank Cohen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=247#comment-488</guid>
		<description>Hi Simon: Thank you for the excellent article. PushToTest provides professional technical support for Selenium. Many of our customers are dealing with Ajax applications. Your article presents a great method for overcoming Ajax issues in a Selenium context. -Frank</description>
		<content:encoded><![CDATA[<p>Hi Simon: Thank you for the excellent article. PushToTest provides professional technical support for Selenium. Many of our customers are dealing with Ajax applications. Your article presents a great method for overcoming Ajax issues in a Selenium context. -Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Testing of massive Ajax Apps by Simon Tiffert</title>
		<link>http://www.agimatec.de/blog/2008/08/selenium-testing-of-massive-ajax-apps/comment-page-1/#comment-487</link>
		<dc:creator>Simon Tiffert</dc:creator>
		<pubDate>Mon, 19 Oct 2009 06:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=247#comment-487</guid>
		<description>Hello,

indeed a strange behaviour.

Let me understand your code:
- in the first Assert.isTrue you check if there is the button. But it is normally not there, that&#039;s why you want to step into the waiting loop. But doesn&#039;t the failing assert stop the execution flow?
- The waiting loop seems to be all right and if there is no failure and the button appears in the time range, the button is clicked. But this is also checked with the first statement, in the other I think we would&#039;t reach that point.

If the asserts are ignored you could end up with a button click without a real button on the screen. But that is just an assumption. I also have no clue what the &quot;unspecified error&quot; is. Hope you can resolve your problems.

Cheers
Simon</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>indeed a strange behaviour.</p>
<p>Let me understand your code:<br />
- in the first Assert.isTrue you check if there is the button. But it is normally not there, that&#8217;s why you want to step into the waiting loop. But doesn&#8217;t the failing assert stop the execution flow?<br />
- The waiting loop seems to be all right and if there is no failure and the button appears in the time range, the button is clicked. But this is also checked with the first statement, in the other I think we would&#8217;t reach that point.</p>
<p>If the asserts are ignored you could end up with a button click without a real button on the screen. But that is just an assumption. I also have no clue what the &#8220;unspecified error&#8221; is. Hope you can resolve your problems.</p>
<p>Cheers<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auditing and entity versioning based on triggers and hibernate by BHF</title>
		<link>http://www.agimatec.de/blog/2009/07/auditing-and-entity-versioning-based-on-triggers-and-hibernate/comment-page-1/#comment-486</link>
		<dc:creator>BHF</dc:creator>
		<pubDate>Fri, 16 Oct 2009 15:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=644#comment-486</guid>
		<description>many thx for this.

Bernd Helmut Frank</description>
		<content:encoded><![CDATA[<p>many thx for this.</p>
<p>Bernd Helmut Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Testing of massive Ajax Apps by ajax</title>
		<link>http://www.agimatec.de/blog/2008/08/selenium-testing-of-massive-ajax-apps/comment-page-1/#comment-485</link>
		<dc:creator>ajax</dc:creator>
		<pubDate>Wed, 14 Oct 2009 22:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=247#comment-485</guid>
		<description>//Next Button
                string btnNext = &quot;btnStep3Next&quot;;
                Assert.IsTrue(selenium.IsElementPresent(btnNext), &quot;Next Button is not found&quot;);
                SeleniumUtil.WaitForElement(selenium, btnNext, 60);
                selenium.Click(btnNext);

public static void WaitForElement(ISelenium selenium, string elementId, int timeout)
        {
            // Loop initialization.
            for (int second = 0; ; second++)
            {
                    if (second &gt;= timeout)
                    Assert.Fail(String.Format(&quot;Waiting for Element {0} timed out.&quot;, elementId));
                try
                {
                    //Search for element and if available then break loop.
                    if (selenium.IsElementPresent(elementId)) break;
                }
                catch (Exception)
                { }

                //pause for one second
                Thread.Sleep(1000);
            }

ErrorMessage:
click[btnNext, ] on session 058d1db6d44847258753cada7bb83704
11:55:12.685 INFO – Got result: ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Unspecified error. on session 058d1db6d44847258753cada7bb83704</description>
		<content:encoded><![CDATA[<p>//Next Button<br />
                string btnNext = &#8220;btnStep3Next&#8221;;<br />
                Assert.IsTrue(selenium.IsElementPresent(btnNext), &#8220;Next Button is not found&#8221;);<br />
                SeleniumUtil.WaitForElement(selenium, btnNext, 60);<br />
                selenium.Click(btnNext);</p>
<p>public static void WaitForElement(ISelenium selenium, string elementId, int timeout)<br />
        {<br />
            // Loop initialization.<br />
            for (int second = 0; ; second++)<br />
            {<br />
                    if (second &gt;= timeout)<br />
                    Assert.Fail(String.Format(&#8220;Waiting for Element {0} timed out.&#8221;, elementId));<br />
                try<br />
                {<br />
                    //Search for element and if available then break loop.<br />
                    if (selenium.IsElementPresent(elementId)) break;<br />
                }<br />
                catch (Exception)<br />
                { }</p>
<p>                //pause for one second<br />
                Thread.Sleep(1000);<br />
            }</p>
<p>ErrorMessage:<br />
click[btnNext, ] on session 058d1db6d44847258753cada7bb83704<br />
11:55:12.685 INFO – Got result: ERROR: Command execution failure. Please search the forum at <a href="http://clearspace.openqa.org" rel="nofollow">http://clearspace.openqa.org</a> for error details from the log window. The error message is: Unspecified error. on session 058d1db6d44847258753cada7bb83704</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Testing of massive Ajax Apps by ajax</title>
		<link>http://www.agimatec.de/blog/2008/08/selenium-testing-of-massive-ajax-apps/comment-page-1/#comment-484</link>
		<dc:creator>ajax</dc:creator>
		<pubDate>Wed, 14 Oct 2009 22:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.agimatec.de/blog/?p=247#comment-484</guid>
		<description>I am using WaitForElement for all contorls. But still when i run my test i am getting following errormessage. 

For ex: while clicking button, i am getting below error message:

click[btnNext, ] on session 058d1db6d44847258753cada7bb83704
11:55:12.685 INFO - Got result: ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window.  The error message is: Unspecified error. on session 058d1db6d44847258753cada7bb83704

This happens for contols like button, sometimes radio button, sometimes checkboxes.

Please Help!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>I am using WaitForElement for all contorls. But still when i run my test i am getting following errormessage. </p>
<p>For ex: while clicking button, i am getting below error message:</p>
<p>click[btnNext, ] on session 058d1db6d44847258753cada7bb83704<br />
11:55:12.685 INFO &#8211; Got result: ERROR: Command execution failure. Please search the forum at <a href="http://clearspace.openqa.org" rel="nofollow">http://clearspace.openqa.org</a> for error details from the log window.  The error message is: Unspecified error. on session 058d1db6d44847258753cada7bb83704</p>
<p>This happens for contols like button, sometimes radio button, sometimes checkboxes.</p>
<p>Please Help!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
