<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="0.92" xml:base="http://www.testingreflections.com">
<channel>
 <title>testingReflections.com - reliability testing</title>
 <link>http://www.testingreflections.com/taxonomy/view/or/104</link>
 <description></description>
 <language>en</language>
<item>
 <title>Stability test tool: batch file</title>
 <link>http://www.testingreflections.com/node/view/6923</link>
 <description>This morning I realized that last Friday I did something that seems very simple to me, but may not be for young people not used to DOC (or at least windows95). I run a bat file test.bat containing following lines:&lt;br /&gt;
&lt;br /&gt;
:loop &lt;br /&gt;
copy test\*.* import\*.*&lt;br /&gt;
sleep 600&lt;br /&gt;
goto loop&lt;br /&gt;
&lt;br /&gt;
The same documents get copied into import directory each 10 minutes (600 seconds=10minutes). I was testing server who is able to pick up files incoming into this folder. It is quite typical to have such services to automatically process faxed documents and email attachments. But you could replace copy command with your process execution call or anything.</description>
<pubDate>Mon, 28 Apr 2008 02:31:17 -0500</pubDate></item>
<item>
 <title>Reliability is not only about overload: RANDOMize your system state</title>
 <link>http://www.testingreflections.com/node/view/6909</link>
 <description>I never used mnemonics. Never say never... Here is my own mnemonic. Double RANDOM stands for ReadRights AalternativeAccess, NoNetwork, DesynchronyzedData, OutOf(whatever resource), MinMax(installation). Depending on context (e.g. reliability requirements, etc.) I spend more or less time trying to emulate system states unexpected by developer and thus unhandled by code.</description>
<pubDate>Thu, 24 Apr 2008 11:15:18 -0500</pubDate></item>
<item>
 <title>Watch this next?: the $1 million data mining quality challenge</title>
 <link>http://www.testingreflections.com/node/view/6735</link>
 <description>&lt;p&gt;Quality is often measured in terms of accuracy (or Accurateness, according to this &lt;a href="http://www.sqa.net/iso9126.html"&gt;definition&lt;/a&gt; ) .  For a shopping site, the closer you can predict what a customer likes, the more you can sell and the more inclined your customer will be to buy more and to stay &lt;a href="http://www.quirks.com/articles/a1998/19981004.aspx?searchID=3333724"&gt;loyal&lt;/a&gt; to you as a supplier.  As any gambler knows, prediction is not a science but historical results can provide a best guess.  Can you put a price on this? Who knows.  One company has offered a prize to make it better though, one million dollars.&lt;/p&gt;</description>
<pubDate>Wed, 19 Mar 2008 08:34:38 -0500</pubDate></item>
<item>
 <title>The P28 virtual fence: Borderline success or virtual vaporware?</title>
 <link>http://www.testingreflections.com/node/view/6685</link>
 <description>I&amp;#8217;ve already noted some of the issues around the virtual fence &lt;a href="http://www.testingreflections.com/node/view/6584"&gt;here&lt;/a&gt;.  In May 2006, George W. Bush called &lt;a href="http://seattletimes.nwsource.com/html/nationworld/2004247618_fence28.html"&gt;it&lt;/a&gt; &amp;#8220;the most technologically advanced border-security initiative in American history&amp;#8221;. In a flash of originality, the 28 mile virtual fence in Arizona was called Project 28, or P28 in Chertoff-speak.  Micheal Chertoff has now accepted the fence system, on the &lt;a href="http://www.businessweek.com/bwdaily/dnflash/content/feb2008/db20080224_162462.htm?chan=top+news_top+news+index_businessweek+exclusives"&gt;basis&lt;/a&gt; that &amp;#8220;all of the defects&amp;#8221; in the prototype project were either &amp;#8220;cured&amp;#8221; or &amp;#8220;immaterial.&amp;#8221;  He also &lt;a href="http://www.reuterssummits.com/news/articlenews.aspx?type=scienceNews&amp;#38;storyID=2008-02-23T023234Z_01_N22608938_RTRUKOC_0_US-USA-IMMIGRATION-BORDER.xml&amp;#38;pageNumber=1&amp;#38;imageid=&amp;#38;cap=&amp;#38;sz=13&amp;#38;WTModLoc=NewsArt-C1-ArticlePage1"&gt;said&lt;/a&gt; &amp;#8220;In some form or fashion, technology is going to be virtually every place on the border, but it&amp;#8217;s not necessarily going to be in the configuration of P28,&amp;#8221;  The chair of the House Committee on Homeland Security, Representative Bennie Thompson, sees it differently, &amp;#8220;The poorly structured contract that prevented the line Border Patrol agents from pointing out obvious flaws and caused an overreliance on contractors has resulted in a system that has been described as providing &amp;#8216;marginal&amp;#8217; functionality at best,&amp;#8221; I wonder if he was tempted to say the Border fence had borderline functionality. [grin]  
&lt;p&gt;The technology stack on top of each tower looks
&lt;a href="http://bp0.blogger.com/_gxNFoOtI86A/R8yjM8277-I/AAAAAAAAANA/zUPYOoBppps/s1600-h/virtual+fence.jpg"&gt;impressive&lt;/a&gt; . 
  The project is 
&lt;a href="http://blog.foreignpolicy.com/node/8292"&gt;anything but impressive&lt;/a&gt; , with many of the &lt;a href="http://www.pcworld.idg.com.au/index.php/id;1275789676;fp;4;fpid;782452;pf;1"&gt;issues&lt;/a&gt;  
 typical in the IT industry: badly underestimated effort, not involving users, and not enough testing,  While there was evidently a push for reuse of existing systems and components, it caused many difficulties: trying to base the system around a law enforcement dispatch system (!) that couldn't scale, trying to use off-the-shelf components that weren't designed to integrate, and a lack of standards for the sensors.  
The builder of the system, Boeing, has only taken 3/4s of the $20 million fee, granted a $2 million credit, and apparently paid $40 million to get this far on a project that will now finish in 2011, not the end of this year (which was already a year and a half past the original schedule). That will only be phase one!&lt;/p&gt;</description>
<pubDate>Wed, 05 Mar 2008 04:06:01 -0600</pubDate></item>
<item>
 <title>Qualitative and Quantitative</title>
 <link>http://www.testingreflections.com/node/view/6236</link>
 <description>A few thoughts inspired by &lt;a href="http://tech.groups.yahoo.com/group/LoadRunner/message/24051"&gt;a question about qualitative and quantitative information reporting performance test results&lt;/a&gt; in Yahoo's LoadRunner group.&lt;br /&gt;
&lt;br /&gt;
My understanding of qualitative and quantitative in the context of reporting performance test results is:&lt;br /&gt;
&lt;br /&gt;
Quantitative is what we directly measure or straightforwardly calculate from direct measurements (like response times or resource utilization)</description>
<pubDate>Fri, 16 Nov 2007 14:36:07 -0600</pubDate></item>
<item>
 <title>WOPR8: Call for Presentations (CFP)</title>
 <link>http://www.testingreflections.com/node/view/4735</link>
 <description>Theme: Critical Incidents in Effective Performance Testing&lt;br /&gt;
&lt;br /&gt;
Conference Location and Time&lt;br /&gt;
    MITRE Bedford MA, USA&lt;br /&gt;
&lt;br /&gt;
    April 12 – 14, 2008&lt;br /&gt;
&lt;br /&gt;
Major Questions of Interest&lt;br /&gt;
Questions we are interested in exploring at WOPR8 include:&lt;br /&gt;
&lt;br /&gt;
What critical Incidents lead to effective performance testing?  By sharing and attempting to understanding the critical incidents leading to effective performance testing we will explore how our craft can make an important contribution to all IT and Development projects.</description>
<pubDate>Tue, 19 Dec 2006 22:59:23 -0600</pubDate></item>
</channel>
</rss>
