<?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: BASIL AHAMED</title>
    <description>The latest articles on DEV Community by BASIL AHAMED (@basil_hameed).</description>
    <link>https://dev.to/basil_hameed</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%2F1271128%2F3db36c9f-ff0f-45c3-a380-1242bcb006d4.png</url>
      <title>DEV Community: BASIL AHAMED</title>
      <link>https://dev.to/basil_hameed</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/basil_hameed"/>
    <language>en</language>
    <item>
      <title>Software Test Case Techniques</title>
      <dc:creator>BASIL AHAMED</dc:creator>
      <pubDate>Sun, 11 May 2025 12:54:19 +0000</pubDate>
      <link>https://dev.to/basil_hameed/software-test-case-techniques-4g6j</link>
      <guid>https://dev.to/basil_hameed/software-test-case-techniques-4g6j</guid>
      <description>&lt;p&gt;&lt;strong&gt;Common Manual Testing Techniques&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Exploratory Testing&lt;/li&gt;
&lt;li&gt;Error Guessing&lt;/li&gt;
&lt;li&gt;Equivalence Partition&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Error Guessing&lt;br&gt;
This technique relies on tester experience to predict and test the errorful areas. &lt;/p&gt;

</description>
      <category>testing</category>
      <category>software</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>Software Testing</title>
      <dc:creator>BASIL AHAMED</dc:creator>
      <pubDate>Sun, 29 Dec 2024 07:28:01 +0000</pubDate>
      <link>https://dev.to/basil_hameed/software-testing-11</link>
      <guid>https://dev.to/basil_hameed/software-testing-11</guid>
      <description>&lt;p&gt;Manual Testing&lt;br&gt;
xxxxxxxxxxxxxxxxxxxxxx&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl2bt1wgoxts9w0z4ko6w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl2bt1wgoxts9w0z4ko6w.png" alt="Image description" width="512" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>software</category>
      <category>development</category>
    </item>
    <item>
      <title>Demo Title</title>
      <dc:creator>BASIL AHAMED</dc:creator>
      <pubDate>Sat, 21 Dec 2024 04:51:25 +0000</pubDate>
      <link>https://dev.to/basil_hameed/demo-title-aig</link>
      <guid>https://dev.to/basil_hameed/demo-title-aig</guid>
      <description>&lt;p&gt;&lt;strong&gt;Software Testing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Software Testing is to verify and validate that the application works as per requirements. &lt;/p&gt;

</description>
      <category>testing</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Software Testing</title>
      <dc:creator>BASIL AHAMED</dc:creator>
      <pubDate>Sat, 21 Sep 2024 11:05:26 +0000</pubDate>
      <link>https://dev.to/basil_hameed/software-testing-48bj</link>
      <guid>https://dev.to/basil_hameed/software-testing-48bj</guid>
      <description>&lt;p&gt;&lt;strong&gt;Heading 1&lt;/strong&gt;&lt;br&gt;
Test content&lt;/p&gt;

&lt;p&gt;Ensure your post has a cover image set to make the most of the home feed and social media platforms.&lt;br&gt;
Share your post on social media platforms or with your co-workers or local communities.&lt;br&gt;
Ask people to leave questions for you in the comments. It's a great way to spark additional discussion describing personally why you wrote it or why people might find it helpful.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>First Blog - Testing</title>
      <dc:creator>BASIL AHAMED</dc:creator>
      <pubDate>Thu, 01 Feb 2024 12:18:34 +0000</pubDate>
      <link>https://dev.to/basil_hameed/demo-pch</link>
      <guid>https://dev.to/basil_hameed/demo-pch</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;Testing Techniques&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;1)&lt;strong&gt;&lt;u&gt;Boundary Value Analysis&lt;/u&gt;:&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;It is a Black Box testing technique in which tester test at boundary values. It is observed that there are high chances of finding defect is at the boundary’s values. Boundary value analysis can perform at all test levels.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; Consider we have requirement where customer will get discount in gym for those who have age in between 20-28years old. So, by using boundary value analysis here tester test at these boundary values.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;19 below boundary value (20) customer is not eligible for discount.&lt;/li&gt;
&lt;li&gt;20 at lower boundary value customer is eligible for discount.&lt;/li&gt;
&lt;li&gt;28 at upper boundary value customer is eligible for discount.&lt;/li&gt;
&lt;li&gt;29 is above boundary value is not eligible for discount.&lt;/li&gt;
&lt;/ul&gt;

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