<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Keerti V on Medium]]></title>
        <description><![CDATA[Stories by Keerti V on Medium]]></description>
        <link>https://medium.com/@lkeerti.qa?source=rss-c3f256f5c3ba------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>Stories by Keerti V on Medium</title>
            <link>https://medium.com/@lkeerti.qa?source=rss-c3f256f5c3ba------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 24 May 2026 02:25:14 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@lkeerti.qa/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Unit Testing]]></title>
            <link>https://medium.com/@lkeerti.qa/unit-testing-d81cac3a7d75?source=rss-c3f256f5c3ba------2</link>
            <guid isPermaLink="false">https://medium.com/p/d81cac3a7d75</guid>
            <category><![CDATA[qa]]></category>
            <category><![CDATA[unit-testing]]></category>
            <category><![CDATA[quality-assurance]]></category>
            <category><![CDATA[testing]]></category>
            <category><![CDATA[quality-assurance-testing]]></category>
            <dc:creator><![CDATA[Keerti V]]></dc:creator>
            <pubDate>Sat, 01 Jul 2017 22:27:03 GMT</pubDate>
            <atom:updated>2017-07-01T22:27:39.082Z</atom:updated>
            <content:encoded><![CDATA[<p>Unit testing is performed by developers and is intended to serve as basic testing of the software before it is given to the QA team for further detailed testing.</p><p>Usually, the test cases are written by the developers themselves and are used to make sure the core behavior of the software is not impacted. These test cases act as the initial gating and are usually the first ones the developer tests after making incremental changes to the software.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*clVEX8AjN1pdtvbx4my2Cw.png" /></figure><p>In an automation infrastructure, the unit tests are usually performed to test the basic functionality of the software before running the extensive QA test cases.</p><p><strong>Example</strong>:</p><p>Let’s take the example of a health care software application, that is used by Doctors and Patients to log appointments, communicate with each other, share health records etc.,</p><p>The unit tests usually cover the appointment system, the ability of the doctors to look at their upcoming appointments and past appointments with patients, the basic messaging between doctors and patients, patients’ health records etc.,</p><p>Suppose, a developer makes changes let’s say to support secure messaging between doctors and patients, to perform basic testing before these changes are giving to QA team for further testing, she runs the above mentioned unit tests to make sure the basic functionality of the software is intact.</p><p><strong>Conclusion:</strong></p><p>Unit testing, constitutes a very important component of Quality assurance within a software company, often serving as the first step in identifying issues with incremental changes to the software.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d81cac3a7d75" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>