<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kashif Gul Kazi</title>
    <description>The latest articles on DEV Community by Kashif Gul Kazi (@kashifkazi).</description>
    <link>https://dev.to/kashifkazi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F48654%2Fe65d6f71-142a-4deb-9d49-bfca117203c6.png</url>
      <title>DEV Community: Kashif Gul Kazi</title>
      <link>https://dev.to/kashifkazi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kashifkazi"/>
    <language>en</language>
    <item>
      <title>How I Measured The Software Testing Quality </title>
      <dc:creator>Kashif Gul Kazi</dc:creator>
      <pubDate>Mon, 11 Dec 2017 12:33:47 +0000</pubDate>
      <link>https://dev.to/kashifkazi/how-i-measured-the-software-testing-quality-b60</link>
      <guid>https://dev.to/kashifkazi/how-i-measured-the-software-testing-quality-b60</guid>
      <description>&lt;p&gt;How do I know if my team is producing the quality outcome and if they are improving as they marching forward?&lt;/p&gt;

&lt;p&gt;It’s doable with a smart and sweet KPI (Key Performance Indicator). KPI like below make it happen. It explains to me how to quickly and timely understand the product quality and identify areas for further improvement.  KPIs are nothing but extracted from the Metrics and they have a narrow focus.&lt;/p&gt;

&lt;p&gt;Let me explain what are metrics and KPI and how they help and relate to each other. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sealights.io/test-metrics/measuring-software-quality-a-practical-guide/"&gt;Software quality metrics&lt;/a&gt; are the quantifiable measure used to track, monitor and assess the success or failure of various software quality processes. &lt;/p&gt;

&lt;p&gt;In a world of Software quality metric, there are multiple statistics that can be measured to understand the overall health of development processes as well as the product in development. &lt;/p&gt;

&lt;p&gt;For example, think of a vehicle quality metrics, it has suspension, gearbox, ignition, plugs, wiring etc. A whole lot of features and processes. A typical car garage would measure all metrics of a vehicle to make sure they are within their normal ranges for a fitness certificate. Let's call this whole calibration as car quality metrics.&lt;/p&gt;

&lt;p&gt;On another hand, KPI is a most important piece to be looked at, for example, a car mileage KPI (a single indicator) is of interest when it’s come to a driver (the end user or a product manager in our case responsible for product success). It can tell a driver if everything is well or not - perhaps need a deeper level investigation by an expert. Let's call it a car KPI. &lt;/p&gt;

&lt;p&gt;KPI is something we keep an eye all the time even in software development and the testing world. For example, I can collect multiple of metrics but be monitoring all of them daily with the same level of accuracy isn't easy.  The one must add some context to collected metrics to make them meaningful. Am I looking at the right metric?&lt;/p&gt;

&lt;p&gt;The Bugs discovery scorecard comes handy, shown below. It's measurable and quantifiable. It's telling if there is a problem and where is the problem.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--R07q9h11--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/pl1n1vi3vcjkbnx8dn3e.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--R07q9h11--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/pl1n1vi3vcjkbnx8dn3e.JPG" alt="Bugs ScoreCard"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To construct this efficient and easily understandable &lt;a href="https://en.wikipedia.org/wiki/Performance_indicator"&gt;KPI&lt;/a&gt; for any product, we need to understand the 2 key ingredients &lt;/p&gt;

&lt;p&gt;Origin: It defines when a bug was injected into the system.&lt;/p&gt;

&lt;p&gt;Detected: It defines at what stage a bug was caught or identified.&lt;/p&gt;

&lt;p&gt;Usually, the way I obtained this scoring is by adding 2 custom fields to my favorite &lt;a href="https://en.wikipedia.org/wiki/Bug_tracking_system"&gt;bug tracking system&lt;/a&gt; to record the bug origin and the bug detection phase. Not to mention, it’s a good for post-release sessions and discussion like release retrospective. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Some examples to get the meaning from this data formation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There are multiple ways to get benefit from this scorecard&lt;/p&gt;

&lt;p&gt;For example, it’s perfectly fine to have a bug originated in the “Requirements” phase but it’s surely not right to discover it at later stages of Production. Finding a requirement or a design level issue late in the game may warrant a lot of rework or lead towards the product or a feature failure.&lt;/p&gt;

&lt;p&gt;The Bugs discovery scorecard matrix isn't just for development or QA team. It helps all teams at all levels starting from analysts, designers, developer, QA testers, and management to measure quality as well as identify the gap and improve continuously. Like here in above image, 1 coding bug caught in PROD (by customers) and 1 REQ bug was caught in SQA (but not in the coding phase).&lt;/p&gt;

&lt;p&gt;From my experience of managing teams, I look for ways to praise my team too. For example, if the design bug has caught in the development phase but not in the design phase, it needs significant rework but rework would still be less when a bug caught in the SQA or the PROD phase&lt;/p&gt;

&lt;p&gt;I can easily grab the maturity level of my teams working on requirements, design and development phases. And, I can measure quality standard for the testing team. &lt;/p&gt;

</description>
      <category>testing</category>
      <category>codequality</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
