<?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>Waldemar's blog &#187; Uncategorized</title>
	<atom:link href="http://blog.testsautomation.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.testsautomation.com</link>
	<description>Live fast, die old...</description>
	<lastBuildDate>Mon, 02 Jan 2012 20:36:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My first and tiny startup</title>
		<link>http://blog.testsautomation.com/2010/09/my-first-and-tiny-startup/</link>
		<comments>http://blog.testsautomation.com/2010/09/my-first-and-tiny-startup/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 21:20:09 +0000</pubDate>
		<dc:creator>Waldemar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.testsautomation.com/?p=605</guid>
		<description><![CDATA[Hi All readers I have recently started my first and tiny startup. Basically it&#8217;s RSS news aggregator based on K-I-S-S principle and few similar ideas already running on the net. Unfortunately for non-Polish readers it&#8217;s mainly focused on Polish news but there is &#8220;IT Eng&#8221; part which you can find interesting. The whole thing is [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All readers</p>
<p>I have recently started my first and tiny startup. Basically it&#8217;s RSS news aggregator based on K-I-S-S principle and few similar ideas already running on the net. Unfortunately for non-Polish readers it&#8217;s mainly focused on Polish news but there is &#8220;IT Eng&#8221; part which you can find interesting.</p>
<p>The whole thing is running on PHP, MySQL and jQuery. My main goal was to deliver the latest news in a very clear form. Hopefully I will try to run it without ads but we will see&#8230;</p>
<p>Feel free to step in: <a href="http://www.czytnik-newsow.pl/">www.czytnik-newsow.pl</a> (means &#8220;news reader&#8221; in Polish)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.testsautomation.com/2010/09/my-first-and-tiny-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selenium Grid &#8211; what&#8217;s that?</title>
		<link>http://blog.testsautomation.com/2010/05/selenium-grid-whats-that/</link>
		<comments>http://blog.testsautomation.com/2010/05/selenium-grid-whats-that/#comments</comments>
		<pubDate>Sat, 15 May 2010 19:09:28 +0000</pubDate>
		<dc:creator>Waldemar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.testsautomation.com/?p=582</guid>
		<description><![CDATA[If you are familiar with Selenium test tool, you probably know that when running tests, you can run only one test case at a time. Lets say we have 10 test cases and running each takes about 10 minutes. In that case, running all test cases will take 100 minutes. Now, the question is how [...]]]></description>
			<content:encoded><![CDATA[<p>If you are familiar with Selenium test tool, you probably know that when running tests, you can run only one test case at a time. Lets say we have 10 test cases and running each takes about 10 minutes. In that case, running all test cases will take 100 minutes. Now, the question is how to speed it up? How to make it faster?</p>
<p>One of the solution is to run test cases in parallel. And that&#8217;s exactly what Selenium Grid is for. It allows to setup few remote boxes and run test cases on all boxes simultaneously at the same time.</p>
<p>There are two main parts of Selenium Grid: hub and remote control. You will run most probably one single hub and multiple remote controllers. Remote controllers are responsible for executing particular test cases using the browser like in regular Selenium. Hub is responsible for distributing test cases between remote controllers and collecting results. </p>
<p>Going back to our example. Lets use 10 remote controllers and lets run our 10 test cases. With such setup, running all test cases will take only 10 minutes (from 100 minutes) which is a huge improvement. </p>
<p>More info about Selenium Grid here : <a href="http://selenium-grid.seleniumhq.org/">http://selenium-grid.seleniumhq.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.testsautomation.com/2010/05/selenium-grid-whats-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LoadRunner stopping half of the users</title>
		<link>http://blog.testsautomation.com/2010/05/loadrunner-stopping-half-of-the-users/</link>
		<comments>http://blog.testsautomation.com/2010/05/loadrunner-stopping-half-of-the-users/#comments</comments>
		<pubDate>Sun, 09 May 2010 20:24:11 +0000</pubDate>
		<dc:creator>Waldemar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.testsautomation.com/?p=579</guid>
		<description><![CDATA[Another issue that I&#8217;m facing from time to time is that LoadRunner stops 50% of running users without any notification, issue, error message etc. I&#8217;ve find out that it happens only when running with log level set to &#8216;always send a message&#8217;. Because of that, I suggest to run with log level set to &#8216;Send [...]]]></description>
			<content:encoded><![CDATA[<p>Another issue that I&#8217;m facing from time to time is that LoadRunner stops 50% of running users without any notification, issue, error message etc. I&#8217;ve find out that it happens only when running with log level set to &#8216;always send a message&#8217;. Because of that, I suggest to run with log level set to &#8216;Send message only when error occur&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.testsautomation.com/2010/05/loadrunner-stopping-half-of-the-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LoadRunner not recording anything</title>
		<link>http://blog.testsautomation.com/2010/05/loadrunner-not-recording-anything/</link>
		<comments>http://blog.testsautomation.com/2010/05/loadrunner-not-recording-anything/#comments</comments>
		<pubDate>Sun, 09 May 2010 20:01:02 +0000</pubDate>
		<dc:creator>Waldemar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.testsautomation.com/?p=577</guid>
		<description><![CDATA[Sometimes LoadRunner is not recording anything while browsing using IE. I have no idea why but the fastest solution is to restart whole LR. Maybe some of you have good explanation for that?]]></description>
			<content:encoded><![CDATA[<p>Sometimes LoadRunner is not recording anything while browsing using IE. I have no idea why but the fastest solution is to restart whole LR. Maybe some of you have good explanation for that?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.testsautomation.com/2010/05/loadrunner-not-recording-anything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My blog posts in Chinese language</title>
		<link>http://blog.testsautomation.com/2009/11/my-blog-posts-in-chinese-language/</link>
		<comments>http://blog.testsautomation.com/2009/11/my-blog-posts-in-chinese-language/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:03:29 +0000</pubDate>
		<dc:creator>Waldemar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.testsautomation.com/?p=499</guid>
		<description><![CDATA[Hi All Thanks to Zee Gao (高楼) some of my posts are now translated into Chinese language on 7dtest.com forum. Here are the links: Web Services performance using LoadRunner HTTP Vuser script &#8211; http://www.7dtest.com/bbs/thread-3483-1-1.html Don’t waste your time &#8211; http://www.7dtest.com/bbs/thread-3481-1-1.html Cleaning browser cache &#8211; http://www.7dtest.com/bbs/thread-3482-1-1.html HTTP POST or GET &#8211; http://www.7dtest.com/bbs/thread-3480-1-1.html Thanks Zee &#038; 7dtest.com [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All</p>
<p>Thanks to Zee Gao (高楼) some of my posts are now translated into Chinese language on 7dtest.com forum. Here are the links:</p>
<p>Web Services performance using LoadRunner HTTP Vuser script &#8211; <a href="http://www.7dtest.com/bbs/thread-3483-1-1.html">http://www.7dtest.com/bbs/thread-3483-1-1.html</a></p>
<p>Don’t waste your time &#8211; <a href="http://www.7dtest.com/bbs/thread-3481-1-1.html" target="_blank">http://www.7dtest.com/bbs/thread-3481-1-1.html</a></p>
<p>Cleaning browser cache &#8211; <a href="http://www.7dtest.com/bbs/thread-3482-1-1.html" target="_blank">http://www.7dtest.com/bbs/thread-3482-1-1.html</a></p>
<p>HTTP POST or GET &#8211; <a href="http://www.7dtest.com/bbs/thread-3480-1-1.html" target="_blank">http://www.7dtest.com/bbs/thread-3480-1-1.html</a></p>
<p>Thanks Zee &#038; 7dtest.com users!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.testsautomation.com/2009/11/my-blog-posts-in-chinese-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How (in)secure is your proxy password in LoadRunner 9.0</title>
		<link>http://blog.testsautomation.com/2009/01/how-insecure-is-you-proxy-password-in-loadrunner-90/</link>
		<comments>http://blog.testsautomation.com/2009/01/how-insecure-is-you-proxy-password-in-loadrunner-90/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 16:51:03 +0000</pubDate>
		<dc:creator>Waldemar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[LoadRunner VuGen password proxy]]></category>

		<guid isPermaLink="false">http://blog.testsautomation.com/?p=22</guid>
		<description><![CDATA[Are you using proxy server to access your application? Do you store proxy username/password in VuGen Run-Time settings? If yes, then be careful. LR stores your password as plain text on the disk! Instead of Run-Time settings you can use web_set_proxy() function from API and encrypt your password there.]]></description>
			<content:encoded><![CDATA[<p>Are you using proxy server to access your application? Do you store proxy username/password in VuGen Run-Time settings?</p>
<p>If yes, then be careful. LR stores your password as plain text on the disk!</p>
<p>Instead of Run-Time settings you can use web_set_proxy() function from API and encrypt your password there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.testsautomation.com/2009/01/how-insecure-is-you-proxy-password-in-loadrunner-90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

