<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d12493326\x26blogName\x3dTechnology+::++State+of+the+Art\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://techtrack.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://techtrack.blogspot.com/\x26vt\x3d4088457725845351436', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, January 05, 2006

Ever Heard of SmokeTest Before?

If not let me say, what Smoke Test is all about:

A rudimentary form of testing applied to electronic equipment following repair or reconfiguration, in which power is applied and the tester checks for sparks, smoke, or other dramatic signs of fundamental failure.

In the software world, the first run of a piece of software after construction or a critical change. Smoke Test is an entry to further testing. It generally consists of a suite of tests that can be applied to a newly created build (or even better, be performed automatically by the build system). The purpose of the smoketesting is to reveal fundamental failures or anything severe enough for the testers to reject the release.

There is an interesting semi-parallel to this term among typographers and printers: When new typefaces are being punch-cut by hand, a smoketest(hold the letter in candle smoke, then press it onto paper) is used to check out new dies.


The Mozilla QA team has announced a community test day with focus on smoketesting nightly Firefox 1.5.0.1 builds.
Litmus tool will be used for this testing event. There is a FAQ posted on the QA community wiki that will have specific instructions on how this testing day will run.

More:
Mozilla Firefox in the Coming Years

1 Comments:

Blogger BeenThereDoneThat said...

Good ideas dude !!!
Something different from rest other blogs .Hats Off to you

8:55 AM  

Post a Comment

<< Home