<?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: Nagaraj Hatti Veerarajan</title>
    <description>The latest articles on DEV Community by Nagaraj Hatti Veerarajan (@hvnagaraj).</description>
    <link>https://dev.to/hvnagaraj</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%2F1270586%2Fb9d007f8-bc92-45c3-a2e8-1250db93e867.png</url>
      <title>DEV Community: Nagaraj Hatti Veerarajan</title>
      <link>https://dev.to/hvnagaraj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hvnagaraj"/>
    <language>en</language>
    <item>
      <title>Full Stack Testing in a Single Test (Frontend &lt;-&gt; Backend)</title>
      <dc:creator>Nagaraj Hatti Veerarajan</dc:creator>
      <pubDate>Mon, 29 Apr 2024 13:47:13 +0000</pubDate>
      <link>https://dev.to/tesmon/full-stack-testing-in-a-single-test-frontend-backend-3b58</link>
      <guid>https://dev.to/tesmon/full-stack-testing-in-a-single-test-frontend-backend-3b58</guid>
      <description>&lt;p&gt;In this article, we'll explore how you can test your full stack, combining both frontend and backend testing into a single, efficient test.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/HKd_nzt_s0I"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Full-Stack Testing?
&lt;/h2&gt;

&lt;p&gt;Full Stack Testing allows developers to test both the frontend and backend of their applications together, ensuring seamless integration and functionality across all layers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which UI Frameworks Are Compatible?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Selenium&lt;/strong&gt; &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Playwright&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3xpfgjagu7asc66rq76w.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3xpfgjagu7asc66rq76w.jpg" alt="Selenium and Playwright supported in Tesmon" width="800" height="375"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://tesmon.io/desktop" class="ltag_cta ltag_cta--branded"&gt;Download Tesmon Desktop&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;Experience Full-Stack testing with Tesmon, designed to integrate so smoothly into your development process that you'll hardly notice it's there.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Developer Documentation:&lt;/strong&gt; Explore our detailed &lt;a href="https://www.linkedin.com/company/tesmon"&gt;Developer Docs&lt;/a&gt; to get started.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Follow Us on LinkedIn:&lt;/strong&gt; Stay updated with the latest from Tesmon by following us on &lt;a href="https://www.linkedin.com/company/tesmon"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Why Change How Integration Testing Is Done?</title>
      <dc:creator>Nagaraj Hatti Veerarajan</dc:creator>
      <pubDate>Tue, 23 Apr 2024 07:45:55 +0000</pubDate>
      <link>https://dev.to/tesmon/why-change-how-integration-testing-is-done-35pi</link>
      <guid>https://dev.to/tesmon/why-change-how-integration-testing-is-done-35pi</guid>
      <description>&lt;h3&gt;
  
  
  What Are The Pain Points?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Environment Differences:&lt;/strong&gt; Tests often fail when moving between local, staging, and production environments due to setup discrepancies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Complex Negative Testing:&lt;/strong&gt; Testing complex sequences, such as HTTP 200 followed by 407 for the same resource, is tricky.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Updating Tests:&lt;/strong&gt; Changes in the application often necessitate widespread updates to existing tests.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Inaccurate Self-Healing Claims:&lt;/strong&gt; Self-healing mechanisms often fail to correct issues automatically as claimed, leading to increased manual intervention and oversight.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Scalability of No-Code/Low-Code UI Tests:&lt;/strong&gt; While no-code/low-code tools simplify creating a few UI tests with clicks and drag-and-drop actions, scaling this to hundreds or thousands of tests becomes impractical and time-consuming.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Automation vs. Deadline Trade-offs:&lt;/strong&gt; Time allocated for automating tests often takes a hit during sprint planning due to pressing deadlines, leading to more manual testing and increased risk of future regressions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Flaky Environment:&lt;/strong&gt; Unstable dependencies can cause inconsistent test results.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Limited Resources:&lt;/strong&gt; Access to necessary databases and services is restricted, often due to compliance requirements like SOC2 that mandate a VPN.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Our mission
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;To reinvent testing into an &lt;strong&gt;assertion-free, near zero-effort&lt;/strong&gt; process by removing the traditional need to write test assertions and leveraging AI/ML to streamline everything.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  How Testing Differs from Application Code?
&lt;/h3&gt;

&lt;p&gt;Testing involves sending requests and checking responses. Unlike ongoing tasks like microservices or batch jobs, testing is quick and doesn't run continuously. This makes it ideal for AI/ML automation because the finite and predictable nature of testing tasks allows AI algorithms to efficiently learn and optimize test cases without the complexity of continuous monitoring.&lt;/p&gt;

&lt;p&gt;Traditional programming languages like Java, Python, or JavaScript are powerful, but they often add unnecessary complexity to testing, which doesn't require continuous code execution or handle complex logic like multi-threading and conditional operations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tesmon's Approach
&lt;/h3&gt;

&lt;p&gt;We reimagined testing from the ground up. Tesmon Desktop integrates seamlessly into the development cycle, making it feel like testing isn't even happening. Here's how we do it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Interactive Local Testing:&lt;/strong&gt; Use Tesmon Desktop locally to interact with your APIs, databases, caches, Kafka, and more, while Tesmon continues to learn and autonomously create tests.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Continuous Learning and Adaptation:&lt;/strong&gt; Our AI/ML pipelines train models to generate deterministic, repeatable tests automatically, eliminating the need for manual assertions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automatic Test Updates:&lt;/strong&gt; Tesmon adapts to changes in your system automatically. It notifies you of changes, and with a single click, you can confirm these updates, teaching Tesmon to integrate them seamlessly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lifecycle Extension with Tesmon Cloud:&lt;/strong&gt; Tesmon Cloud extends the capabilities developed on the Desktop, covering the entire lifecycle from local development through staging to production.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Yet Another AI Demo?
&lt;/h3&gt;

&lt;p&gt;While many AI demos appear flawless in promotional videos, they frequently underperform in practical settings. However, see for yourself with Assertion-Free Test Creation using Tesmon Tesbot.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Je6WqABuBH0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Watch and observe the performance firsthand. To get started, download Tesmon Desktop: &lt;a href="https://tesmon.io/desktop"&gt;Download Now&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc6ib6y7fbrou02xryduo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc6ib6y7fbrou02xryduo.png" alt="Tesmon Desktop" width="800" height="586"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Transform Your Testing Experience
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Create &amp;amp; Run Your First Test Case in Under 30 Seconds&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Experience effortless testing with Tesmon, designed to integrate so smoothly into your development process that you'll hardly notice it's there.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Developer Documentation:&lt;/strong&gt; Explore our detailed &lt;a href="https://www.linkedin.com/company/tesmon"&gt;Developer Docs&lt;/a&gt; to get started.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Follow Us on LinkedIn:&lt;/strong&gt; Stay updated with the latest from Tesmon by following us on &lt;a href="https://www.linkedin.com/company/tesmon"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>testing</category>
      <category>distributedsystems</category>
      <category>backend</category>
      <category>assertionfree</category>
    </item>
  </channel>
</rss>
