<?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: Namir</title>
    <description>The latest articles on DEV Community by Namir (@namirsab).</description>
    <link>https://dev.to/namirsab</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%2F30704%2Fc98fc413-f90e-45d0-8d22-440933818b3c.png</url>
      <title>DEV Community: Namir</title>
      <link>https://dev.to/namirsab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/namirsab"/>
    <language>en</language>
    <item>
      <title>How to convince my colleagues about the importance of automated testing</title>
      <dc:creator>Namir</dc:creator>
      <pubDate>Sun, 29 Oct 2017 14:58:28 +0000</pubDate>
      <link>https://dev.to/namirsab/how-to-convince-my-colleagues-about-the-importance-of-automated-testing-38i</link>
      <guid>https://dev.to/namirsab/how-to-convince-my-colleagues-about-the-importance-of-automated-testing-38i</guid>
      <description>&lt;p&gt;Hey everyone! &lt;br&gt;
First of all, thanks Dev.to! This is an amazing community and I'm glad to contribute a bit with my first article.&lt;/p&gt;

&lt;p&gt;Recently in my company we are migrating our monolithic Meteor application into a Microservices architecture. Our services are mostly express apps and I'm trying to encourage testing since the beginning, with a focus now on integration testing. My approach is to use &lt;code&gt;supertest&lt;/code&gt; to test the API surface of our services and &lt;code&gt;nock&lt;/code&gt; to mock requests to external services (first party or third party). In my opinion, this makes developing a service in isolation just by assuming the contract between the service under development and those forming the environment is right. It allows you to execute your code without requiring other services to be running, which I'm my opinion is a must in such architecture.&lt;/p&gt;

&lt;p&gt;I have to convince them. Do you think those arguments are enough? Any tip? &lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;

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