<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Bit Motif</title>
	<link>http://www.bitmotif.com</link>
	<description>A Zero Here, A One There</description>
	<pubDate>Mon, 08 Sep 2008 11:22:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>Comment on Selenium Remote Control For Java — A Tutorial (part 4) by pjberry</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-4/#comment-224</link>
		<pubDate>Sun, 17 Aug 2008 11:43:08 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-4/#comment-224</guid>
					<description>@Angelo:

If you cut and paste the code, you may be getting different characters.  I know when I cut the code from here and paste back into my IDE, I get italicized formatting.</description>
		<content:encoded><![CDATA[<p>@Angelo:</p>
<p>If you cut and paste the code, you may be getting different characters.  I know when I cut the code from here and paste back into my IDE, I get italicized formatting.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java — A Tutorial (part 3) by amol</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/#comment-221</link>
		<pubDate>Tue, 12 Aug 2008 20:57:24 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/#comment-221</guid>
					<description>Hi,

     I am working with pop ups and my flow is

MainWindow --&#62; Popup ---&#62;RETURN VAL--&#62;MainWindow

Now I when my popup tried to return a value to the main window it gives the following error

[error] isNewPageLoaded found an old pageLoadError
[error] Current window or frame is closed! 

The popup has a button "Update" and it has a onClick="submit()" function.

I tried placing pause at various intervals but it still fails.

You have any idea about this?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>     I am working with pop ups and my flow is</p>
<p>MainWindow &#8211;&gt; Popup &#8212;&gt;RETURN VAL&#8211;&gt;MainWindow</p>
<p>Now I when my popup tried to return a value to the main window it gives the following error</p>
<p>[error] isNewPageLoaded found an old pageLoadError<br />
[error] Current window or frame is closed! </p>
<p>The popup has a button &#8220;Update&#8221; and it has a onClick=&#8221;submit()&#8221; function.</p>
<p>I tried placing pause at various intervals but it still fails.</p>
<p>You have any idea about this?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java &#8212; A Tutorial by Zuhaib Ahmed</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/#comment-213</link>
		<pubDate>Tue, 22 Jul 2008 06:32:58 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/#comment-213</guid>
					<description>Well its quite nicely described, Thumbs Up !!!! i would suggest you to please demonstrate some more scenarios with the help of examples showing regularly used features of Selenium.

Good Luck.</description>
		<content:encoded><![CDATA[<p>Well its quite nicely described, Thumbs Up !!!! i would suggest you to please demonstrate some more scenarios with the help of examples showing regularly used features of Selenium.</p>
<p>Good Luck.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java &#8212; A Tutorial (part 2) by Extend Selenium RC by means of .getEval method &#171; Kostas Mamalis blog</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-2/#comment-209</link>
		<pubDate>Tue, 15 Jul 2008 11:49:21 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-2/#comment-209</guid>
					<description>[...] If we place this in the test class we created in a previous tutorial and run it, we should see a green bar. Pretty cool, eh? [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] If we place this in the test class we created in a previous tutorial and run it, we should see a green bar. Pretty cool, eh? [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java &#8212; A Tutorial by Ankush</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/#comment-206</link>
		<pubDate>Wed, 02 Jul 2008 14:17:48 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/#comment-206</guid>
					<description>It's a good tutorial, good easy language and good subject ( relevant :) ).. 
However how do you write the long testing code for sites, i mean manually coding selenium.click(link), verify...etc. So do you always open the website, save the links and text to test and then code them in your code? Isn't their a better way to do.. 

I try to record my tests using IDE, and then export them as Java classes where I can copy the selenium click/verify etc. commands into my java code, do you think that's the best way?

Also do you have to create a new file for each test? If so, if you want to run them together (assume 10  classes, ExampleTest1, ExampleTest2,...,ExampleTest10 ), how do you do so ??

Thanks</description>
		<content:encoded><![CDATA[<p>It&#8217;s a good tutorial, good easy language and good subject ( relevant <img src='http://www.bitmotif.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )..<br />
However how do you write the long testing code for sites, i mean manually coding selenium.click(link), verify&#8230;etc. So do you always open the website, save the links and text to test and then code them in your code? Isn&#8217;t their a better way to do.. </p>
<p>I try to record my tests using IDE, and then export them as Java classes where I can copy the selenium click/verify etc. commands into my java code, do you think that&#8217;s the best way?</p>
<p>Also do you have to create a new file for each test? If so, if you want to run them together (assume 10  classes, ExampleTest1, ExampleTest2,&#8230;,ExampleTest10 ), how do you do so ??</p>
<p>Thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java — A Tutorial (part 4) by Angelo</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-4/#comment-202</link>
		<pubDate>Fri, 20 Jun 2008 01:44:30 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-4/#comment-202</guid>
					<description>Hi, i've tried the example's above but i get some errors saying "illegal character" on this command "assertEquals(texts, selenium.getEval(childSpanTextSnippet));".... please can you explain what's wrong on it... thanks again...</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;ve tried the example&#8217;s above but i get some errors saying &#8220;illegal character&#8221; on this command &#8220;assertEquals(texts, selenium.getEval(childSpanTextSnippet));&#8221;&#8230;. please can you explain what&#8217;s wrong on it&#8230; thanks again&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java &#8212; A Tutorial by Angelo</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/#comment-201</link>
		<pubDate>Tue, 17 Jun 2008 05:44:43 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/#comment-201</guid>
					<description>thanks for this tutorial... I'm new in selenium and i want to explore more on it... keep up the good work...</description>
		<content:encoded><![CDATA[<p>thanks for this tutorial&#8230; I&#8217;m new in selenium and i want to explore more on it&#8230; keep up the good work&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java — A Tutorial (part 4) by Блог компании IKEEN Group &#187; Blog Archive &#187; Вызов JavaScript из Selenium.</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-4/#comment-194</link>
		<pubDate>Tue, 27 May 2008 09:19:10 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-4/#comment-194</guid>
					<description>[...] Selenium Remote Control For Java [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Selenium Remote Control For Java [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java — A Tutorial (part 3) by Tom</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/#comment-172</link>
		<pubDate>Thu, 08 May 2008 21:51:57 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/#comment-172</guid>
					<description>Thanks for the tip on setting window to null</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on setting window to null
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium Remote Control For Java &#8212; A Tutorial by perogi</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/#comment-160</link>
		<pubDate>Thu, 03 Apr 2008 18:43:41 +0000</pubDate>
		<guid>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial/#comment-160</guid>
					<description>P1F,

I would recommend using an IDE such as Eclipse and placing tests inside a test source folder.  Using JUnit, you can run these tests in quite a few different ways.  Any basic JUnit tutorial can help you with this.

pjberry,

Excellent article.  Well done.
perogi.</description>
		<content:encoded><![CDATA[<p>P1F,</p>
<p>I would recommend using an IDE such as Eclipse and placing tests inside a test source folder.  Using JUnit, you can run these tests in quite a few different ways.  Any basic JUnit tutorial can help you with this.</p>
<p>pjberry,</p>
<p>Excellent article.  Well done.<br />
perogi.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
