<?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: Alishaan Asaria</title>
    <description>The latest articles on DEV Community by Alishaan Asaria (@seriousali).</description>
    <link>https://dev.to/seriousali</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%2F45121%2Fad77e40a-aa94-4ee4-a23e-1173ea19b7e8.png</url>
      <title>DEV Community: Alishaan Asaria</title>
      <link>https://dev.to/seriousali</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seriousali"/>
    <language>en</language>
    <item>
      <title>Tests TLDR Versions</title>
      <dc:creator>Alishaan Asaria</dc:creator>
      <pubDate>Sun, 17 Dec 2017 17:39:27 +0000</pubDate>
      <link>https://dev.to/seriousali/tests-tldr-versions-ei2</link>
      <guid>https://dev.to/seriousali/tests-tldr-versions-ei2</guid>
      <description>&lt;p&gt;&lt;strong&gt;Smoke Tests:&lt;/strong&gt; These test cases are executed to check if the critical functionalities of the program are working fine.&lt;/p&gt;

&lt;p&gt;They can be further broken down into 3 types:-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Unit/Component Testing:&lt;/strong&gt; Checks if individual components or functions work the way as expected.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Integration Testing:&lt;/strong&gt; Checks if the components work with each other as expected.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;End-to-End Testing:&lt;/strong&gt; A complete application test to check if the application works as expected.&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;&lt;strong&gt;Performance Tests:&lt;/strong&gt; A performance test is any test that measures performance, stability, &lt;em&gt;scalability&lt;/em&gt; and/or &lt;em&gt;throughput&lt;/em&gt; of an application.&lt;/p&gt;

&lt;p&gt;They can be further broken down into 5 types:-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Load Testing:&lt;/strong&gt; Tests if the application can handle expected normal and peak load.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Soak/Reliability Testing:&lt;/strong&gt; A soak test is a long-running load test used to determine application performance and stability over time.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stress Testing:&lt;/strong&gt; Checks behavior of applications above peak load conditions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Capacity Testing:&lt;/strong&gt; Capacity Test determines the number of users app can handle before either performance or stability becomes unacceptable.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Spike Testing&lt;/strong&gt;: Verify system stability during bursts of concurrent users or system activity.&lt;/li&gt;
&lt;/ol&gt;




&lt;h4&gt;
  
  
  Authors note:
&lt;/h4&gt;

&lt;p&gt;There are many different kinds of tests that I haven't included related to design, security and some I am not even aware of. I have included only the ones I think are related to development in TLDR format.&lt;br&gt;
This was my first post, please leave your feedback. Also, let me know if I have made any mistakes.&lt;/p&gt;

&lt;h4&gt;
  
  
  Keywords
&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;Throughput:&lt;/strong&gt; The amount of material or items passing through a system or process.&lt;br&gt;
&lt;strong&gt;Scalability:&lt;/strong&gt; The capacity to be changed in size or scale.&lt;/p&gt;

</description>
      <category>tests</category>
      <category>tldr</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
