<?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>Xceptance Blog &#187; XLT</title>
	<atom:link href="http://blog.xceptance.com/tag/xlt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xceptance.com</link>
	<description>Passionate Testing</description>
	<lastBuildDate>Sat, 21 Jan 2012 11:29:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>XLT 4.1.6 is available</title>
		<link>http://blog.xceptance.com/2011/12/10/xlt-4-1-6-is-available/</link>
		<comments>http://blog.xceptance.com/2011/12/10/xlt-4-1-6-is-available/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 18:00:30 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[XLT]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.xceptance.com/?p=715</guid>
		<description><![CDATA[We just released Xceptance LoadTest version 4.1.6. This upgrade release delivers small bugfixes and support for Firefox 9. Additionally you can specify an individual temporary download and upload directory for master and agents now. For the first time, you  also get an XLT-AMI for the new US-West Oregon data center of Amazon. All details and [...]]]></description>
			<content:encoded><![CDATA[<p>We just released Xceptance LoadTest version 4.1.6. This upgrade release delivers small bugfixes and support for Firefox 9. Additionally you can specify an individual temporary download and upload directory for master and agents now. For the first time, you  also get an XLT-AMI for the new US-West Oregon data center of Amazon.</p>
<p>All details and the full download can be found here: <a href="https://lab.xceptance.de/releases/xlt/4.1.6/">https://lab.xceptance.de/releases/xlt/4.1.6/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/12/10/xlt-4-1-6-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Arabic Web Pages with XLT</title>
		<link>http://blog.xceptance.com/2011/09/28/testing-arabic-web-pages-with-xlt/</link>
		<comments>http://blog.xceptance.com/2011/09/28/testing-arabic-web-pages-with-xlt/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 08:53:19 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[arabic]]></category>
		<category><![CDATA[non-latin]]></category>
		<category><![CDATA[right-left]]></category>
		<category><![CDATA[right-to-left]]></category>
		<category><![CDATA[RTL]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://blog.xceptance.com/?p=660</guid>
		<description><![CDATA[As you may know, there aren’t only Western character encoded websites on the web. There are also websites in Chinese, Japanese, Arabic, etc., and we wanted to know how XLT would perform if we use it for testing a non-Latin website. Non-Latin does not necessarily mean non-UTF-8, but in this case it especially means non-Western [...]]]></description>
			<content:encoded><![CDATA[<p>As you may know, there aren’t only Western character encoded websites on the web. There are also websites in Chinese, Japanese, Arabic, etc., and we wanted to know how XLT would perform if we use it for testing a non-Latin website. Non-Latin does not necessarily mean non-UTF-8, but in this case it especially means non-Western characters and right-to-left (RTL). Or in other words, things a normal European or American programmer is not used to.</p>
<p>So, for the first time we tested a non-Latin website, precisely an Arabic one. We created a test case with the Script Developer to test an Arabic news website. The test entered Arabic words in a search field and validated the response to check the correctness of the website’s content. Afterwards, we ran the script as a JUnit Test in Eclipse. It was successful. The test was short, but provisionally it proved that XLT  also works for non-Latin websites.</p>
<p>Furthermore, we ran the same test in a real browser and it worked as well. We used the FirefoxDriver to simulate user-like actions in Firefox to see if the WebDriver also works with non-Latin input.</p>
<p>When we continued testing, we observed some facts that may interest people who don’t often use Arabic as an input language. As you might know, Arabic is written from right to left. We noticed that there’s a difference between what appears and what actually happens technically. The following example illustrates that.</p>
<h3>Placement of the Asterisk</h3>
<p>We inserted a text assertion command in the test case. It was an ends-with validation, i.e. the asterisk should be at the first position if the input language is Latin. So, theoretically, if the input language is Arabic, then the asterisk should be at the first position of the Arabic text (the far right), but that wasn&#8217;t the case. The asterisk was at the first position from the Latin point of view (the far left).</p>
<p>Then, we tried inserting the asterisk at the first position of the Arabic text (the far right), but as you can see in the figure below the evaluation failed because the asterisk&#8217;s encoding is Latin-1, and accordingly the first position is then the far left according to the computer. So, we tried to insert the asterisk in Arabic (as input language), but the evaluation failed, as well.</p>
<p style="text-align: center;"><a rel="lightbox" href="/wp-content/uploads/2011/09/invalidAssertion1.png"><img class="size-medium wp-image-671 aligncenter" src="/wp-content/uploads/2011/09/invalidAssertion1-300x166.png" alt="Failed validation due to incorrect placement of asterisk" width="300" height="166" /></a></p>
<p>The next picture shows how it should be.</p>
<p style="text-align: center;"><a rel="lightbox" href="/wp-content/uploads/2011/09/validAssertion.png"><img class="size-medium wp-image-672 aligncenter" src="/wp-content/uploads/2011/09/validAssertion-300x165.png" alt="Correct placement of the asterisk" width="300" height="165" /></a></p>
<p>It was really hard trying to switch our way of thinking to the &#8220;right way&#8221;.  We spent so much time trying to figure out how to insert the asterisks in the test cases and trying to understand the Arabic point of view.</p>
<h3>Not all Asterisks are the same</h3>
<p>So, in this case the asterisk must be inserted in Latin. Firstly, the asterisk will be inserted at the last position of  the Arabic text and secondly, it has another code. As it turns  out, the Arabic asterisk does not have the same code as the Latin  asterisk. The Latin asterisk&#8217;s code in Unicode code points is U+002A and  the Arabic one&#8217;s is U+066D, and it even has another name. It is called &#8220;Arabic Five Pointed Star&#8221; and it actually looks differently. You might be wondering why that is. We asked ourselves the same thing, and we couldn’t find any plausible answer.  Of course, there are different characters in Arabic such as the comma (Arabic comma: &#8220;،&#8221;), but the asterisk is pretty much an asterisk everywhere and we wondered why it is a different character code.</p>
<p>In the following example we wrote a very simple website as an example  to check if the position of the asterisks is always on the wrong side  (seen from the Arabic point of view).</p>
<p style="text-align: center;"><a rel="lightbox" href="/wp-content/uploads/2011/09/CodeHTML.png"><img class="aligncenter" src="/wp-content/uploads/2011/09/CodeHTML-300x96.png" alt="Code Example in HTML" width="300" height="96" /></a></p>
<p>At  the beginning it is important to set the &#8220;charset&#8221; to Unicode or you’ll  just get question marks as output. As you can see, we set in the head  tag the direction of the text alignment to &#8220;rtl&#8221;- this means &#8220;from right  to left&#8221;- so that the output on the website would appear from right to  left. This also applies to the input field in line 13. As you may  notice, there’s an exclamation mark added in Latin that’s why it’s shown  at the beginning of the Arabic word because it’s technically the last  position in Latin. The following picture shows how it appears in the  browser.</p>
<p style="text-align: center;"><img class="aligncenter" src="/wp-content/uploads/2011/09/PagePreview.png" alt="Page Preview" width="180" height="84" /></p>
<p>We  decided to write the text in different HTML elements (here: div and  span elements) to see if it makes a difference or not if the tested text  is over multiple elements. As it turned out, it has no affect if the  text is over multiple elements or not and it will be output in the right  order, but the problem that the position of the asterisk is wrong to  the eyes of an Arab still remains, which may cause great confusion.</p>
<h3>Parameters in Western encoding preferred</h3>
<p>There’s also a small disadvantage for Arabic developers. Parameter names cannot be put in Arabic. Because our tool only accepts characters &#8220;A&#8221;-&#8221;Z&#8221;, &#8220;a&#8221;-&#8221;z&#8221;, &#8220;0&#8243;-&#8221;9&#8243; and &#8220;_&#8221; for parameter names. That goes for test case names, as well. If you export your test cases with the Script Developer and you change the parameter names to Arabic in Eclipse, your test will fail unless you change the parameters in the data files as well, and then it will work just fine. The Script Developer will also show the modified Arabic parameter names and it will replay without any trouble. But if you check the parameter names in the Script Developer, you’ll notice that the name field is empty.</p>
<h3><strong>Programming in Arabic</strong></h3>
<p>Unfortunately, Arabic isn’t really supported in Eclipse on Windows, even if you run Eclipse in an Arabic version because it’s just a translated version of the platform and the operating system’s encoding is set to ISO Latin-1, i.e. any output in the console that is non-Latin will only be displayed as question marks. But in Linux it works because it supports UTF-8.</p>
<p>We were surprised that the Arabic version could align the Arabic text to the (far) right where it actually should begin, which is not supported by the Latin version of Eclipse. So, if you’re planning on developing a non-Latin website in Eclipse and you stumble upon a version of Eclipse in your language and decide to give it a try don’t get your hopes up because these versions are just translated, and might even be incomplete.</p>
<p>To sum up, we expanded our horizon by proving that our tool could also do test automation problem-free on non-Latin websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/09/28/testing-arabic-web-pages-with-xlt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the right load mix out of a few numbers</title>
		<link>http://blog.xceptance.com/2011/06/07/get-the-right-load-mix-out-of-a-few-numbers/</link>
		<comments>http://blog.xceptance.com/2011/06/07/get-the-right-load-mix-out-of-a-few-numbers/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 11:49:33 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[concurrent users]]></category>
		<category><![CDATA[load test]]></category>
		<category><![CDATA[performance test]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[user mix]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=639</guid>
		<description><![CDATA[When testing ecommerce applications on SaaS environments, you often do not get enough numbers from clients because they simply do not know these numbers or only a few. One reason for that is, that the client simply have not had any only presence before. Often the client also does not have detailed numbers, because the [...]]]></description>
			<content:encoded><![CDATA[<p>When testing ecommerce applications on SaaS environments, you often do not get enough numbers from clients because they simply do not know these numbers or only a few. One reason for that is, that the client simply have not had any only presence before. Often the client also does not have detailed numbers, because the previous hoster or the IT department just holds them back or simply cannot get to these numbers.</p>
<p>So what to do, when you do not know every detail about the current or future load pattern? We are describing one approach below that was very successful so far and always yielded satisfying results.</p>
<h3><strong>What we need</strong></h3>
<ul>
<li>Visits per peak hour (example 10k)</li>
<li>Page views per peak hour (example 100k)</li>
<li>Orders per peak hour (example 200 orders)</li>
<li>Optionally we can use the conversion rate to get from visits to orders or vice versa.</li>
<li>Optionally we can take searches, &#8220;add to cart&#8221; operations, user registrations, and so on into account.</li>
</ul>
<p>The mentioned scenarios are typical ecommerce scenarios and look like that. We will not talk about smaller scenarios such as address editing for a registered user.</p>
<ul>
<li>TSingleClickVisit: Enters the store only, does not move beyond the start page</li>
<li>TBrowsing: TVisitor plus category and product browsing</li>
<li>TSearch: TVisitor plus keyword search plus browsing of the result</li>
<li>TAdd2Cart: TBrowsing plus add to cart operations</li>
<li>TGuestCheckout: TAdd2Cart plus checkout without an order placement (anonymous user)</li>
<li>TGuestOrder: TAdd2Cart plus full checkout (anonymous user)</li>
<li>TRegisteredCheckout: TAdd2Cart plus checkout without an order placement (registered customer)</li>
<li>TRegisteredOrder: TAdd2Cart plus full checkout (registered customer)</li>
<li>TRegistration: Account creation</li>
</ul>
<h3>What we assume</h3>
<p>Ecommerce sites follow similar patterns and with a few       exceptions, such as special promotions, certain behavioral       patterns are nearly identical. So for instance, about 50% of all       checkouts are stopped before the order is placed. About 20 to 50%       of all created carts aren&#8217;t checked out at all.</p>
<h3>What we calculate</h3>
<p>Based on these assumptions, we put together a fairly simple but       sufficiently accurate load mix. Of course, we can also analyze the       current log files and try to come up with something more precise,       but that will be a snapshot only. Traffic is very volatile and so       we should be very generous when setting up this mix.</p>
<p>Since we do not take any daily averages as base but the peaks,       we will have a pretty comfortable buffer for our daily ecommerce       life anyway.</p>
<h4><strong>Bottom-Up</strong></h4>
<p>Let&#8217;s say, 200 orders are set as goal. Splitting them 50/50  between registered and anonymous users, we get 100 visits of each       type. All numbers are per hour of course.</p>
<ul>
<li> <em>TGuestOrder = 100</em></li>
<li><em> TRegisteredOrder = 100</em></li>
</ul>
<p>As a next step, we take our 50% checkout abandonment rate into       account. We have 200 checkouts per hour that are stopped and       200 that run through and turn up as orders (as counted       previously). So we need to add 200 visits. And because these       visitors can either run with their preset account or without, we       split them up in 100 guest and 100 registered checkout       attempts.</p>
<ul>
<li><em>TGuestCheckout = 100</em></li>
<li><em>TRegisteredCheckout = 100<br />
</em></li>
<li><em> </em>TGuestOrder = 100</li>
<li> TRegisteredOrder = 100</li>
</ul>
<p>This gives us 400 visits per hour that go into the checkout. We       now assume a low cart to checkout conversion rate, about 20% for       instance, and so we take 400 checkout visits * 5 and get 2,000       visits that involve cart usage. Since we already have 20%       converted into checkouts, we have 2,000 minus 400 visits that use the cart.</p>
<ul>
<li><em>TAdd2Cart = 1,600</em></li>
<li>TGuestCheckout = 100</li>
<li>TRegisteredCheckout = 100</li>
<li> TGuestOrder = 100</li>
<li> TRegisteredOrder = 100</li>
</ul>
<p>We also know that many users do not continue after hitting the       home page or any landing page. Let&#8217;s add some of these users now.</p>
<ul>
<li><em>TSingleClickVisitor = 1,000</em></li>
<li>TAdd2Cart = 1,600</li>
<li>TGuestCheckout = 100</li>
<li>TRegisteredCheckout = 100</li>
<li> TGuestOrder = 100</li>
<li> TRegisteredOrder = 100</li>
</ul>
<p>But wait, what are we missing? Well, we have not registered any new     accounts yet. Didn&#8217;t we? We did, because the registered checkout     creates accounts if required and reuses them several times. But to     get a more substantial customer growth, we simply add 200 visits     that run registrations:</p>
<ul>
<li><em>TRegistration = 200</em></li>
<li>TSingleClickVisitor = 1,000</li>
<li>TAdd2Cart = 1,600</li>
<li>TGuestCheckout = 100</li>
<li>TRegisteredCheckout = 100</li>
<li> TGuestOrder = 100</li>
<li> TRegisteredOrder = 100</li>
</ul>
<p>What is left to do? Well, we do not have any &#8220;I am just looking       around&#8221;-visitors yet. We know that our total visit count is 10,000       and we already assigned 3,200 of these to cart, checkout, and       registration, so we have 6,800 visits left we can now use for       something else. Depending on the shop type (large store, small       store etc), people tend to use search more or less. To put enough       stress on search and refinements, we simply assume 50% of all       people like to search. Thus the missing 6,800 visits will be 3,400       catalog browser visits and 3,400 visits with usage of search       before browsing the search result.</p>
<p>The total mix is:</p>
<ul>
<li>TBrowsing = 3,400</li>
<li>TSearch = 3,400</li>
<li>TRegistration = 200</li>
<li>TSingleClickVisitor = 1000</li>
<li>TAdd2Cart = 1,600</li>
<li>TGuestCheckout = 100</li>
<li>TRegisteredCheckout = 100</li>
<li> TGuestOrder = 100</li>
<li> TRegisteredOrder = 100</li>
</ul>
<p>Wait&#8230; where are my concurrent users? This is simple: &#8220;concurrent       users&#8221; is an inaccurate way of describing traffic, so we have not       used that number yet. Why is that?</p>
<p>To get to the bottom of that, we simply check how long a visit       takes. Depending on the shop, an average visit might take 2 to 4       minutes. Successfully shopping might take 15 minutes. If we expect       about 10 page views per visit and a page view takes 1 second to       load and 20 seconds to read it (already a really really high       number for an average), a visit would take 10 * 1 second + 9 * 20       seconds = 190 seconds.</p>
<p>Let&#8217;s go with the 190 seconds for a visit on average. If we just       could serve one visitor at a time, we could serve 60 minutes (3600       seconds) / 190 seconds per visits = 19 visitors per hour. But       because we would like to serve 10,000 per hour, we have to deal       with 10,000 / 19 = 526 visitors at the same time. This is the       famous concurrent user number.</p>
<p>If we now double the think time, we have 1,052 concurrent       users/visitors. If we cut it down to 1 second think time, we will       get a visit length of 19 seconds and therefore 10,000 visits /       (3600 seconds / 19) = 53 concurrent visitors.</p>
<p>So we already have three different &#8220;concurrent user&#8221; numbers and are still simulating the same traffic. This shows that the number of       concurrent users is a pretty questionable way of describing       traffic.</p>
<p>It does not matter which number we take, because most of the time       the servers will see the same traffic. Because we run against a       SaaS environment that serves a multiple of other customers at the       same time and is sized to serve the peak traffic for all customers       at the same time, we have plenty of comfortable room around us.       This permits us to run with 53 concurrent visitors for most of the       testing. This will save us client hardware resources for the load       generation. e.g. saves us money. We are basically only       interested in the runtime of requests and not if the environment       can handle that, because it can.</p>
<p>The goal of this test is to demonstrate that the implementation on the       SaaS platform is efficient, not that the SaaS platform itself is fast       and stable, because this is guaranteed by design and contract.       Testing this would require way more traffic and generate huge       costs, because the environment would suddenly no longer be a       shared one but exclusively used for this testing purpose.</p>
<p>When finalizing the entire test and all tests turned out good, we are going to turn up the concurrent user       count to 530 users and compare the result with the previous       measurements. Just to satisfy the traditional test expectations.</p>
<h3>Does that work for you?</h3>
<p>Hope that gives you an idea how to come up with a nice user mix for testing without having too much data in the first place. Comments welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/06/07/get-the-right-load-mix-out-of-a-few-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLT 4.0.5 Amazon-EC2 AMIs available</title>
		<link>http://blog.xceptance.com/2011/05/14/xlt-4-0-5-amazon-ec2-amis-available-2/</link>
		<comments>http://blog.xceptance.com/2011/05/14/xlt-4-0-5-amazon-ec2-amis-available-2/#comments</comments>
		<pubDate>Sat, 14 May 2011 03:54:10 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AMI]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=633</guid>
		<description><![CDATA[These are the AMI-IDs of the XLT 4.0.5 images for Amazon-EC2. EU-West: ami-772b1d03 US-East: ami-52649b3b US-West: ami-29bfec6c Images can be used free of charge. The EU image is brand new and features Ubuntu 11.04. It has also a smaller disk of only 8GB compared to 15GB before. This helps to make it eligible for a free [...]]]></description>
			<content:encoded><![CDATA[<p>These are the AMI-IDs of the XLT 4.0.5 images for Amazon-EC2.</p>
<ul>
<li>EU-West: ami-772b1d03</li>
<li>US-East: ami-52649b3b</li>
<li>US-West: ami-29bfec6c</li>
</ul>
<p>Images can be used free of charge. The EU image is brand new and features Ubuntu 11.04. It has also a smaller disk of only 8GB compared to 15GB before. This helps to make it eligible for a free tier micro instance. Of course this instance type is not recommended for load testing, but you can easily test deployment and remote execution of XLT before you move up to more expensive setups.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/05/14/xlt-4-0-5-amazon-ec2-amis-available-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLT 4.0.5 is out</title>
		<link>http://blog.xceptance.com/2011/05/05/xlt-4-0-5-is-out/</link>
		<comments>http://blog.xceptance.com/2011/05/05/xlt-4-0-5-is-out/#comments</comments>
		<pubDate>Thu, 05 May 2011 01:25:42 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[script developer]]></category>
		<category><![CDATA[test automation]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=619</guid>
		<description><![CDATA[We just released Xceptance LoadTest 4.0.5. It is a minor update and recommended for everyone. But you might have special interests if you use the Script Developer heavily. Besides a few defect fixes, release 4.0.5 delivers four great improvements to speed up test case creation and maintenance with Script Developer and make your work more [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="/wp-content/uploads/2011/05/script-developer-evaluate-now.png"><img class="alignright size-medium wp-image-620" title="New Script Developer Evaluate Now" src="/wp-content/uploads/2011/05/script-developer-evaluate-now-300x185.png" alt="" width="300" height="185" /></a>We just released Xceptance LoadTest 4.0.5. It is a minor update and recommended for everyone. But you might have special interests if you use the Script Developer heavily.</p>
<p>Besides a few defect fixes, release 4.0.5 delivers four great improvements to speed up test case creation and maintenance with Script Developer and make your work more productive.</p>
<ul>
<li>The XLT Script Developer runs on Firefox 4 and 3 now.</li>
<li>Test variables are now resolved recursively, so you can use variables within resolved content.</li>
<li>There is no need to open modules anymore if you want to edit a line or two of it. Also enabling/disabling of module code can be done easily from the main test case. This saves time and aids script maintenance.</li>
<li>During script debugging and script execution, you can now evaluate assertions instantly to see whether or not your verification expression will match.</li>
</ul>
<p>The full set of <a href="https://lab.xceptance.de/releases/xlt/4.0.5/releasenotes.html">release notes</a> can be viewed directly <a href="https://lab.xceptance.de/releases/xlt/4.0.5/">in the release area</a>. You will also find documentation and the download link there. As usual, th</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/05/05/xlt-4-0-5-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load Testing Web Applications &#8211; Do it on the DOM Level!</title>
		<link>http://blog.xceptance.com/2011/04/07/load-testing-web-applications-do-it-on-the-dom-level-2/</link>
		<comments>http://blog.xceptance.com/2011/04/07/load-testing-web-applications-do-it-on-the-dom-level-2/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 16:44:55 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[load test]]></category>
		<category><![CDATA[performance test]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=597</guid>
		<description><![CDATA[This article was first published in the June 2010 issue of the magazine Testing Experience. HTTP-level tools record HTTP requests on the HTTP protocol level. They usually provide functionality for basic parsing of HTTP responses and building of new HTTP requests. Such tools may also offer parsing and extraction of HTML forms for easier access [...]]]></description>
			<content:encoded><![CDATA[<p>This article was first published in the June 2010 issue of the magazine <a href="http://www.testingexperience.com/">Testing Experience</a>.</p>
<p>HTTP-level tools record HTTP requests on the HTTP protocol level. They usually provide functionality for basic parsing of HTTP responses and building of new HTTP requests. Such tools may also offer parsing and extraction of HTML forms for easier access to form parameters, automatic replacement of session IDs by placeholders, automatic cookie handling, functions to parse and construct URLs, automatic image URL detection and image loading, and so on. Extraction of data and validation are often done with the help of string operations and regular expressions, operating on plain HTTP response data. Even if HTTP-level tools address many load testing needs, writing load test scripts using them can be difficult.</p>
<h2>Challenges with HTTP-Level Scripting</h2>
<h3>Challenge 1: Continual Application Changes</h3>
<p>Many of you probably know this situation: A load test needs to be prepared and executed during the final stage of software development. There is a certain time pressure, because the go-live date of the application is in the near future. Unfortunately, there are still some ongoing changes in the application, because software development and web page design are not completed yet.</p>
<p>Your only chance is to start scripting soon, but you find yourself struggling to keep up with application changes and adjusting the scripts. Some typical cases are described below.</p>
<ul>
<li> The protocol changes for a subset of URLs, for example, from HTTP to HTTPS. This could happen because a server certificate becomes available and the registration and checkout process of a web shop, as well as the corresponding static image URLs, are switched to HTTPS.</li>
<li>The URL path changes due to renamed or added path components.</li>
<li>The URL query string changes by renaming, adding or removing URL parameters.</li>
<li>The host name changes for a subset of URLs. For example, additional host names may be introduced for a new group of servers that delivers static images or for the separation of content management URLs and application server URLs that deliver dynamically generated pages.</li>
<li>HTML form parameter names or values are changed or form parameters are added or removed.</li>
<li>Frames are introduced or the frame structure is changed.</li>
<li>JavaScript code is changed, which leads to new or different HTTP requests, to different AJAX calls, or to a new DOM (Document Object Model) structure.</li>
</ul>
<p>In most of these cases, HTTP-level load test scripts need to be adjusted. There is even a high risk that testers do not notice certain application changes, and although the scripts do not report any errors, they do not behave like the real application. This may have side effects that are hard to track down.</p>
<h3>Challenge 2: Dynamic Data</h3>
<p>Even if the application under test is stable and does not undergo further changes, there can be serious scripting challenges due to dynamic form data. This means that form field names and values can change with each request. One motivation to use such mechanisms is to prevent the web browser from recalling filled-in form values when the same form is loaded again. Instead of &#8220;creditcard_number&#8221;, for example, the form field might have a generated name like &#8220;cc_number_9827387189479843&#8243;, where the numeric part is changed every time the page is requested. Modern web applications also use dynamic form fields for protection against cross-site scripting attacks or to carry security-related tokens.</p>
<p>Another problem can be data that is dynamically changing, because it is maintained and updated as part of the daily business. If, for example, the application under test is an online store that uses search-engine-friendly URLs containing catalog and product names, these URLs can change quite often. Even worse, sometimes the URLs contain search-friendly catalog and product names, while embedded HTML form fields use internal IDs, so that there is no longer an obvious relation between them.</p>
<p>Session IDs in URLs or in form fields may also need special handling in HTTP-level scripts. The use of placeholders for session IDs is well supported by most load test tools. However, special script code might be needed, if the application not only passes these IDs in an unmodified form, but also uses client-side operations on them or inserts them into other form values.</p>
<p>To handle the above-mentioned cases, HTTP-level scripts need manually coded, and thus unfortunately also error-prone, logic.</p>
<h3>Challenge 3: Modeling Client-Side Activity</h3>
<p>In modern web applications, JavaScript is often used to assemble URLs, to process data, or to trigger requests. The resulting requests may also be recorded by HTTP-level tools, but if their URLs or form data change dynamically, the logic that builds them needs to be reproduced in the test scripts.</p>
<p>Besides this, it can be necessary to model periodic AJAX calls, for example to automatically refresh the content of a ticker that shows the latest news or stock quotes. For a realistic load simulation, this also needs to be simulated by the load test scripts.</p>
<h3>Challenge 4: Client-Side Web Browser Behavior</h3>
<p>For correct and realistic load simulations, the load test tool needs to implement further web browser features. Here are a few examples:</p>
<ul>
<li>Caching</li>
<li> CSS handling</li>
<li>HTTP redirect handling</li>
<li>Parallel and configurable image loading</li>
<li>Cookie handling</li>
</ul>
<p>Many of these features are supported by load test tools, even if the tools act on the HTTP level, but not necessarily all of them are supported adequately. If, for example, the simulated think time between requests of a certain test case is varied, a low-level test script might always load the cacheable content in the same way – either it was recorded with an empty cache and the requests are fired, or the requests were not recorded and will never be issued.</p>
<h2>DOM-Level Scripting</h2>
<p>What is the difference between HTTP-level scripting tools and DOM-level scripting tools? The basic distinction between the levels is the degree to which the client application is simulated during the load test. This also affects the following characteristics:</p>
<ul>
<li> Representation of data: DOM-level tools use a DOM tree instead of simple data structures.</li>
<li>Scripting API: The scripting API of DOM-level tools works on DOM elements instead of strings.</li>
<li>Amount and quality of recorded or hard-coded data: There is much less URL and form data stored with the scripts. Most of this data is handled dynamically.</li>
</ul>
<p>DOM-level tools add another layer of functionality on top. Besides the handling of HTTP, these tools also parse the contained HTML and CSS responses to build a DOM tree from this information, similar to a real web browser. The higher-level API enables the script creator to access elements in the DOM tree using XPath expressions, or to perform actions or validations on certain DOM elements. Some tools even incorporate a JavaScript engine that is able to execute JavaScript code during the load test.</p>
<h3>Advantages</h3>
<p>DOM-level scripting has a number of advantages:</p>
<ul>
<li> Load test scripts become much more stable against changes in the web application. Instead of storing hard-coded URLs or data, they operate dynamically on DOM elements like “the first URL below the element xyz” or “hit the button with id=xyz”. This is especially important as long as application development is still ongoing. As a consequence, you can start scripting earlier.</li>
<li>Scripting is easier and faster, in particular if advanced script functionality is desired.</li>
<li>Validation of result pages is also easier on the DOM level compared to low-level mechanisms like regular expressions. For example, checking a certain HTML structure or the content of an element, like “the third element in the list below the second H2” can be easily achieved by using an appropriate XPath to address the desired element.</li>
<li>Application changes like changed form parameter names normally do not break the scripts, if the form parameters are not touched by the script. But, if such a change does break the script because the script uses the parameter explicitly, the error is immediately visible since accessing the DOM tree element will fail. The same is true for almost all kinds of application changes described above. Results are more reliable, because there are fewer hidden differences between the scripts and the real application.</li>
<li>CSS is applied. Assume there is a CSS change such that a formerly visible UI element that can submit a URL becomes invisible now. A low-level script would not notice this change. It would still fire the old request and might also get a valid response from the server, in which case the mismatch between the script and the changed application could easily remain unnoticed. In contrast, a DOM-level script that tries to use this UI element would run into an error that is immediately visible to the tester.</li>
<li>If the tool supports it, JavaScript can be executed. This avoids complicated and error-prone re-modeling of JavaScript behavior in the test scripts. JavaScript support has become more and more important in recent years with the evolution of Web 2.0/AJAX applications.</li>
</ul>
<h3>Disadvantages</h3>
<p>There is one disadvantage of DOM-level scripting. The additional functionality needs more CPU and main memory, for instance to create and handle the DOM tree. Resource usage increases even more if JavaScript support is activated.</p>
<p>Detailed numbers vary considerably with the specific application and structure of the load test scripts. Therefore, the following numbers should be treated with caution. Table 1 shows a rough comparison, derived from different load testing projects for large-scale web applications. The simulated client think times between a received response and the next request were relatively short. Otherwise, significantly more users might have been simulated per CPU.</p>
<table>
<tbody>
<tr>
<th>Scripting Level</th>
<th>Virtual Users per CPU</th>
</tr>
<tr>
<td>HTTP Level</td>
<td>100..200</td>
</tr>
<tr>
<td>DOM Level</td>
<td>10..30</td>
</tr>
<tr>
<td>DOM Level + JavaScript execution</td>
<td>2..10</td>
</tr>
</tbody>
</table>
<p>If you evaluate these numbers, please keep in mind that machines are becoming ever more powerful and that there are many flexible and easy-to-use on-demand cloud computing services today, so that resource usage should not prevent DOM-level scripting.</p>
<h2>Conclusion</h2>
<p>Avoid hard-coded or recorded URLs, parameter names and parameter values as far as possible. Handle everything dynamically. This is what we have learned. One good solution to achieve this is to do your scripting on the DOM level, not on the HTTP level. If working on the DOM level and/or JavaScript execution are not possible for some reason, you always have to make compromises and accept a number of disadvantages.</p>
<p>We have created and executed web-application load tests for many years now, in a considerable number of different projects. Since 2005, we have mainly used our own tool, Xceptance LoadTest (XLT), which is capable of working on different levels and supports fine-grained control over options like JavaScript execution. In our experience, the advantages of working on the DOM level, in many cases even with JavaScript execution enabled, generally by far outweigh the disadvantages. Working on the DOM level makes scripting much easier and faster, the scripts handle many of the dynamically changing data automatically, and the scripts become much more stable against typical changes in the web application.</p>
<p><em>Ronny Vogel is technical manager and co-founder of Xceptance. His main areas of expertise are test management, functional testing and load testing of web applications in the field of e-commerce and telecommunications. He holds a Masters degree (Dipl.-Inf.) in computer science from the Chemnitz University of Technology and has 16 years of experience in the field of software testing. Xceptance is a provider of consulting services and tools in the area of software quality assurance, with headquarters in Jena, Germany and a branch office in Cambridge, Massachusetts, USA.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/04/07/load-testing-web-applications-do-it-on-the-dom-level-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLT 4.0.4 is available</title>
		<link>http://blog.xceptance.com/2011/03/16/xlt-4-0-4-is-available/</link>
		<comments>http://blog.xceptance.com/2011/03/16/xlt-4-0-4-is-available/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 17:02:43 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=578</guid>
		<description><![CDATA[Today we released update 4 of XLT 4.0. You will find all the details about it at the usual place: https://lab.xceptance.de/releases/xlt/4.0.4/. Check out the release notes too. This release addresses minor script developer defects. As always, updates are free for all customers and all people using XLT despite the license.]]></description>
			<content:encoded><![CDATA[<p>Today we released update 4 of XLT 4.0. You will find all the details about it at the usual place: <a href="https://lab.xceptance.de/releases/xlt/4.0.4/">https://lab.xceptance.de/releases/xlt/4.0.4/</a>. Check out the <a href="https://lab.xceptance.de/releases/xlt/4.0.4/releasenotes.html">release notes</a> too. This release addresses minor script developer defects. </p>
<p>As always, updates are free for all customers and all people using XLT despite the license.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/03/16/xlt-4-0-4-is-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XLT 4.0.2 released</title>
		<link>http://blog.xceptance.com/2011/03/02/xlt-4-0-2-released/</link>
		<comments>http://blog.xceptance.com/2011/03/02/xlt-4-0-2-released/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 17:09:56 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[XLT]]></category>
		<category><![CDATA[loadtest]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=568</guid>
		<description><![CDATA[Today we released a minor update of XLT 4.0. You will find all the details about it at the usual place: https://lab.xceptance.de/releases/xlt/4.0.2/. Check out the release notes too. We mainly fixed some issues around the script recorder, such as start up time and behavior when invisible elements were encountered. An update of the AWS cloud [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released a minor update of XLT 4.0. You will find all the details about it at the usual place: <a href="https://lab.xceptance.de/releases/xlt/4.0.2/">https://lab.xceptance.de/releases/xlt/4.0.2/</a>. Check out the <a href="https://lab.xceptance.de/releases/xlt/4.0.2/releasenotes.html">release notes</a> too. We mainly fixed some issues around the script recorder, such as start up time and behavior when invisible elements were encountered.</p>
<p>An update of the AWS cloud images will follow in the next hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/03/02/xlt-4-0-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLT &#8211; Garbage Collector details visualized</title>
		<link>http://blog.xceptance.com/2011/02/17/xlt-garbage-collector-details-visualized/</link>
		<comments>http://blog.xceptance.com/2011/02/17/xlt-garbage-collector-details-visualized/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 04:00:29 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[gc]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=535</guid>
		<description><![CDATA[Today we want to give you a small preview of an upcoming XLT feature. Most of you probably know that XLT features agent statistics. These statistics help you to keep an eye on the health of the test execution engines (agents) to ensure that you do not influence the test results by providing insufficient hardware [...]]]></description>
			<content:encoded><![CDATA[<p>Today we want to give you a small preview of an upcoming XLT feature. Most of you probably know that XLT features agent statistics. These statistics help you to keep an eye on the health of the test execution engines (agents) to ensure that you do not influence the test results by providing insufficient hardware or by applying no or incorrect settings.</p>
<p>Most modern programming languages are virtual machine based and these machines have knobs you can turn to adjust their behavior according to your requirements. XLT runs on Java and so all the things you might have already learnt from tuning your Java-based servers apply to XLT as well. If you do not have experience in tuning your Java-based servers, you will learn a lot that can be applied to your servers and help you to increase performance.</p>
<p>So, let&#8217;s take a look at the upcoming XLT feature that provides you with more details about garbage collection (GC) without the need to use any external tool to monitor or analyze logs or JVMs runtime behavior.</p>
<div id="attachment_536" class="wp-caption aligncenter" style="width: 210px"><a rel="lightbox" href="/wp-content/uploads/2011/02/xlt-memory-and-gc-charts-good.png"><img class="size-thumbnail wp-image-536   " title="Example of XLT agent memory details - good example" src="/wp-content/uploads/2011/02/xlt-memory-and-gc-charts-good-200x200.png" alt="" width="200" height="200" /></a><p class="wp-caption-text">Perfect GC behavior</p></div>
<p>This is a chart displays nice memory statistics that indicate absolutely no problems with the garbage collection. As you can see the memory usage (first chart in the image) is alternating but never touching the upper limit. The second chart gives you the times when full garbage collection occurred, basically these are the bad events. Events that block the virtual machine from continuing to run. We should avoid these at any cost&#8230; nearly, because a full GC is costly. There was only one full GC right at the beginning at the test. This is a normal JVM behavior. So we seem to have done a pretty good job. No major collection of garbage. Sweat!</p>
<p>There are still the minor collections. Minor collections occur frequently and they reclaim small portions of memory with short living objects. The third charts shows us, that minor collection took about 10 to 30 ms, some spikes up to 70 ms. This is acceptable.</p>
<div class="wp-caption aligncenter" style="width: 210px"><a rel="lightbox" href="/wp-content/uploads/2011/02/xlt-memory-and-gc-charts-bad.png"><img title="Example of XLT memory example with bad data" src="/wp-content/uploads/2011/02/xlt-memory-and-gc-charts-bad-200x200.png" alt="" width="200" height="200" /></a><p class="wp-caption-text">GC with Issues</p></div>
<p>Ok, let&#8217;s have a bad example in comparison. It runs with almost default VM settings. This means just min and max heap were set (Xms256MB/Xmx512MB). You can see clearly that a lot of major collections were running for up to 800 ms each. Also the minor collections were longer.</p>
<p>Clearly, the new charts help you see and fix misbehavior quickly. &#8220;What about the settings?&#8221; you might ask now. Yes, this example is not very helpful without revealing the difference between both test runs. So, we will give you the settings of the good one. The bad run had only Xms and Xmx set, as mentioned before.</p>
<blockquote>
<pre>## Set minimum memory to use
-Xms512m

## Set maximum permitted memory
-Xmx512m

## Enable concurrent old GC to avoid sudden long pauses
-XX:+UseConcMarkSweepGC

## When to start GC for the tenured/old area of the memory.
## This has to be low enough to avoid that threads need
## memory and can not get any before the GC has finished.
## This will lower the wait time.
-XX:CMSInitiatingOccupancyFraction=70
</pre>
</blockquote>
<p>That&#8217;s really all. The use of the Concurrent-Mark-Sweep-Collector (CMS) is the most important setting. The CMS does not block the main VM worker threads, but collects the garbage concurrently. Because there might be situations were the CMS collector is not fast enough in cleaning up, this means the old space runs out of free memory, we give the CMS a hint with the last line. This line explicitly tells the CMS to start early with the clean up. In this case at a 70% fill level. The default is 96% and way too high.</p>
<p>One last thing. Setting Xms and Xmx to the same number helps the VM to relax because it will not try to get back to the minimal memory limit (Xms) and so it cleans less aggressively.</p>
<p>If you want to lean more about Java Garbage Collection, take a look at this Oracle documents: <a href="http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html">GC Tuning</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/02/17/xlt-garbage-collector-details-visualized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLT 4.0.1 released</title>
		<link>http://blog.xceptance.com/2011/02/05/xlt-4-0-1-released/</link>
		<comments>http://blog.xceptance.com/2011/02/05/xlt-4-0-1-released/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 04:10:19 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[XLT]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=529</guid>
		<description><![CDATA[Today, we released XLT 4.0.1. This is an minor update to XLT 4.0 that fixes five defects. Additionally, it provides some documentation enhancements. You can download the release from here: https://lab.xceptance.de/releases/xlt/4.0.1/. At the same location, you will find the documentation as well as the release notes.]]></description>
			<content:encoded><![CDATA[<p>Today, we released XLT 4.0.1. This is an minor update to XLT 4.0 that fixes five defects. Additionally, it provides some documentation enhancements. You can download the release from here: <a href="https://lab.xceptance.de/releases/xlt/4.0.1/">https://lab.xceptance.de/releases/xlt/4.0.1/</a>. At the same location, you will find the documentation as well as the release notes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/02/05/xlt-4-0-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLT 4.0 Developer Screencasts</title>
		<link>http://blog.xceptance.com/2011/01/24/xlt-4-0-developer-screencasts/</link>
		<comments>http://blog.xceptance.com/2011/01/24/xlt-4-0-developer-screencasts/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 17:14:47 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[script developer]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[test automation]]></category>
		<category><![CDATA[video tutorial]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=498</guid>
		<description><![CDATA[We just published four brand-new screencasts about XLT 4.0, its features, and how to work with them. This is our first attempt to use screencasts as a way of documenting our software. They do not replace the written documentation, of course, but they do provide a quick and easy way to become familiar with XLT. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xceptance-loadtest.com/screencasts/"><img class="alignleft size-full wp-image-523" title="XLT-Screencasts" src="/wp-content/uploads/2011/01/xlt-screencasts.jpg" alt="The XLT Screencast Page" width="300" height="205" /></a>We just published four brand-new <a href="http://www.xceptance-loadtest.com/screencasts/" title="Xceptance Load Test - XLT - Developer Screencasts">screencasts</a> about XLT 4.0, its features, and how to work with them. This is our first attempt to use screencasts as a way of documenting our software. They do not replace the written documentation, of course, but they do provide a quick and easy way to become familiar with XLT.</p>
<p>You might be especially interested in the new Script Developer. Our main feature of XLT 4.0.</p>
<p>The script developer is our approach to write and execute scripts efficiently within Firefox. It is a tool to quickly automate web application, share scripts without the hassle of complicated installations, while maintaining full control over possible other ways to execute scripts. The script developer lays the foundation to run test within the browser, execute scripts during builds, create and run test-driven tests, and, if required, export scripts into Java to unleash the power of a modern programming language.</p>
<p>Enjoy the screencasts and of course feedback is always welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/01/24/xlt-4-0-developer-screencasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Availability of new XLT 4.0 EC2 Images</title>
		<link>http://blog.xceptance.com/2011/01/16/availability-of-new-xlt-4-0-ec2-images/</link>
		<comments>http://blog.xceptance.com/2011/01/16/availability-of-new-xlt-4-0-ec2-images/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 18:07:31 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AMI]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=520</guid>
		<description><![CDATA[There are new public Amazon EC2 images (AMI) available each running 4 agentcontrollers of XLT 4.0.0.r6019 on ports 8500 to 8503. Feel free to use them for your load testing purposes. EU-West: ami-9b5064ef US-East: ami-5647b63f US-West: ami-539dcd16 The usage of the images is free or charge but you have to pay your AWS usage costs [...]]]></description>
			<content:encoded><![CDATA[<p>There are new public Amazon EC2 images (AMI) available each running 4 agentcontrollers of XLT 4.0.0.r6019 on ports 8500 to 8503. Feel free to use them for your load testing purposes.</p>
<ul>
<li>EU-West: ami-9b5064ef</li>
<li>US-East: ami-5647b63f</li>
<li>US-West: ami-539dcd16</li>
</ul>
<p>The usage of the images is free or charge but you have to pay your AWS usage costs of course. Please keep in mind that you need a valid license to run a load test with more than 5 virtual users.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/01/16/availability-of-new-xlt-4-0-ec2-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xceptance LoadTest 4.0 is available</title>
		<link>http://blog.xceptance.com/2011/01/13/xceptance-loadtest-4-0-is-available/</link>
		<comments>http://blog.xceptance.com/2011/01/13/xceptance-loadtest-4-0-is-available/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 17:17:56 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[load testing]]></category>
		<category><![CDATA[performance testing]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=506</guid>
		<description><![CDATA[We just released Xceptance LoadTest 4.0. This release of our load test software got some really nice feature enhancements to make your regression testing easier. So we stick to our general software approach: One tool for regression and load testing. One set of scripts for both purposes. Script Developer As an alternative to writing test [...]]]></description>
			<content:encoded><![CDATA[<p>We just released Xceptance LoadTest 4.0. This release of our load test software got some really nice feature enhancements to make your regression testing easier. So we stick to our general software approach: One tool for regression and load testing. One set of scripts for both purposes.</p>
<h3>Script Developer</h3>
<p><a rel="lightbox" href="/wp-content/uploads/2011/01/ScriptDev_MainWindow.png"><img class="alignleft size-medium wp-image-507" title="Script Developer Main Window" src="http://blog.xceptance.de/wp-content/uploads/2011/01/ScriptDev_MainWindow-300x125.png" alt="Script Developer" width="300" height="125" /></a>As an alternative to writing test cases in Java, you can now use the  XLT Script Developer to create script test cases. Script test cases are  based on a simple syntax and a reduced set of operations, which makes  them a perfect fit for non-programmers. Only the Script Developer,  which is an extension to Firefox, is necessary to create,  edit, and manage basic script test cases.</p>
<p>To create a new script test case, the test designer simply uses the  application under test. All interactions with the application are  recorded in the background and stored to an XML script file as a  sequence of script commands. While recording, assertion commands to  validate the web pages may be inserted manually. From the Script  Developer, script test cases can be replayed in Firefox at any time to  quickly check whether the test case still runs successfully.</p>
<p>Existing  script test cases can be modified later on, for example, to add new or  delete obsolete commands. Common command sequences, which could be  reused in other test cases as well, can be refactored to parameterizable  script modules. Finally, any recorded value can be extracted out of the  script into a test data file to separate test data from script code.</p>
<p>Script  files can also be run outside of the browser, via the XLT framework,  which simulates a head-less browser. This mode is suitable for  unattended test case execution, during functional or load tests. When  saving scripts, the Script Developer also creates JUnit test case  classes as “wrappers” around script test cases, which serve as a bridge  between the XLT framework and the script world. This way, from the  framework’s point of view, script test cases are in no way different  from test cases written in Java.</p>
<h3>More Data to Query</h3>
<p>For improved tests accuracy, you can now query the request and response data and run assertions on it. This permits checks on the communication because not all requests are reflected in the DOM tree.</p>
<h3>Improved EC2 Handling</h3>
<p>AWS (Amazon Web Services) added the ability to tag EC2 resources to  simplify the administration of your cloud infrastructure. As a form of  meta data, tags can be used to create user-friendly names and improve  coordination between multiple users. The XLT EC2 administration tool <code>ec2_admin</code> features an additional menu which lets you select your EC2 resources based on the tag name.</p>
<h3>Better Automation</h3>
<p>To improve automation of tests, we added the ability to pass properties on the mastercontroller command line. Additionally the test definition file for the test suite can be redefined on the command line as well.</p>
<h3>Faster Work Flow</h3>
<p>When test goes wrong or a logging is turn up, the data to download from all agents can be pretty big. To get a fast or selective result, you can now decide how much data you want to download.</p>
<h3>JDK Compatibility</h3>
<p>Beginning with v4.0, XLT requires a Java virtual machine 6 or above to  run. Java 5 is not supported any longer. The reason is the <a href="http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html">end-of-life announcement for JDK 5</a>.</p>
<h3><strong>Misc</strong></h3>
<p>We refreshed HtmlUnit and updated it to version 2.8, Ruby got updated to 1.5.1, and WebDriver is now v2.0a6. The event API got simplified and is now easier to use.</p>
<h3>Where to get it</h3>
<p><a href="http://www.xceptance.com/releases/xlt/latest/releasenotes.html">More information</a> about the release, the <a href="http://www.xceptance.com/releases/xlt/latest/quick-start-guide.html">quick start guide</a>, and the <a href="http://www.xceptance.com/releases/xlt/latest/user-manual.html">manual</a> can be found in the release area. Of course, the full download of <a href="https://lab.xceptance.de/releases/xlt/latest/">XLT 4.0 is available there too</a>. </p>
<p>We are looking forward to your feedback, comments, and of course&#8230; Happy testing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2011/01/13/xceptance-loadtest-4-0-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burn-in test of XLT 4.0</title>
		<link>http://blog.xceptance.com/2010/10/22/burn-in-test-of-xlt-4-0/</link>
		<comments>http://blog.xceptance.com/2010/10/22/burn-in-test-of-xlt-4-0/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 18:46:47 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[burn in]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[hits]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=477</guid>
		<description><![CDATA[If you write a performance testing software, your first obligation is a performance test for and with that software. So before we can ship XLT 4.0, we have to make sure that it can hold up to its promises. Test software has to be tested too, so to speak. Today we provisioned a bunch of Amazon-EC2 [...]]]></description>
			<content:encoded><![CDATA[<p>If you write a performance testing software, your first obligation is a performance test for and with that software. So before we can ship XLT 4.0, we have to make sure that it can hold up to its promises. Test software has to be tested too, so to speak. Today we provisioned a bunch of Amazon-EC2 boxes with 30 test agents in total. These charts are from a short test to see where we can get to, when ignoring any target numbers. This was a short and violent test. Just hammer the system under test and see if it can and will recover.</p>
<p style="text-align: center;"><a rel="lightbox" href="/wp-content/uploads/2010/10/HitsPerSecond.png"><img class="size-medium wp-image-481   aligncenter" title="HitsPerSecond" src="http://blog.xceptance.de/wp-content/uploads/2010/10/HitsPerSecond-300x100.png" alt="HitsPerSecond" width="300" height="100" /></a></p>
<p>A short ramp up period in the beginning of the test and afterwards we kept a steady load factor. For the steady phase we reached more than 11,000 hits per second.</p>
<p style="text-align: center;"><a rel="lightbox" href="/wp-content/uploads/2010/10/ConcurrentUsers.png"><img class="size-medium wp-image-482  aligncenter" title="Concurrent Users" src="http://blog.xceptance.de/wp-content/uploads/2010/10/ConcurrentUsers-300x100.png" alt="Concurrent Users" width="300" height="100" /></a></p>
<p>The target system was seeing about 2,200 concurrent users during the peak of the test.</p>
<p style="text-align: center;"><a rel="lightbox" href="/wp-content/uploads/2010/10/ReceivedBytesPerSecond.png"><img class="size-medium wp-image-483    aligncenter" title="Received Bytes per Second" src="http://blog.xceptance.de/wp-content/uploads/2010/10/ReceivedBytesPerSecond-300x100.png" alt="Received Bytes per Second" width="300" height="100" /></a></p>
<p>During that test, the network was transporting about 95 Mbytes/s inbound traffic, this is a network utilization of about 760 Mbit/s. Amazing that the EC2 boxes in the EU data center can handle that traffic. We used just 10 boxes and each box has a 100Mbit network, so the overall limit must have been reached we think.</p>
<p>By the way, the target system recovered easily and was able to serve its normal duties without any problems. But this test clearly showed the limits in terms of throughput. But this test did not show any limits of XLT 4.0, because neither the load boxes in terms of CPU nor the reporting had any problems with this test size.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2010/10/22/burn-in-test-of-xlt-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xceptance LoadTest 3.3.2 is out now</title>
		<link>http://blog.xceptance.com/2010/03/09/xceptance-loadtest-3-3-2-is-out-now/</link>
		<comments>http://blog.xceptance.com/2010/03/09/xceptance-loadtest-3-3-2-is-out-now/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:33:34 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[XLT]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=435</guid>
		<description><![CDATA[Last week, we released a small update of Xceptance LoadTest &#8211; version 3.3.2. It mainly adds support for Firefox 3.6 to the XLT script recorder.. Customers of XLT can access all information regarding this release at the Xceptance Information Center. This release is also publicly available for download.]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2010/03/XLT_Logo_medium3.png"><img class="alignleft size-full wp-image-436" title="XLT-Logo" src="/wp-content/uploads/2010/03/XLT_Logo_medium3.png" alt="XLT-Logo" width="211" height="54" /></a>Last week, we released a small update of Xceptance LoadTest &#8211; version 3.3.2. It mainly adds support for Firefox 3.6 to the XLT script recorder..</p>
<p>Customers of XLT can access all information regarding this release at the <a href="https://lab.xceptance.de/projects/xlt/">Xceptance Information Center</a>. This release is also publicly available for <a href="https://lab.xceptance.de/releases/xlt/3.3.2/">download</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2010/03/09/xceptance-loadtest-3-3-2-is-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLT ist gelistet</title>
		<link>http://blog.xceptance.com/2010/01/29/xlt-ist-gelistet/</link>
		<comments>http://blog.xceptance.com/2010/01/29/xlt-ist-gelistet/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:21:10 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=387</guid>
		<description><![CDATA[Xceptance LoadTest wurde in die Liste der Testtools auf SoftwareQAtest.com aufgenommen. Wir freuen uns sehr über das entgegengebrachte Interesse.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xceptance-loadtest.com/">Xceptance LoadTest</a> wurde in die Liste der Testtools auf <a href="http://www.softwareqatest.com/qatweb1.html">SoftwareQAtest.com</a> aufgenommen. Wir freuen uns sehr über das entgegengebrachte Interesse.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2010/01/29/xlt-ist-gelistet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malen mit Lasttests</title>
		<link>http://blog.xceptance.com/2009/11/12/malen-mit-lasttests/</link>
		<comments>http://blog.xceptance.com/2009/11/12/malen-mit-lasttests/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 22:57:55 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[grafik]]></category>
		<category><![CDATA[lasttest]]></category>
		<category><![CDATA[loadtest]]></category>
		<category><![CDATA[witzig]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=345</guid>
		<description><![CDATA[Wer sagt denn, dass man als Tester nicht kreativ sein kann. Dieses Meisterwerk ist mir heute bei einem Lasttest geglückt. Ich nenne es Himalaya. Das soll mir Bob Ross erstmal nachmachen.]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="/wp-content/uploads/2009/11/gebirge.png"><img class="alignleft size-medium wp-image-346" title="Kreatives Lasttesten" src="/wp-content/uploads/2009/11/gebirge-300x90.png" alt="Kreatives Lasttesten" width="300" height="90" /></a>Wer sagt denn, dass man als Tester nicht kreativ sein kann. Dieses Meisterwerk ist mir heute bei einem Lasttest geglückt. Ich nenne es <em>Himalaya</em>.</p>
<p>Das soll mir Bob Ross erstmal nachmachen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2009/11/12/malen-mit-lasttests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Was sind Visits, was sind Sessions?</title>
		<link>http://blog.xceptance.com/2009/10/18/was-sind-visits-was-sind-sessions/</link>
		<comments>http://blog.xceptance.com/2009/10/18/was-sind-visits-was-sind-sessions/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 23:07:17 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[lasttest]]></category>
		<category><![CDATA[loadtest]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[visits]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=284</guid>
		<description><![CDATA[Wenn wir mit Kunden über die möglichen Lasttesteckdaten sprechen, dann ist immer wieder von Visits und Sessions die Rede. Beide Begriffe stammen aus dem Englischen, sind aber durch das Internet und die meist in Englisch ablaufende Softwareentwicklung in den allgemeinen Sprachgebrauch im Bereich Last- und Performancetests eingegangen. Selbstverständlich gibt es auch deutsche Entsprechungen, wenn auch [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn wir mit Kunden über die möglichen Lasttesteckdaten sprechen, dann ist immer wieder von <em>Visits</em> und <em>Sessions</em> die Rede. Beide Begriffe stammen aus dem Englischen, sind aber durch das Internet und die meist in Englisch ablaufende Softwareentwicklung in den allgemeinen Sprachgebrauch im Bereich Last- und Performancetests eingegangen. Selbstverständlich gibt es auch deutsche Entsprechungen, wenn auch weniger oft benutzt: <em>Besuche</em> und <em>Sitzungen</em>.</p>
<h3>Warum geht es im Allgemeinen?</h3>
<p><em>Visits</em> und <em>Sessions</em> sind Begriffe aus der Webentwicklung, werden aber auch als Metriken im Webumfeld genutzt. Der technische Teil verbindet sich in der endgültigen Definition mit der wirtschaftlich/mathematischen zur eigentliche Bedeutung. Was wir also wollen ist: a) wissen was dahinter steckt, b) erfahren was die Begriffe definieren und c) wissen wozu man die Zahlen braucht.</p>
<h3>Was ist ein Visit?</h3>
<p>Wenn man sich dazu entschließt, eine Webseite zu besuchen, dann ruft man irgendwann eine erste Seite auf. In diesem Moment hat man einen Visit begonnen oder auf Deutsch &#8211; man ist zum Besucher geworden. So lange man sein Surfen auf dieser Webseite fortsetzt, solange setzt man seinen Visit fort. Alle einzelnen Seiten zusammengenommen, bilden damit, beginnnend mit der ersten Seite, einen Visit.</p>
<p>Für den Betreiber ist damit klar, dass ein Interessent oder Kunde seiner Webseite einen Besuch abgestattet hat. Am besten läßt sich das mit dem Besuch eines realen Ladens vergleichen. Wenn man in den Laden geht, dann beginnt man seinen Besuch/Visit und wenn man ihn wieder verlässt, dann endet der Besuch/Visit.</p>
<p>Natürlich gibt es auch Ausnahmen von der Regel. Wenn man nur mal schnell 5 Minuten in die Küche geht bzw. in einem realen Laden schnell zum Auto läuft, weil man sein Geld vergessen hat, dann zählt das nur als ein Visit, weil man nur eine Besuchsabsicht hatte.</p>
<p>Über die Metrik Visit läßt sich damit einfach messen, wieviele Besuchsabsichten pro Zeiteinheit vorgelegen haben und auch in die Tat umgesetzt wurden. Dabei spielt es keine Rolle, ob man etwas kauft, zurückbringt oder gleich wieder an der Tür kehrt macht.</p>
<p>Im Internet gibt es nicht nur echte Besucher, sondern auch jede Menge Automaten, die sich in den Netzweiten herumtreiben und mit jedem Abruf einer oder mehrerer Seite jeweils auch einen Visit erzeugen. Das bringt natürlich die Statistiken durcheinander. Deshalb versucht man durch technische Maßnahmen, diese meist unrelevanten Besuche herauszurechnen. Das <em>Wie</em> kann bei Interesse ein weiterer Blogeintrag werden.</p>
<h3>Was ist eine Session?</h3>
<p>Nun haben wir geklärt, was hinter dem Begriff <em>Visit</em> steckt, aber was ist dann eine <em>Session</em>?</p>
<p>Einfach gesagt, ist eine Session die technische Abbildung eines Besuchs/Visit. Die genutzte Technik und Software müssen sich nämlich merken, welche Anfragen zusammengehören, damit es möglich wird, Dinge wie ein Login oder einen Warenkorb technisch umzusetzen.</p>
<p>Sessions bestehen aus Daten, die Informationen über die Vorgänge des Visits zusammenfassen, oft als <em>Sessioninformationen</em> bezeichnet. Diese Datensätze haben im Regelfall eine begrenzte Lebenszeit. Wenn man seinen Visit beendet bzw. nicht fortsetzt, also nicht mehr klickt, dann beginnt eine Uhr zu ticken, die nach eine einstellbaren Zeit (oft 30 Minuten bis 2 Stunden), die Daten entfernt, damit es zu keinen Überläufen kommt. Das nennt sich <em>Session-Timeout</em>. Nimmt man vor Ablauf der Zeit seinen Besuch wieder auf, kommt also in den Laden zurück, dann beginnt die Uhr von Neuem zu ticken.</p>
<p>Vergleichbar ist es mit der Situation, dass man an der Kasse sein Geld nicht findet, den Korb schnell an der Kasse lässt, um Geld zu holen. Kommt man nun nicht rechtzeitig zurück, dann hat jemand den Korb ausgeräumt und die Waren zurückgestellt.</p>
<p>Die Anzahl der Sessions müsste eigentlich immer gleich der Anzahl der Visits sein. Da aber Visits oft anders gezählt werden, weil geschäftliche Kriterien dahinter stehen und keine technischen, liegen oft die Visits unter der Anzahl der Sessions pro Zeiteinheit.</p>
<p>Wir hoffen, dass diese kurze Erklärung hilft, die Begriffe <em>Visit</em> und <em>Session</em> zu verstehen und auseinander zu halten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2009/10/18/was-sind-visits-was-sind-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xceptance LoadTest 3.3 ist verfügbar</title>
		<link>http://blog.xceptance.com/2009/09/10/xceptance-loadtest-3-3-ist-verfugbar/</link>
		<comments>http://blog.xceptance.com/2009/09/10/xceptance-loadtest-3-3-ist-verfugbar/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 14:45:29 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[XLT]]></category>
		<category><![CDATA[lasttest]]></category>
		<category><![CDATA[Xceptance LoadTest]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=301</guid>
		<description><![CDATA[Ab sofort steht das Softwarepaket Xceptance LoadTest (XLT) 3.3 zum kostenlosen Download bereit. Dahinter verbirgt sich schon die erste Neuerung, denn mit dem Download besitzt man automatisch eine freie Basislizenz. Sie erlaubt Tests mit bis zu fünf virtuellen Nutzern, gilt zeitlich unbegrenzt und unterliegt keinen Nutzungseinschränkungen. Damit darf man XLT auch kommerziell einsetzen, beispielsweise intern [...]]]></description>
			<content:encoded><![CDATA[<p>Ab sofort steht das Softwarepaket Xceptance LoadTest (XLT) 3.3 zum kostenlosen <a title="Download XLT" href="http://www.xceptance.de/produkte/xlt/downloads.html">Download</a> bereit.</p>
<p>Dahinter verbirgt sich schon die erste Neuerung, denn mit dem Download besitzt man automatisch eine freie Basislizenz. Sie erlaubt Tests mit bis zu fünf virtuellen Nutzern, gilt zeitlich unbegrenzt und unterliegt keinen Nutzungseinschränkungen. Damit darf man XLT auch kommerziell einsetzen, beispielsweise intern oder in  Kundenprojekten. So kann man ungehindert prüfen, ob XLT das Werkzeug der Wahl ist oder man kann XLT bereits produktiv für Regressionstests verwenden.</p>
<p>XLT 3.3 bietet einige neue Features, die die tägliche Arbeit effizienter gestalten und den Einsatzbereich von XLT erweitern:</p>
<ul>
<li>Comparison-Reports zum detaillierten Vergleich zweier Testläufe</li>
<li>Trend-Reports zur Visualisierung von Veränderungen in den Testergebnissen über mehrere Testläufe hinweg</li>
<li>Unterstützung des Google WebDriver API für schnelles Prototyping von Testfällen</li>
<li>Ruby als zusätzliche Scriptsprache zur Testfallerstellung</li>
<li>Programmierbeispiele für typische Anwendungsfälle, zum Beispiel für die Bearbeitung von Ajax-Requests und die Behandlung von Popups oder Frames</li>
<li>Überarbeiteter Testrecorder mit der Unterstützung für Voreinstellungen zur Codegenerierung</li>
</ul>
<p>Zusätzlich sind wieder  viele Detailverbesserungen in diese Version eingeflossen. Weiterführende Informationen gibt es in den <a title="XLT 3.3 Releasenotes" href="https://lab.xceptance.de/releases/xlt/3.3.0/releasenotes.html">Releasenotes</a> oder auf den <a title="XLT Produktinformationen" href="http://www.xceptance-loadtest.de/">Produktseiten</a> unseres Webauftritts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2009/09/10/xceptance-loadtest-3-3-ist-verfugbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLT-Scriptrecorder Update-Benachrichtigung</title>
		<link>http://blog.xceptance.com/2009/09/02/xlt-scriptrecorder-update-benachrichtigung/</link>
		<comments>http://blog.xceptance.com/2009/09/02/xlt-scriptrecorder-update-benachrichtigung/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:49:18 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[XLT]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[script recorder]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=281</guid>
		<description><![CDATA[Alle Teilnehmer am XLT-3.3 Beta-Programm sollten in den nächsten Tagen von ihrem Firefox über das Update des XLT-Script-Recorders benachrichtigt werden, da die finale Version von XLT 3.3 vor einigen Tagen veröffentlicht wurde. Der Script-Recorder ist für Firefox 3 und 3.5 geschrieben und funktioniert auf allen populären von Firefox unterstützten Plattformen. Selbst getestet haben wir die [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://blog.xceptance.de/wp-content/uploads/2009/09/script-recorder-update.png"><img class="alignleft size-medium wp-image-282" title="Update Benachrichtung XLT Script-Recorder" src="http://blog.xceptance.de/wp-content/uploads/2009/09/script-recorder-update-300x91.png" alt="Update Benachrichtung XLT Script-Recorder" width="300" height="91" /></a>Alle Teilnehmer am XLT-3.3 Beta-Programm sollten in den nächsten Tagen von ihrem Firefox über das Update des XLT-Script-Recorders benachrichtigt werden, da die finale Version von XLT 3.3 vor einigen Tagen veröffentlicht wurde.</p>
<p>Der Script-Recorder ist für Firefox 3 und 3.5 geschrieben und funktioniert auf allen populären von Firefox unterstützten Plattformen. Selbst getestet haben wir die Kombination mit Microsoft Windows XP und Vista, Linux Ubuntu und Fedora, sowie MacOS X.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2009/09/02/xlt-scriptrecorder-update-benachrichtigung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

