<?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: Nandha Gopan</title>
    <description>The latest articles on DEV Community by Nandha Gopan (@nandha_gopan_8d5cab887741).</description>
    <link>https://dev.to/nandha_gopan_8d5cab887741</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%2F1558338%2F4766fdf9-a55c-450c-80aa-70136534626a.jpg</url>
      <title>DEV Community: Nandha Gopan</title>
      <link>https://dev.to/nandha_gopan_8d5cab887741</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nandha_gopan_8d5cab887741"/>
    <language>en</language>
    <item>
      <title>Manual Testing</title>
      <dc:creator>Nandha Gopan</dc:creator>
      <pubDate>Mon, 22 Jul 2024 05:14:38 +0000</pubDate>
      <link>https://dev.to/nandha_gopan_8d5cab887741/manual-testing-2ebh</link>
      <guid>https://dev.to/nandha_gopan_8d5cab887741/manual-testing-2ebh</guid>
      <description>&lt;p&gt;Manual testing is a software testing process in which test cases are executed manually without using any automated tool. All test cases executed by the tester manually according to the end user's perspective. &lt;/p&gt;

&lt;p&gt;ensures whether the application is working, as mentioned in the requirement document or not. Test cases are planned and implemented to complete almost 100 percent of the software application. Test case reports are also generated manually.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Functional and non functional testing.</title>
      <dc:creator>Nandha Gopan</dc:creator>
      <pubDate>Mon, 22 Jul 2024 05:11:32 +0000</pubDate>
      <link>https://dev.to/nandha_gopan_8d5cab887741/functional-and-non-functional-testing-3jla</link>
      <guid>https://dev.to/nandha_gopan_8d5cab887741/functional-and-non-functional-testing-3jla</guid>
      <description>&lt;p&gt;Functional testing ensures that the functions and features of the application work properly. Non-functional testing examines other aspects of how well the application works. In other words, functional testing tests the functionality of an app while non-functional testing tests the performance of these functions.&lt;/p&gt;

&lt;p&gt;example :  like performance and reliability under load.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Task - 2</title>
      <dc:creator>Nandha Gopan</dc:creator>
      <pubDate>Sat, 01 Jun 2024 07:46:29 +0000</pubDate>
      <link>https://dev.to/nandha_gopan_8d5cab887741/task-2-7k9</link>
      <guid>https://dev.to/nandha_gopan_8d5cab887741/task-2-7k9</guid>
      <description>&lt;p&gt;Boundary value analysis:&lt;/p&gt;

&lt;p&gt;Boundary value analysis is based on testing at the boundaries between partitions. It includes maximum, minimum, inside or outside boundaries, typical values and error values.&lt;/p&gt;

&lt;p&gt;Decision Table:&lt;/p&gt;

&lt;p&gt;A decision table is also known as to Cause-Effect table. This software testing technique is used for functions which respond to a combination of inputs or events. &lt;/p&gt;

&lt;p&gt;LCSAJ Testing :-&lt;br&gt;
LCSAJ stands for “Linear Code Sequence and Jump” testing. It is a white-box testing technique used to assess the coverage of source code within a software program. LCSAJ testing focuses on verifying that all linear code sequences and jumps within the code are exercised by test cases. This technique is commonly used in the context of structural testing or code coverage analysis.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Task</title>
      <dc:creator>Nandha Gopan</dc:creator>
      <pubDate>Sat, 01 Jun 2024 07:40:59 +0000</pubDate>
      <link>https://dev.to/nandha_gopan_8d5cab887741/task-4mj4</link>
      <guid>https://dev.to/nandha_gopan_8d5cab887741/task-4mj4</guid>
      <description>&lt;p&gt;What is software testing?&lt;/p&gt;

&lt;p&gt;Software Testing Techniques help you design better test cases. Since exhaustive testing is not possible; &lt;br&gt;
Manual Testing Techniques help reduce the number of test cases to be executed while increasing test coverage. &lt;br&gt;
They help identify test conditions that are otherwise difficult to recognize.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
