﻿<?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>Łukasz Jasiński</title>
	<atom:link href="http://blog.alvarus.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alvarus.org</link>
	<description>about software testing</description>
	<lastBuildDate>Sat, 09 May 2015 19:12:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.8</generator>
	<item>
		<title>Back to Quality Excites</title>
		<link>http://blog.alvarus.org/2015/05/back-to-quality-excites/</link>
		<comments>http://blog.alvarus.org/2015/05/back-to-quality-excites/#comments</comments>
		<pubDate>Sat, 09 May 2015 19:12:10 +0000</pubDate>
		<dc:creator><![CDATA[Łukasz Jasiński]]></dc:creator>
				<category><![CDATA[Conference]]></category>

		<guid isPermaLink="false">http://blog.alvarus.org/?p=323</guid>
		<description><![CDATA[After one year, again, I will be on Quality Excites Conference as a speaker. Year ago I talked about Jenkins &#8211; very powerful tool for Continuous Integration and more. This time I will talk about Scala and how we can improve our Selenium tests using this language in comparison with the popular Java. I will [&#8230;]]]></description>
		<wfw:commentRss>http://blog.alvarus.org/2015/05/back-to-quality-excites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selenium: Simple waitFor method</title>
		<link>http://blog.alvarus.org/2014/08/selenium-simple-waitfor-method/</link>
		<comments>http://blog.alvarus.org/2014/08/selenium-simple-waitfor-method/#comments</comments>
		<pubDate>Sun, 17 Aug 2014 14:41:07 +0000</pubDate>
		<dc:creator><![CDATA[Łukasz Jasiński]]></dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.alvarus.org/?p=317</guid>
		<description><![CDATA[In the last post about Selenium and waitFor issues I mentioned about automatically refreshing web pages. There was an example with list of the elements which is refreshed in every 5 seconds. Here is a very very simple method which waits for some time for a particular element on the list and when it appear [&#8230;]]]></description>
		<wfw:commentRss>http://blog.alvarus.org/2014/08/selenium-simple-waitfor-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Spell Checker for Web Applications with JUnit report</title>
		<link>http://blog.alvarus.org/2014/08/automatic-spell-checker-for-web-applications-with-junit-report/</link>
		<comments>http://blog.alvarus.org/2014/08/automatic-spell-checker-for-web-applications-with-junit-report/#comments</comments>
		<pubDate>Sun, 17 Aug 2014 12:30:13 +0000</pubDate>
		<dc:creator><![CDATA[Łukasz Jasiński]]></dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://blog.alvarus.org/?p=309</guid>
		<description><![CDATA[Some time ago in my project at BLStream we wanted to be sure that texts on web pages are correct and do not have any typos. We did not find any tool which could be easily added to our continuous integration process. I wrote a small script in Ruby which checks every word displayed on [&#8230;]]]></description>
		<wfw:commentRss>http://blog.alvarus.org/2014/08/automatic-spell-checker-for-web-applications-with-junit-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selenium and dynamic Web Applications once again</title>
		<link>http://blog.alvarus.org/2014/08/selenium-and-dynamic-web-applications-once-again/</link>
		<comments>http://blog.alvarus.org/2014/08/selenium-and-dynamic-web-applications-once-again/#comments</comments>
		<pubDate>Sat, 16 Aug 2014 10:06:34 +0000</pubDate>
		<dc:creator><![CDATA[Łukasz Jasiński]]></dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.alvarus.org/?p=286</guid>
		<description><![CDATA[Before I wrote about dynamic Web Applications and SeleniumWait library to solve issues related to waiting for a dynamically appearing elements. In specific applications we can encounter also another problem &#8211; dynamic refreshing. A good example is a list of the elements which are automatically refreshed e.g. every 5 seconds (by JavaScript). Thanks to that user [&#8230;]]]></description>
		<wfw:commentRss>http://blog.alvarus.org/2014/08/selenium-and-dynamic-web-applications-once-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SeleniumWait library to solve issues in dynamic Web Applications</title>
		<link>http://blog.alvarus.org/2014/08/seleniumwait-library-to-solve-issues-in-dynamic-web-applications/</link>
		<comments>http://blog.alvarus.org/2014/08/seleniumwait-library-to-solve-issues-in-dynamic-web-applications/#comments</comments>
		<pubDate>Fri, 15 Aug 2014 07:04:56 +0000</pubDate>
		<dc:creator><![CDATA[Łukasz Jasiński]]></dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://blog.alvarus.org/?p=277</guid>
		<description><![CDATA[Nowadays there are more and more Web Applications which use JavaScript and AJAX. As a result almost all content on the page are generate or fetch dynamically. Every Test Automation Engineer had a problem with that and saw such exception: org.openqa.selenium.NoSuchElementException: no such element It almost always means that such element has not yet appeared on the [&#8230;]]]></description>
		<wfw:commentRss>http://blog.alvarus.org/2014/08/seleniumwait-library-to-solve-issues-in-dynamic-web-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
