<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7541395118938900455</id><updated>2011-11-28T01:33:07.041+02:00</updated><title type='text'>Q &amp; A Regarding QA</title><subtitle type='html'>Some of my views regarding QA</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-7278001111185909730</id><published>2009-05-25T09:58:00.004+03:00</published><updated>2009-05-26T15:21:08.663+03:00</updated><title type='text'>Test writing Guidelines</title><content type='html'>In one of his latest blog entries my a friend of mine writing a blog regarding system engineering discussed the &lt;a href="http://design-to-last.com/Technical/basic-design-questions.html"&gt;basic design questions&lt;/a&gt; &lt;br /&gt;When thinking of how to start writing a test plan you need to make sure that the said test plan provides  answers to certain questions which are very similar .&lt;br /&gt;&lt;br /&gt;1.     What: what is the system supposed to so? - Functionality in general &lt;br /&gt;2.     How: what are the steps for the above mentioned ? Functionality in detail&lt;br /&gt;3.     How much: basic estimation of capacities / throughput. - load and system benchmarking &lt;br /&gt;4.     When: when do you want the solution? *&lt;br /&gt;we need to cover the first 3 questions if we are to write a full testing specification.&lt;br /&gt;&lt;br /&gt;When approaching the task of writing these tests we should not contemplate about the feasibility of the tests but rather create what I like to refer to as a "Tests wish list"&lt;br /&gt;&lt;br /&gt;only after covering all relevant aspects of the feature / component / system and reviewing this can we ask and answer the last forth question - In an idealistic world time is not a factor but in the real world we need to take into consideration the following:&lt;br /&gt;   * delivery commitments in respect to dates or content - which may affect the order of the tests &lt;br /&gt;   * simulation capability - on systems handling external inputs ... can we simulate this type of input / how much will it cost us?&lt;br /&gt;and so on.&lt;br /&gt;how ever the pure test plan should not include these aspects since making allowances in the test writing phase will lead to not testing the system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-7278001111185909730?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/7278001111185909730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/05/test-writing-guidelines.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/7278001111185909730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/7278001111185909730'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/05/test-writing-guidelines.html' title='Test writing Guidelines'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-7565550736250063994</id><published>2009-04-27T13:40:00.008+03:00</published><updated>2009-04-27T16:11:38.280+03:00</updated><title type='text'>Virtualization and its contribution to QA</title><content type='html'>There are many benefits to using virtual machines in testing.&lt;br /&gt;First we need to bare in mind the applications change and QA must test different application in different conditions.&lt;br /&gt;for example testing different UI applications on different host types will potentially require a lot of resources which in these times of financial instability may pose a problem ,since theoretically it will require separate machines for each type of set-up, in the same manner when keeping a big version install base you will need to maintain different machines running different versions of the SUT (&lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;ystem &lt;span style="font-weight: bold;"&gt;U&lt;/span&gt;nder &lt;span style="font-weight: bold;"&gt;T&lt;/span&gt;est).&lt;br /&gt;In order to provide for this need one of the best cost effective solutions would be running multiple virtual machines.&lt;br /&gt;&lt;br /&gt;This solution basically allows for running endless versions in parallel... this is effective for both QA and Support since one cane simulate defects/ retest them knowing with full confidence that his system is identical to the one of the costumer reporting the problem.&lt;br /&gt;&lt;br /&gt;further to this virtual machines can be used in allowing easier/ simpler deployments or upgrades, since you can send the machines preconfigured in advance from the factory.&lt;br /&gt;&lt;br /&gt;As can be seen there are many advantages for using virtual machines in the QA.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-7565550736250063994?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/7565550736250063994/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/04/virtualization-and-its-contribution-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/7565550736250063994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/7565550736250063994'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/04/virtualization-and-its-contribution-to.html' title='Virtualization and its contribution to QA'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-3924521580521182701</id><published>2009-03-30T16:28:00.007+03:00</published><updated>2009-04-27T16:17:17.587+03:00</updated><title type='text'>Formal QA Education - do we need it</title><content type='html'>I recently attended a conference regarding a new release of the HP Quality centre product.&lt;br /&gt;&lt;br /&gt;One of the guest speakers  was a person involve with &lt;a href="http://www.itcb.org.il/"&gt; ITCB&lt;/a&gt; organization.&lt;br /&gt;&lt;br /&gt;The &lt;a href="http://www.itcb.org.il/"&gt;ITCB&lt;/a&gt; organization is the Israeli branch of the international &lt;a href="http://www.istqb.org/"&gt;ISTQB&lt;/a&gt; the organization is involved with certifying QA testers. and in trying to set criteria&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;which will mark the level of QA engineers.&lt;/li&gt;&lt;li&gt;Create a common language used by all.&lt;/li&gt;&lt;li&gt;Provide QA with tools and skills to perform their jobs more efficiently&lt;br /&gt;&lt;/li&gt;&lt;li&gt;grant official and formal acceptance if the QA as a credible occupation&lt;/li&gt;&lt;/ul&gt;after we returned from the conference an argument arose between us in respect to the actual need for such an organization and what are the advantages and dis advantages of such a certification.&lt;br /&gt;&lt;br /&gt;On the Pro's side we noted the main goal of a formal language and developing better personal testing capabilities which young testers tend to lack.&lt;br /&gt;&lt;br /&gt;On the Con's we were concerned that this course / certification will become mandatory and therefore block  acceptance of otherwise capable engineers for QA positions&lt;br /&gt;&lt;br /&gt;My opinion is that the general idea is sound and will contribute to QA professionalism where ever implemented and may put an end to low opinion of QA personnel which I mentioned in one of my previous &lt;a href="http://qa-regarding-qa.blogspot.com/2009/01/qa-human-factor.html"&gt;blog&lt;/a&gt;'s .&lt;br /&gt;&lt;br /&gt;How ever I think the certification should be a part of the training and not a a threshold factor preventing the acceptance of otherwise capable engineers.&lt;br /&gt;&lt;br /&gt;I can testify from personal experience that most of my QA team where technically capable people which were mentored and bloomed into good QA engineers.&lt;br /&gt;&lt;br /&gt;Further to this from the following diagram&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_zD_A8GAMa3Y/SfWvrjp-e_I/AAAAAAAAABY/QtKJZUUt6h8/s1600-h/qa-pyramid.bmp"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 279px; height: 209px;" src="http://4.bp.blogspot.com/_zD_A8GAMa3Y/SfWvrjp-e_I/AAAAAAAAABY/QtKJZUUt6h8/s320/qa-pyramid.bmp" alt="" id="BLOGGER_PHOTO_ID_5329358896903388146" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;We can see that Quality Assurance skill are only part of the makings of a good QA engineer.&lt;br /&gt;To conclude I think this is the proper way to approach this rather than using the certification as a filtering tool&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-3924521580521182701?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/3924521580521182701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/03/formal-qa-education-do-we-need-it.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/3924521580521182701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/3924521580521182701'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/03/formal-qa-education-do-we-need-it.html' title='Formal QA Education - do we need it'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_zD_A8GAMa3Y/SfWvrjp-e_I/AAAAAAAAABY/QtKJZUUt6h8/s72-c/qa-pyramid.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-1031176393629284070</id><published>2009-03-10T19:15:00.008+02:00</published><updated>2009-03-17T09:00:50.311+02:00</updated><title type='text'>Version Releases - how do we make it comprehensible</title><content type='html'>One of the most obvious tasks the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QA&lt;/span&gt; is responsible for is the version release at the end of the testing cycle.&lt;br /&gt;&lt;br /&gt;First let me emphasis that I do not believe that the version release is solely under the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;QA's&lt;/span&gt; responsibility the release process is a lengthy process starting with the designer/ programmer and ending with the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;QA&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Next we must bare in mind what is the purpose of the release meeting?!?&lt;br /&gt;&lt;br /&gt;I believe that this meeting is intended to provide a "Version Status Report" to all the relevant share holders, for example :&lt;br /&gt;R&amp;amp;D Manager&lt;br /&gt;Marketing / Sales&lt;br /&gt;Project Managers&lt;br /&gt;..&lt;br /&gt;&lt;br /&gt;It is point less to expose the extensive list of people to a dry list of bugs and descriptions.&lt;br /&gt;&lt;br /&gt;I believe it is up to the QA to make a clear presentation of the version status.&lt;br /&gt;&lt;br /&gt;For example instead of presenting a table listing bugs , the first page in the presentation should be a "Grade" of sort to the version;&lt;br /&gt;&lt;br /&gt;Version is GOOD , MEDIUM, BAD ... we can even colour code it for better presentation for example&lt;br /&gt;&lt;br /&gt;GOOD will be marked in &lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;GREEN&lt;/span&gt;&lt;br /&gt;Medium will be marked in &lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;ORANGE&lt;/span&gt;&lt;br /&gt;Bad will be marked in &lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;RED&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Those grade can be discussed and agreed upon in advance where each grade will be related to a certain amount of bugs, e.g.;&lt;br /&gt;&lt;br /&gt;GOOD =  0 "Show Stoppers", X "High", Y "Medium", Z "Low"&lt;br /&gt;MEDIUM = ...&lt;br /&gt;BAD = ...&lt;br /&gt;&lt;br /&gt;management  will first get a certain idea as to the version quality.&lt;br /&gt;and then if they wish to get more details they can drill down and see&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;Before going any further I'd like to discuss the platform on which we present the release ...&lt;br /&gt;&lt;br /&gt;While I may be breaking some sort of TABOO I do not think word / any other form of document is the way to go.&lt;br /&gt;&lt;br /&gt;I think web interfaces will serve us better providing better clarity and flexibility.&lt;br /&gt;&lt;br /&gt;The Whole idea revolves around the concept of trying to avoid data overflow.&lt;br /&gt;&lt;br /&gt;I believe we should not expose all the data flat out since it will confuse the higher levels of management.&lt;br /&gt;&lt;br /&gt;I propose using hierarchical rather then flat description.&lt;br /&gt;&lt;br /&gt;This is easily achieved using web pages.&lt;br /&gt;&lt;br /&gt;The main page will contain a table with a list of the released Base Lines along side their grades.&lt;br /&gt;&lt;br /&gt;Each BL will be a link allowing to view what is the BL content and what are the elements making up the grade (number of bugs, coverage rate)&lt;br /&gt;&lt;br /&gt;Each number of bugs will be a link to a table listing what are the bugs exactly .&lt;br /&gt;&lt;br /&gt;Last but not least each BL should have a version delta page listing what new features were added between the last released BL and the new one.&lt;br /&gt;&lt;br /&gt;For Complex Systems a Components Table should be available detailing the different component versions and if needed installation instructions pages.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To be Continued...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-1031176393629284070?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/1031176393629284070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/03/version-releases-how-do-we-make-it.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/1031176393629284070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/1031176393629284070'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/03/version-releases-how-do-we-make-it.html' title='Version Releases - how do we make it comprehensible'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-3300107682935246782</id><published>2009-03-01T16:56:00.007+02:00</published><updated>2009-03-01T17:14:58.993+02:00</updated><title type='text'>Testing Plans - Optimal vs. Real life</title><content type='html'>Up Until now I have discussed what we should strive for in the QA.&lt;br /&gt;&lt;br /&gt;How ever one must bare in mind that there is a difference between an extensive testing plan and its actual implementation.&lt;br /&gt;&lt;br /&gt;One of the best signs for a QA maturity is the ability to prioritize and plan a head taking into consideration the feasibility of an actual test plan.&lt;br /&gt;&lt;br /&gt;In the normal flow the QA engineer will map out the entire test plan covering all the little bits and pieces needed to be tested.&lt;br /&gt;&lt;br /&gt;The QA team leader will then take the raw plan and organize it  according to time table limitations.&lt;br /&gt;&lt;br /&gt;This re-organization can be consisted solely from re shuffling the tests order to allow a better , more effective release picture in a shorter time.&lt;br /&gt;&lt;br /&gt;How ever in some case a little more joggling may be called for when the time frame needed for a full test cycle exceeds delivery commitments.&lt;br /&gt;&lt;br /&gt;When faced with the second option we as QA will need to perform some risk assessment  in order to consider which parts of the tests can be dropped.&lt;br /&gt;&lt;br /&gt;The risk assessment process is a very critical phase since it calls for an ability to see the whole system ... a wrong assessment will lead directly to system problems on the costumer system.&lt;br /&gt;&lt;br /&gt;The risk assessment can and should involve others except the QA team leader.&lt;br /&gt;&lt;br /&gt;In any case the tests which were dropped and the risks taken should be voiced clearly in order to inform all of the interested parties to the compromises made in the test plan.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-3300107682935246782?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/3300107682935246782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/03/testing-plans-optimal-vs-real-life.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/3300107682935246782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/3300107682935246782'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/03/testing-plans-optimal-vs-real-life.html' title='Testing Plans - Optimal vs. Real life'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-8032632924801274543</id><published>2009-02-10T14:30:00.002+02:00</published><updated>2009-02-10T14:56:59.381+02:00</updated><title type='text'>Support and Deployment - What is the best way</title><content type='html'>There are several methods to implementing a deployment, I would like to mention but two which basically display the two far ends.&lt;br /&gt;&lt;br /&gt;The All-In-One (my name for it) or the Specialists (my name for it).&lt;br /&gt;&lt;br /&gt;The All-In-One approach basically means that the manufacturer handles all parts of the Installation/ Deployment/ Support through one person.&lt;br /&gt;&lt;br /&gt;The merits for this method are that the costumer interacts with one person which is responsible for providing all of the answers to all of the different questions.&lt;br /&gt;&lt;br /&gt;This type of approach is feasible with certain limitations:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The person handling this role has the required capabilities and in-depth understanding of the system&lt;/li&gt;&lt;li&gt;System complexity allows a "one man show".&lt;/li&gt;&lt;/ol&gt;How ever if these limitations are not met then basically what we get is embarrassment in front of the costumer since problems are bound to arise and when the "One Man Show" is unable to provide answers in time/at all this reflects badly on the provider.&lt;br /&gt;&lt;br /&gt;The Second method usually works for high complexity systems, in which the manufacturer assigns a team to a project where each of the team members is responsible for a segment of the system and is capable to provide in-depth insight to his part of the system. This may also contribute to a certain amount of respect from the costumer since he receives exact answers to each questions with great detail.&lt;br /&gt;&lt;br /&gt;There are obviously down sides to this type of costumer approach since it:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;requires greater resource allocation&lt;/li&gt;&lt;li&gt;costumer may get a feeling of being directed from one person to the other according to the question which he brings up. - this can be handled by assigning a strong PM to the costumer.&lt;/li&gt;&lt;/ol&gt;Basically both method have advantages and disadvantages it is only a matter of deciding which is better for the system the manufacturer is providing.&lt;br /&gt;&lt;br /&gt;If we choose the all-in-one method for a complex system we risk having the one man become both an embarrassment to the company and a "nuisance" to R&amp;amp;D since he is unable to handle requests/ queries from the costumer.&lt;br /&gt;&lt;br /&gt;If we choose the specialist approach for a simple system we are wasting resources and reducing profitability un-necessary.&lt;br /&gt;&lt;br /&gt;Therfore Choosing wisely is critical.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-8032632924801274543?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/8032632924801274543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/02/support-and-deployment-what-is-best-way.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/8032632924801274543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/8032632924801274543'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/02/support-and-deployment-what-is-best-way.html' title='Support and Deployment - What is the best way'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-7949862174910188766</id><published>2009-02-02T15:26:00.004+02:00</published><updated>2009-02-02T15:48:15.058+02:00</updated><title type='text'>Bug Status List</title><content type='html'>since one of the focal point in the QA is testing and its by product  - the bug , I thought I should spend some time detailing the bug status list - the list below is one which I think is most efficient , mind you in my organization we do not use it in exactly the same manner :(&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Open&lt;/span&gt; - The Initial state of the Bug when the QA has reported it for the first time.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Non Reproducible&lt;/span&gt; - This state is marked in order to let the programmer know that this bug has been observed but can not be re- produced.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Fixed&lt;/span&gt; - Once the Programmer has identified the source of the problem fixed it and released a version to the QA, the Bug status will be changed by the programmer to this state - pending QA re-test confirmation.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Re-Open &lt;/span&gt;-&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;Once QA has received the Fixed version it will re-test, if the bug re occurs QA will then mark the bug as re-opened&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Closed&lt;/span&gt; - Once the bug has been retested and the fix is confirmed then the QA will update the bug status to Closed.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt; Next two status options are not with in the general bug life cycle for obvious reasons.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Duplicate&lt;/span&gt; - when the same bug has been reported twice ( by two QA engineers or when one problem report arrives from a costumer and another from the QA) the bug will be reported as duplicate and the fix will be marked only on one of the duplicate bugs.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Behaviour - Not a Bug&lt;/span&gt; - This status marks this certain "malfunction" is by design  - basically indicating that QA may have miss understood the design and suggested solution according to the MRD/SRD ... (&lt;a href="http://qa-regarding-qa.blogspot.com/2009/01/qa-methodology.html"&gt;http://qa-regarding-qa.blogspot.com/2009/01/qa-methodology.html&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-7949862174910188766?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/7949862174910188766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/02/bug-status-list.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/7949862174910188766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/7949862174910188766'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/02/bug-status-list.html' title='Bug Status List'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-2672494419299934359</id><published>2009-01-28T15:13:00.004+02:00</published><updated>2009-02-06T23:06:03.286+02:00</updated><title type='text'>QA and Support - what is the connection</title><content type='html'>In the general scheme of things as I see it there are two avenues between the manufacturer and the costumer.&lt;br /&gt;&lt;br /&gt;The First is from the manufacturer to the costumer , in which a product is manufactured then tested and at the end released for the costumers use.&lt;br /&gt;&lt;br /&gt;The Second is from the costumer to the manufacturer, in which the costumer will report a problem to the manufacturer and hopefully be presented with a solution by the support team.&lt;br /&gt;&lt;br /&gt;obviously the two avenues must mix, the question is where and how often.&lt;br /&gt;&lt;br /&gt;In the following caption I'd like to present what I think is the proper manner for interaction.&lt;br /&gt;&lt;br /&gt;When a problem arises from the field (costumer) the first task is information gathering, if this is performed well then we are one step closer to resolving the problem.&lt;br /&gt;In one of my previous entries I mentioned this when I noted you have to know what questions to ask and what to look for.&lt;br /&gt;&lt;br /&gt;One of the most popular support method involves different TIER levels.&lt;br /&gt;&lt;br /&gt;Each level is suppose to perform a sort of analysis and attempt to resolve the problem... only upon reaching a deadlock will the problem ticket be passed on to the next TIER level.&lt;br /&gt;&lt;br /&gt;Each TIER has different capabilities and is intended to handle different sort of problems;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;TIER I&lt;/span&gt; - will usually handle small operative problems : electrical and other communication problem should be ruled out, if the problem has not been resolved by this level it shall be passed to the next level.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;TIER II&lt;/span&gt; -   this level will usually handle all configuration malfunctions in order to rule out problematic setup and system definitions. Once this option has been ruled out the next support level has to be involved&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;TIER III&lt;/span&gt; - in this level actual debugging of the problem must be done ... for this the support engineer will need the system configuration files and proper relevant logs ... all of these can be collected in advance by the previous TIER level in order to save time and face with the costumer.&lt;br /&gt;Once configuration has been determined and an exact suspect  scenario has been chosen the support engineer needs to attempt to reproduce the defect for the benefit of the R&amp;amp;D team which will need to handle the problem.&lt;br /&gt;&lt;br /&gt;reproduction is critical because it will allow us to verify the fix once it has been implemented ... but in order to be able to do so the details mentioned above are a must!!&lt;br /&gt;&lt;br /&gt;The next phase in the support cycle will be the TIER IV.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;TIER IV&lt;/span&gt; - this support level is with in the R&amp;amp;D and its role is to co-ordinate the fix and its release.&lt;br /&gt;&lt;br /&gt;Once the Fix has been completed by the R&amp;amp;D team it is up to the QA to retest according to the scenario detected by the TIER III engineer.&lt;br /&gt;&lt;br /&gt;In some cases QA may also handle the original reproduction instead of the TIER III engineer but in order to do this effectively and successfully  they must have all the relevant information prior to the reproduction attempt.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;To summarize:&lt;/span&gt;&lt;br /&gt;A support group MUST have an organized data/ information collection and distribution method!&lt;br /&gt;&lt;br /&gt;Since with out it time is wasted in each support level from the beginning which in turn causes great over head for the fix.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-2672494419299934359?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/2672494419299934359/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/qa-and-support-what-is-connection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/2672494419299934359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/2672494419299934359'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/qa-and-support-what-is-connection.html' title='QA and Support - what is the connection'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-8711342309565529111</id><published>2009-01-21T17:53:00.003+02:00</published><updated>2009-01-23T23:23:03.150+02:00</updated><title type='text'>Integration - is it QA or not</title><content type='html'>During the past couple of weeks I've been involved knee deep in integrating between two of our system components.&lt;br /&gt;On a personal note I do find it very interesting, since integration in it self does not follow all the strict QA methodology.&lt;br /&gt;This in turn started me thinking as to whether or not we can consider Integration as part of QA.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;On the Pro side:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;System is being tested for functionality against pre-defined input scenarios.&lt;/li&gt;&lt;li&gt; Problems are reported to developers for fixes&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;On the Con side:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt; There are no regression testing.&lt;/li&gt;&lt;li&gt; there is no definition for test cycles/ version release cycles &lt;/li&gt;&lt;li&gt; There won't necessary be official releases but rather temporary patches.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;My final conclusion is that I do believe Integration can be classified as a "Testing Cycle" of some sort.&lt;br /&gt;&lt;br /&gt;My only concern in this respect is the following.&lt;br /&gt;a given fact is that early integration basically translates to non working product.&lt;br /&gt;a separate time table must be allocated, and at least two weeks should be added to the regular time allocated for testing since this is roughly the amount of time required for the integration to yield a working product.&lt;br /&gt;&lt;br /&gt;Only upon meeting these conditions will we be able to complete a real system testing and thus include in our test reports a Integration Cycle.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-8711342309565529111?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/8711342309565529111/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/integration-is-it-qa-or-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/8711342309565529111'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/8711342309565529111'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/integration-is-it-qa-or-not.html' title='Integration - is it QA or not'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-499119679320576487</id><published>2009-01-17T13:51:00.019+02:00</published><updated>2009-03-29T16:46:25.941+03:00</updated><title type='text'>QA - The Human factor</title><content type='html'>When discussing QA we can not neglect talking about the people who will perform the task.&lt;br /&gt;&lt;br /&gt;In my experience there are several types of people  who do QA work, the types are affected by the attitude of the companies towards QA and their view in respect to its importance.&lt;br /&gt;&lt;br /&gt;Here in Israel there are 4 types of Testers:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;The Temp &lt;/span&gt;-  This  type of tester is usually in between, he will usually be a person  fresh out of military  and on his way to the the big trip/ university.&lt;br /&gt;&lt;br /&gt;He is looking for a way to earn some money for the above purposes and can not be depended on in regards to long term plans&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.blogger.com/yourimage.gif" border="1" height="2" width="650" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;On His Way to Development&lt;/span&gt; -  a close friend of the tester mentioned above , this one is usually already spent a couple of years studying and plans to start working in the R&amp;amp;D, he is basically looking for a foot hold in a company in hopes that it will open the door to a development position.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.blogger.com/yourimage.gif" border="1" height="2" width="650" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Can't find any thing Else&lt;/span&gt; - this type of tester  has been forced into trying to find work in QA since he can't seem to be able to find work else where, the only reason he got hired as QA is that some one has very low standard for QA and very poor opinion as to their role in the development process. *&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.blogger.com/yourimage.gif" border="1" height="2" width="650" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Serious QA&lt;/span&gt; -  This is the type of person you would like to see handling your testing process.&lt;br /&gt;This type of QA Engineer will usually have some formal technical education , he is here to do QA work and will focus in being efficient and productive, he will invest the time in researching QA methodolgy&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.blogger.com/yourimage.gif" border="1" height="2" width="650" /&gt;&lt;br /&gt;&lt;br /&gt;* The Question the Pops to the mind is obvious why would any one hire for QA work any other then the forth type of tester.&lt;br /&gt;The reason as always is complex, but the root cause is similar to the chicken and egg question, which came first.&lt;br /&gt;&lt;br /&gt;basically what happens is this , due to lack of available type 4 testers mangers are forced to look at the other types ,this in turn harms  the professional  opinion  in regards  to QA  engineers  ,  which  in turn causes HR in companies to lower the salary bar for QA which ... are you ready for this causes less people to be interested in careers in QA.&lt;br /&gt;&lt;br /&gt;And here we go again.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Just for an example :&lt;/span&gt;&lt;br /&gt;a few years back some one approached my QA Manager in regards to a vacant position in one of our teams, when my manager inquired in regards to relevant experience the developer which made the inquiry raised a brow saying "what do you mean he knows nothing... what are QA suppose to know"&lt;br /&gt;The problem is that it is not just one person but the entire industry is plauged with this&lt;span style="font-size:100%;"&gt; misconception&lt;/span&gt;       &lt;br /&gt;&lt;br /&gt;Managers and HR do not contribute by setting low standards and low wadges , another example, in our QA group which is in charge of testing a  very  telecom related  system  most of the  QA  do not  hold any degree  and those who do have had no relevant telecom  education.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-499119679320576487?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/499119679320576487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/qa-human-factor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/499119679320576487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/499119679320576487'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/qa-human-factor.html' title='QA - The Human factor'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-6684448441857151079</id><published>2009-01-08T08:36:00.002+02:00</published><updated>2009-01-08T10:33:59.868+02:00</updated><title type='text'>Bug Severity Guide Lines</title><content type='html'>The Bug severity will display what is the impact on the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;SUT&lt;/span&gt; according to the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;QA&lt;/span&gt; tester.&lt;br /&gt;&lt;br /&gt;In order to avoid miss understandings and inconsistencies it is best that  a table of sort be presented and agreed upon between all QA testers and vs. the Development group.&lt;br /&gt;&lt;br /&gt;please review such a table below:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 153, 0);"&gt;Low&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;GUI  ‘cosmetics’&lt;/li&gt;&lt;li&gt;General minor issues &lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);"&gt;Medium&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Missing\wrong messages&lt;/li&gt;&lt;li&gt;Not perfect functionality&lt;/li&gt;&lt;li&gt;GUI friendliness&lt;/li&gt;&lt;li&gt;GUI - Spelling errors&lt;/li&gt;&lt;li&gt;Documentation errors&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(255, 153, 0);"&gt;High&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Feature malfunction&lt;/li&gt;&lt;li&gt;‘Bad’ errors messages &lt;/li&gt;&lt;li&gt;Fields validation&lt;/li&gt;&lt;li&gt;Translation problems&lt;/li&gt;&lt;li&gt;Missing Install Shied&lt;/li&gt;&lt;li&gt;Missing documentation&lt;/li&gt;&lt;li&gt;Wrong version&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(255, 0, 0);"&gt;Show Stopper&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;System\Component Crash&lt;/li&gt;&lt;li&gt;Data loss&lt;/li&gt;&lt;li&gt;Missing Feature &lt;/li&gt;&lt;li&gt;Security intrusion&lt;/li&gt;&lt;li&gt;Performance failures&lt;/li&gt;&lt;li&gt;Customer determination&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(153, 0, 0);"&gt;QA Stopper&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Stops Testing progress&lt;/li&gt;&lt;/ul&gt;One can argue about the table above the only thing critical is to have such a table, and that all the relevant parties agree on it.&lt;br /&gt;&lt;br /&gt;In a similar manner there must be a way to report the bug's priority according to project requirements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-6684448441857151079?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/6684448441857151079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/bug-severity-guide-lines.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/6684448441857151079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/6684448441857151079'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/bug-severity-guide-lines.html' title='Bug Severity Guide Lines'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-4385818660427193978</id><published>2009-01-07T20:31:00.005+02:00</published><updated>2009-01-08T09:59:21.506+02:00</updated><title type='text'>QA Methodology</title><content type='html'>Once we have dispatched with most of the preliminaries it is finally time to get to the bottom of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QA&lt;/span&gt; - Methodology  which is directly linked to documentation.&lt;br /&gt;&lt;div style="text-align: justify;"&gt;The document trace usually follows along side the product life cycle which I described in a previous blog entry (&lt;a href="http://qa-regarding-qa.blogspot.com/2008/12/product-life-cycle.html"&gt;product life cycle&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;Once the Product manager has decided what are the main features for the product/ version he will then release a document describing these requirements called a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;MRD&lt;/span&gt; (&lt;span style="font-weight: bold;"&gt;M&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;arketing&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;R&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;equirements&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;D&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;ocument&lt;/span&gt;).&lt;br /&gt;Following this document System engineering will usually output an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;SRD&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;PRD&lt;/span&gt; (&lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;ystem&lt;/span&gt;/ &lt;span style="font-weight: bold;"&gt;P&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;roduct&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;R&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;equirement&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;D&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;ocument&lt;/span&gt;) - this document will detail what of the requirements is to be implemented and what are the priorities.&lt;br /&gt;the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;QA&lt;/span&gt; in turn will then review this document and start preparation for the testing.&lt;br /&gt;&lt;br /&gt;First &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;QA&lt;/span&gt; will generate a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;STP&lt;/span&gt; (&lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;ystem&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;T&lt;/span&gt;est &lt;span style="font-weight: bold;"&gt;P&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;lan&lt;/span&gt;) this will describe:&lt;br /&gt;&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;what is to be tested&lt;/li&gt;&lt;li&gt;testing set-up&lt;br /&gt;&lt;/li&gt;&lt;li&gt;testing requirements (resources)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;General time table which should correlate with R&amp;amp;D releases &lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;STP&lt;/span&gt; is usually prepared by the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;QA&lt;/span&gt; manager/ Team leader&lt;br /&gt;Once the general &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;STP&lt;/span&gt; has been released and approved it is time to get down to the details of the testing. the STD (&lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;ystem&lt;/span&gt;/ &lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;oftware&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;T&lt;/span&gt;est &lt;span style="font-weight: bold;"&gt;D&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;ocument&lt;/span&gt;)&lt;br /&gt;The STD will usually be prepared by the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;QA&lt;/span&gt; assigned to preform the tests.&lt;br /&gt;&lt;br /&gt;When the tester has finished writing the document then a DR (&lt;span style="font-weight: bold;"&gt;D&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;esign&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;R&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;eview&lt;/span&gt;) will be held in order to approve the STD.&lt;br /&gt;we must make sure the following attend the DR:&lt;br /&gt;&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Product Manager&lt;/li&gt;&lt;li&gt;System Engineer&lt;/li&gt;&lt;li&gt;Developer / Developer team leader&lt;/li&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;QA&lt;/span&gt; tester&lt;/li&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;QA&lt;/span&gt; team leader&lt;/li&gt;&lt;li&gt;Project Manager - to provide costumer related info if necessary.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;Once the version is released to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;QA&lt;/span&gt; and testing has begun, upon completion or at predefined time frame the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;QA&lt;/span&gt; tester will issue a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;STR&lt;/span&gt; (&lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;ystem&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;T&lt;/span&gt;est &lt;span style="font-weight: bold;"&gt;R&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;eport&lt;/span&gt;).&lt;br /&gt;The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;STR&lt;/span&gt; will detail what tests were actually done and from those tests which passed and which failed , for the tests that failed we will include a short description of the fault and list the relevant &lt;a href="http://qa-regarding-qa.blogspot.com/2008/12/bug-problem-reporting-right-and-wrong.html"&gt;bug report&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;At the end of the test cycles have completed a Release meeting will be called, in it &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;QA&lt;/span&gt; will present the last segment of documentation the RN (&lt;span style="font-weight: bold;"&gt;R&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;elease&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;N&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;otes&lt;/span&gt;) these will include a list of the bugs fixed in the version and a list of the bugs still open at current according to bug severity's criteria.&lt;br /&gt;&lt;br /&gt;It is vital to understand &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_36"&gt;QA&lt;/span&gt; is not releasing the version but rather giving a status report as to its quality, the decision whether to release or not is at the hands of the R&amp;amp;D manager and the Operational Manager according to external constraints.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-4385818660427193978?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/4385818660427193978/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/qa-methodology.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/4385818660427193978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/4385818660427193978'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2009/01/qa-methodology.html' title='QA Methodology'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-4417298284916344518</id><published>2008-12-30T18:29:00.007+02:00</published><updated>2009-01-01T17:04:22.600+02:00</updated><title type='text'>Testing Phases / Parts What are their meanings</title><content type='html'>First let me start of by saying the QA is a very methodical occupation, there is a time for every little step, with that being said we can now discuss the different stages in the version testing cycles:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Functionality&lt;/span&gt; - this phase involves checking the a new added functionality has indeed been added for starters and further more we would test and make sure that it is functioning as expected according to system requirements.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Regression&lt;/span&gt; - in this phase the tester will continue on to test that old / previous system capabilities have not been affected by the change code done for the new features.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Bug Fixes&lt;/span&gt; - this phase is not part of every version cycle tests since it depends whether any bugs were fixed, basically QA is expected to go over the version Release Notes and verify that all the bugs marked by the programmer as fixed in this version have indeed been fixed. e.g. QA will have to simulate the conditions which brought on the defeact in the privious version and very that the defect does not occur in the new version. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Performance&lt;/span&gt; - every product has certain dimensioning requirements, regarding the amount of input it can handle, in this phase the QA will verify that the system can indeed handle the high marker for system input as specified in the System requirements by the product manager.&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;br /&gt;Stability&lt;/span&gt; - in the same manner where a certain maximum input load is defined for a specific system then a certain steady state should also be decided upon between product manager and system engineer.&lt;br /&gt;according to this steady state stability tests are run checking system functionality over an extended period of time to see no system error occurs during the said time, stability tests can run from hours to days or weeks&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Attacks&lt;/span&gt; - in different SUT's (&lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;ystems &lt;span style="font-weight: bold;"&gt;U&lt;/span&gt;nder &lt;span style="font-weight: bold;"&gt;T&lt;/span&gt;est) this test phase may be called in different names, in general this test phase will include abnormal use of the system to check for ability to receive abuse by hostile/ untrained operator.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Sanity&lt;/span&gt; - this phase is one of the critical phases. basically it is a collection of several test cases from all of the above phases (almost) which is meant to give a quick picture of system state after receiving a bug fix /patch.&lt;br /&gt;Again this will not test the entire system but rather a brief run through the system in order to reflect system state to relevant parties&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-4417298284916344518?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/4417298284916344518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/testing-phases-parts-what-are-their.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/4417298284916344518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/4417298284916344518'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/testing-phases-parts-what-are-their.html' title='Testing Phases / Parts What are their meanings'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-154749789310368512</id><published>2008-12-30T18:24:00.003+02:00</published><updated>2009-01-08T09:59:03.283+02:00</updated><title type='text'>Cyclic Testing vs. Itertive Testing</title><content type='html'>&lt;p&gt;&lt;span style="font-weight: bold;font-size:85%;" &gt;&lt;span class="text"&gt;Iterative testing&lt;/span&gt;&lt;/span&gt;&lt;span class="text"  style="font-size:85%;"&gt;                  -&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;Simply means testing that is repeated, or iterated, multiple                  times. Iterative usability testing matters because the ultimate                  goal of all usability work is to improve usability.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;Iterative testing is usually helpful in early development steps and can be considered as part of the integration process.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;&lt;span style="font-weight: bold;"&gt;Cyclic Tests&lt;/span&gt; -&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;This is the type of testing we usually associate with classical testing in Cyclic testing the work is more methodical.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;The content of a released version is usually divided into several parts.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;We would usually try to test new version features in the earlier cycles later moving on to regression.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;We should incorporate bug fixes cycles during this cycles provided we receive bug fixes during the test phases.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;We will discuss the different parts in more details in future blogs.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="text"  style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;               &lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-154749789310368512?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/154749789310368512/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/cyclic-testing-vs-itertive-testing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/154749789310368512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/154749789310368512'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/cyclic-testing-vs-itertive-testing.html' title='Cyclic Testing vs. Itertive Testing'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-8791457788781756817</id><published>2008-12-28T21:32:00.001+02:00</published><updated>2009-01-08T09:58:42.714+02:00</updated><title type='text'>Bug / Problem reporting the right and the wrong way to do it</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;There is an entire Methodology behind bug/ problem reporting.&lt;br /&gt;There are many tools used for bug tracking and reporting.&lt;br /&gt;&lt;br /&gt;all of these do not matter, we need to keep in mind the purpose and the goal for which we report a bug, if we do this then all will be well.&lt;br /&gt;According to the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Bugzilla&lt;/span&gt; site :(&lt;a href="https://developer.mozilla.org/en/Bug_writing_guidelines"&gt;https://developer.mozilla.org/en/Bug_writing_guidelines&lt;/a&gt;)&lt;br /&gt;The guidelines to problem reporting are detailed below:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt; Be precise &lt;/li&gt;&lt;li&gt; Be clear - explain it so others can reproduce the bug &lt;/li&gt;&lt;li&gt; One bug per report &lt;/li&gt;&lt;li&gt; No bug is too trivial to report - small bugs may hide big bugs &lt;/li&gt;&lt;li&gt; Clearly separate fact from speculation&lt;/li&gt;&lt;li&gt; Reproduce your bug using a &lt;a style="color: rgb(0, 0, 0);" set="yes" linkindex="30" class="external" rel="external nofollow" target="_blank" href="http://www.mozilla.org/developer/#builds" title="http://www.mozilla.org/developer/#builds"&gt;latest version&lt;/a&gt; of the software, to see whether it has already been fixed. &lt;/li&gt;&lt;li&gt;When system configuration is relevant specify it.&lt;/li&gt;&lt;li&gt;When log files are available provide them.&lt;/li&gt;&lt;/ul&gt;Following these guidelines will ensure the programmer understands you and has all the information to solve the problem... it obviously does not guarantee bug fix times&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-8791457788781756817?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/8791457788781756817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/bug-problem-reporting-right-and-wrong.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/8791457788781756817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/8791457788781756817'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/bug-problem-reporting-right-and-wrong.html' title='Bug / Problem reporting the right and the wrong way to do it'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-6568929440555281982</id><published>2008-12-28T21:17:00.004+02:00</published><updated>2009-01-08T09:58:21.653+02:00</updated><title type='text'>Trouble Shooting Guide lines</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;During the earlier days of my career I found my self constantly being called on Costumer site for trouble shooting reasons .&lt;br /&gt;&lt;br /&gt;I would usually discover when arriving there that the so called complex problem is easily solved by a simple and short analysis session.&lt;br /&gt;&lt;br /&gt;I tried to lay out some guidelines for others to follow in order to enable them to do the same.&lt;br /&gt;&lt;br /&gt;What it basically comes down to is asking the right set of questions in the right order.&lt;br /&gt;&lt;br /&gt;the questions which guided me were:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;locate the first step/ component to indicate a problem&lt;/li&gt;&lt;li&gt;what is the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;cpu&lt;/span&gt;/ &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;mem&lt;/span&gt; utilization?&lt;/li&gt;&lt;li&gt;which application is consuming the most resources?&lt;/li&gt;&lt;li&gt;open the log files&lt;br /&gt;&lt;/li&gt;&lt;li&gt;look for the most recent error message&lt;br /&gt;&lt;/li&gt;&lt;li&gt;what does it say&lt;br /&gt;&lt;/li&gt;&lt;li&gt;what does it mean&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;When answering these last two questions you can generally solve most problems.&lt;br /&gt;At one time I traveled to one of our costumer sites in the east.&lt;br /&gt;Problem report was system was malfunctioning and missing several input responses.&lt;br /&gt;When arriving on site I noticed that the gate component was running at high CPU utilization (~90% steady state)&lt;br /&gt;when reviewing the logs  I noticed a configuration error.&lt;br /&gt;Once I handled this I noticed that the CPU did not drop.&lt;br /&gt;I reviewed the logs again and noticed that the same error message is being printed at a very high rate ( which was causing the high CPU utilization).&lt;br /&gt;I turned to the programmer   and requested to reduce the debug level for the specific message (since it was pointing to an not mapped input type and not a system problem)&lt;br /&gt;Once this was accomplished all other problems were gone.&lt;br /&gt;Problem Solved.&lt;br /&gt;&lt;br /&gt;If the field Engineer /Support follows  this rules  he  can generally  get  to the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;bottom&lt;/span&gt;  of the problems  or at least point  R&amp;amp;D in the right direction&lt;br /&gt;&lt;br /&gt;This in my opinion is the true meaning of On site Field Engineering, other wise it would mean that the Field Engineer is expected only to perform the "Next, Next, Next, ..." installation type.... Is this what Field Engineers are for ?!?&lt;br /&gt;&lt;br /&gt;I Don't think so.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-6568929440555281982?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/6568929440555281982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/trouble-shooting-guide-lines.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/6568929440555281982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/6568929440555281982'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/trouble-shooting-guide-lines.html' title='Trouble Shooting Guide lines'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-1029372163871737399</id><published>2008-12-28T21:16:00.001+02:00</published><updated>2009-01-08T09:58:00.738+02:00</updated><title type='text'>QA On Costumer Site - rules and guide lines</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;There are very specific criteria to determine  when  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QA&lt;/span&gt; is needed on site , as I see it only if these criteria are met then there is a point to assigning &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;QA&lt;/span&gt; to the costumer site.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Costumer  has  specific  system  inputs  which  can  not be simulated  in a  lab.&lt;/li&gt;&lt;li&gt;Specific problems can not be simulated  in the lab .&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Tests did not complete prior to deployment, and costumer is willing to provide a testing environment.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;In general as you can see I think there are very few occasions justifying  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;QA&lt;/span&gt;  on site  ,  how ever  since  on many occasions  system know how is lacking and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;QA&lt;/span&gt; is forced  to travel  to site . When On site the following rules should be met...&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;QA&lt;/span&gt;  has traveled on site for a specific purpose it does not include costumer instructions/ politics on site installations   etc...&lt;/li&gt;&lt;li&gt;when reporting from site &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;QA&lt;/span&gt; should maintain the same guidelines directing him when reporting a bug from the lab.&lt;/li&gt;&lt;ol&gt;&lt;ol&gt;&lt;li&gt;be clear and to the point&lt;br /&gt;&lt;/li&gt;&lt;li&gt;describe a specific and exact scenario&lt;/li&gt;&lt;li&gt;provide all possible available debug information&lt;/li&gt;&lt;li&gt;describe system configuration with all necessary detail&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;/ol&gt;Once these rules and guidelines are followed we are certain to make the most of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;QA&lt;/span&gt; visit on site.&lt;br /&gt;&lt;br /&gt;When  this need actually arises&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-1029372163871737399?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/1029372163871737399/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/qa-on-costumer-site-rules-and-guide.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/1029372163871737399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/1029372163871737399'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/qa-on-costumer-site-rules-and-guide.html' title='QA On Costumer Site - rules and guide lines'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-6571701792285669617</id><published>2008-12-28T21:15:00.002+02:00</published><updated>2009-01-08T09:57:48.309+02:00</updated><title type='text'>QA and IT - to install or not to install - that is the question</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;When dealing with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QA&lt;/span&gt;&lt;/span&gt; yo must remember that there are extensive IT requirements, this is of course product dependent , but for true &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;QA&lt;/span&gt;&lt;/span&gt; to exist, several things must occur  which relate  to IT.&lt;br /&gt;First and foremost  Product Manager/ System manager must define :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;on which Platform the Product must run.&lt;/li&gt;&lt;li&gt;What are the minimal system requirements for the product.&lt;/li&gt;&lt;/ul&gt;once the above has been determined it is extremely vital that the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;QA&lt;/span&gt;&lt;/span&gt; performs tests for all of the System configuration defined;&lt;br /&gt;&lt;br /&gt;And here comes the tricky part who is in charge of the installation and maintenance of these  environments.&lt;br /&gt;In the organization in which I am part of w do not have a separate IT group. this creates havoc in my opinion for the following reason.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Not all &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;QA&lt;/span&gt;&lt;/span&gt; are predefined to have IT capabilities and thus a lot  of time is wasted due to insufficient skills.&lt;/li&gt;&lt;li&gt;Since no proper IT exists there are  no  predefined sets of instructions as to how and what exactly to set up with in the Platform itself&lt;/li&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;QA&lt;/span&gt;&lt;/span&gt; time is "wasted" on OS setups.&lt;/li&gt;&lt;li&gt;Since &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;QA&lt;/span&gt;&lt;/span&gt; are not exactly qualified for this they find it difficult to issue clear instructions to system Field Engineers on how to set up costumer systems, thus creating in consistency of OS types and configuration ... which basically will lead to unexplained problems from specific costumer with out any clear reason.&lt;/li&gt;&lt;li&gt;No one can handle new hardware certification/ old hardware  End-Of-Life replacement.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;In my opinion it is vital to have a strong IT group in every company , and not just for the sake of handling the tedious tasks of system setup but in order to set up guidelines so that we create a consistency between all of the systems installed among the different costumers&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-6571701792285669617?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/6571701792285669617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/qa-and-it-to-install-or-not-to-install.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/6571701792285669617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/6571701792285669617'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/qa-and-it-to-install-or-not-to-install.html' title='QA and IT - to install or not to install - that is the question'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-3851773272729285562</id><published>2008-12-27T12:38:00.002+02:00</published><updated>2009-01-17T13:51:10.312+02:00</updated><title type='text'>QA Types</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;There are several types of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QA&lt;/span&gt; which common today in the industry.&lt;br /&gt;Each type of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;QA&lt;/span&gt; obviously comes in order to answer a specific need.&lt;br /&gt;It is important to identify what are needs and not expect wrong things of the wrong types of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;QA&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Unit Tester&lt;/span&gt; - The unit tester in general is one of the first to perform &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;QA&lt;/span&gt; on the product , this type of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;QA&lt;/span&gt; will usually be  done with in the development team, prior to releasing any version, this is basically a preliminary verification that the component functions as expected to a controlled (simulated) set of inputs and produces the expected outputs (results).&lt;br /&gt;========================================================================&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Black box / Functionality testing&lt;/span&gt; - This type of testing does not require the tester to have any familiarity with the architecture/technology of the tested component, he generally performs a predefined set of actions (inputs) and expects an appropriate response (output) in turn. This is usually the kind of tester people associate with testing , some one going over a graphical interface, checking all the check boxes and different screens. obviously the skills required for such &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;QA&lt;/span&gt; are not high, unfortunately some think this type reflect on all &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;QA&lt;/span&gt;.&lt;br /&gt;========================================================================&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;System/ E2E testing&lt;/span&gt; - This type of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;QA&lt;/span&gt; usually involves high level &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;QA&lt;/span&gt; ... there may not be drill down to a specific functionality but in this type of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;QA&lt;/span&gt; you most certainly have to have a good familiarity with the system flow and its architecture, further to this you must be very well versed in the technology relevant to this product ;e.g., for a telephony system you will have to have telephony protocol familiarity.&lt;br /&gt; ========================================================================&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;White Box Testing&lt;/span&gt; - This type of QA depends on the QA's familiarity with the technology in question in order to be able to challenge the application/product, in some respect the type of person required for this type of QA is similar to the E2E tester, how ever this QA will perform drill down testing on the product.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-3851773272729285562?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/3851773272729285562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/qa-types.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/3851773272729285562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/3851773272729285562'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/qa-types.html' title='QA Types'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-5098658376274906104</id><published>2008-12-27T11:51:00.002+02:00</published><updated>2009-01-08T09:56:49.638+02:00</updated><title type='text'>Product Life Cycle</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;In order to better understand the role of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QA&lt;/span&gt; with in the entire process of product delivery we first need to understand the process as a whole.&lt;br /&gt;&lt;br /&gt;In the beginning there was the Marketing Product Manager; this person in-fact is suppose to outline the product road map and list down the requirements of the product.&lt;br /&gt;The product manager will usually base his requirement lists according to market trends and need which he was exposed to, thus laying out a &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;road map&lt;/span&gt; for the product and its list of features, further input/ specifications may come from specific costumers which have shown an interest in the product it self.&lt;br /&gt;&lt;br /&gt;Next comes the System Engineer - his role will be to translate the sometimes vague requests of the Product Manager into R&amp;amp;D / development tasks.&lt;br /&gt;basically the system engineer will lay out the method in which the solution is to be designed... his role is to design a system which answers the current requirements but keeps in mind future needs scalability and much more .&lt;br /&gt;you may read more about &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Sys&lt;/span&gt;. Engineering in the following blog :&lt;br /&gt;&lt;a href="http://design-to-last.com/"&gt;http://design-to-last.com&lt;/a&gt;/&lt;br /&gt;&lt;br /&gt;The System engineering role is vitals since development with out a plan equals in my mind to a chicken running around with out a head.&lt;br /&gt;&lt;br /&gt;Once the System engineer has completed his role come in the developers and take the plans laid out by the System engineer and devise the actual code structure .&lt;br /&gt;&lt;br /&gt;Once code structure and design has be done it is time to get down to the dirty part of writing the actual code.&lt;br /&gt;&lt;br /&gt;It is a common misconception to think that the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;QA&lt;/span&gt; role will follow only at the end after the programmer has completed his work.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:180%;"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;THIS IS WRONG!!!!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;If we remember the tasks we listed in the previous segment we shall see that the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;QA&lt;/span&gt; is suppose to accompany the product throughout the life cycle from infancy to maturity.&lt;br /&gt;&lt;br /&gt;Good &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;QA&lt;/span&gt; will be made part even in the early  stages so they are at least aware of the Product manager list of requirements so see that they actually  match the requirements from the costumer.&lt;br /&gt;&lt;br /&gt;then , it is up to the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;QA&lt;/span&gt; to make sure the above mentioned list correlates and is fully  covered in the design &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_7"&gt;layed&lt;/span&gt; out by the system engineer.&lt;br /&gt;&lt;br /&gt;last but not least &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;QA&lt;/span&gt; will then test the product delivered by the programmer and make sure it complies with the list of requirements listed above and further to this that it functions properly with out affecting the environment surrounding it, be it the machine running the product or other machines in the network.&lt;br /&gt;&lt;br /&gt;Good &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;QA&lt;/span&gt; will try to predict costumer requirements and methods of use for the product and then test that these are actually possible .&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-5098658376274906104?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/5098658376274906104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/product-life-cycle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/5098658376274906104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/5098658376274906104'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/product-life-cycle.html' title='Product Life Cycle'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-9117150517406429625</id><published>2008-12-27T11:40:00.001+02:00</published><updated>2009-01-08T09:56:13.258+02:00</updated><title type='text'>QA Tasks</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;As mentioned in the previous segment the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QA&lt;/span&gt; has several tasks, let us write them down:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Make sure a project is completed based upon previously agreed specifications, standards and functionality requirements.&lt;/li&gt;&lt;li&gt;Make sure a project is completed with out defect and possible problems.&lt;/li&gt;&lt;li&gt;Monitors and try to improve the development process from the beginning.&lt;/li&gt;&lt;li&gt;Preventive orientation.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;After listing those formidable tasks we can see that the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;QA&lt;/span&gt; role is a vital one in the process of supplying a product to a costumer.&lt;br /&gt;&lt;br /&gt;In the following segments we will discuss in further details these tasks.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-9117150517406429625?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/9117150517406429625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/qa-tasks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/9117150517406429625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/9117150517406429625'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/qa-tasks.html' title='QA Tasks'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-5917972560786951496</id><published>2008-12-27T10:34:00.001+02:00</published><updated>2009-01-08T09:56:03.202+02:00</updated><title type='text'>What is QA</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;I thought that since my blog will be dealing with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QA&lt;/span&gt; and my view on its role , I'd better spend some time in defining "what is &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;QA&lt;/span&gt;?" at least in my opinion.&lt;br /&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;br /&gt;Quality Assurance makes sure the project will be completed                   based on the previously agreed specifications, standards and functionality                   required without defects and possible problems. It monitors and tries to                   improve the development process from the beginning of the project to ensure                   this. It is oriented to "prevention".&lt;/span&gt;  (&lt;a href="http://www.asknumbers.com/QualityAssuranceandTesting.aspx"&gt;&lt;span style="font-size:85%;"&gt;http://www.asknumbers.com/QualityAssuranceandTesting.aspx&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;Let us take a look at this "dictionary" definition for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;QA&lt;/span&gt;, and try to gather  from it the tasks for the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;QA&lt;/span&gt; engineer, let us also try and understand what are the inputs needed by the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;QA&lt;/span&gt; engineer in order to be able accomplish his tasks&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-5917972560786951496?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/5917972560786951496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/what-is-qa.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/5917972560786951496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/5917972560786951496'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/what-is-qa.html' title='What is QA'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7541395118938900455.post-5334935677268330025</id><published>2008-12-26T21:13:00.002+02:00</published><updated>2009-01-08T09:55:51.885+02:00</updated><title type='text'>A Little about Why I decided to write this Blog</title><content type='html'>&lt;div dir="ltr" style="text-align: left;"&gt;I chose to write this Blog for &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_0"&gt;several&lt;/span&gt; reasons:&lt;br /&gt;1.  As I mentioned in my &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;account&lt;/span&gt; details I have been in the T&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;elecom&lt;/span&gt; market for quite some time now, while I may be considered a new comer in respect to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;QA&lt;/span&gt; I thought other may gain some things from my experience.&lt;br /&gt;2. I have certain views in respect to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;QA&lt;/span&gt; role and job description, which don't always align with company views.&lt;br /&gt;3. At certain points i get frustrated with the establishment and thought this would be a good way to vent some of this frustration.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7541395118938900455-5334935677268330025?l=qa-regarding-qa.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://qa-regarding-qa.blogspot.com/feeds/5334935677268330025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/little-about-why-i-decided-to-write.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/5334935677268330025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7541395118938900455/posts/default/5334935677268330025'/><link rel='alternate' type='text/html' href='http://qa-regarding-qa.blogspot.com/2008/12/little-about-why-i-decided-to-write.html' title='A Little about Why I decided to write this Blog'/><author><name>Q &amp;amp; A Regarding QA</name><uri>http://www.blogger.com/profile/03844562664148090269</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
