<?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: Suresh Kumar Prabhakaran</title>
    <description>The latest articles on DEV Community by Suresh Kumar Prabhakaran (@sureshkumarpraba).</description>
    <link>https://dev.to/sureshkumarpraba</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%2F1264441%2F2cd1939a-0a76-47ca-9436-d315aaff04fa.jpg</url>
      <title>DEV Community: Suresh Kumar Prabhakaran</title>
      <link>https://dev.to/sureshkumarpraba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sureshkumarpraba"/>
    <language>en</language>
    <item>
      <title>Task 3</title>
      <dc:creator>Suresh Kumar Prabhakaran</dc:creator>
      <pubDate>Sat, 17 Feb 2024 10:23:23 +0000</pubDate>
      <link>https://dev.to/sureshkumarpraba/task-3-36m2</link>
      <guid>https://dev.to/sureshkumarpraba/task-3-36m2</guid>
      <description>&lt;p&gt;Difference between Functional and Non-Functional Testing&lt;/p&gt;

&lt;p&gt;Functional Testing&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It is a type of testing done based on the business requirements of the application. &lt;/li&gt;
&lt;li&gt;It is a part of black box testing.&lt;/li&gt;
&lt;li&gt;This testing is done by integrating the application or system to check the application works as per the given requirements and the testing is done by looking into functional specification.&lt;/li&gt;
&lt;li&gt;This testing cab be carried out manually by executing test cases or with help of automation testing by executing the test scripts&lt;/li&gt;
&lt;li&gt;Once the development team completes the coding and white box testing, the 1st testing which is carried out is the functional testing and then it is followed by non-functional testing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Examples of Functional Testing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Unit Testing&lt;/li&gt;
&lt;li&gt;Smoke Testing&lt;/li&gt;
&lt;li&gt;Integration Testing&lt;/li&gt;
&lt;li&gt;Regression Testing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Non- Functional Testing:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It is testing control out once we are done with functional testing.&lt;/li&gt;
&lt;li&gt;This testing is done based on the non-functional requirements this testing forces mainly on the readynes of the software&lt;/li&gt;
&lt;li&gt;We mainly focus on customers perspective such as security, performance, look and feel.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Examples of Non-Functional Testing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Performance Testing&lt;/li&gt;
&lt;li&gt;Load Testing&lt;/li&gt;
&lt;li&gt;Stress Testing&lt;/li&gt;
&lt;li&gt;Scalability Testing&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Task 4</title>
      <dc:creator>Suresh Kumar Prabhakaran</dc:creator>
      <pubDate>Sat, 17 Feb 2024 09:57:22 +0000</pubDate>
      <link>https://dev.to/sureshkumarpraba/task-4-4j3b</link>
      <guid>https://dev.to/sureshkumarpraba/task-4-4j3b</guid>
      <description>&lt;ol&gt;
&lt;li&gt;What is Manual Testing?
Test Engineers could read the requirements and understand the requirements based on the understanding test engineers use to write the test cases. Using test cases checking the software created by developer is working properly or not is called Manual Testing.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Examples: Booking a movie ticket by executing the test cases.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What are the benefits of the Manual Testing?&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Test the software Manually&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write the test cases, with help of that anyone can do testing with help of test cases&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Easily report all the issues or bugs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Track all the defects and iteration easily&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Easily to maintain the report in testing tools&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;At last it will give good software to the customer&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;What are the drawbacks of the Manual Testing?&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Time Consumption is high&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It requires number of persons to test the software&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Number of resource cost will be high&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Testers must create a new case for each application test&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Task 1</title>
      <dc:creator>Suresh Kumar Prabhakaran</dc:creator>
      <pubDate>Tue, 23 Jan 2024 22:01:51 +0000</pubDate>
      <link>https://dev.to/sureshkumarpraba/task-1-p0k</link>
      <guid>https://dev.to/sureshkumarpraba/task-1-p0k</guid>
      <description>&lt;p&gt;&lt;strong&gt;1. What is Software Testing?&lt;/strong&gt;&lt;br&gt;
Checking the software created by the developer is working as per required specification for the customer is called Software Testing and also it should be a bug free software.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. What we need to know about Software Testing?&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The developed software, met all the required specification for the customer.&lt;/li&gt;
&lt;li&gt;It should be a bug/defect free software.&lt;/li&gt;
&lt;li&gt;To increase our confidence level at customer place.&lt;/li&gt;
&lt;li&gt;Also it has some process need to follow in software testing, they are&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Planning&lt;/li&gt;
&lt;li&gt;Analyze&lt;/li&gt;
&lt;li&gt;Design&lt;/li&gt;
&lt;li&gt;Implementation&lt;/li&gt;
&lt;li&gt;Report&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. What is relevance of software testing?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Software should be developed in good Quality&lt;/li&gt;
&lt;li&gt;Customer Satisfaction&lt;/li&gt;
&lt;li&gt;Cost Effectiveness&lt;/li&gt;
&lt;li&gt;Early deliverables&lt;/li&gt;
&lt;li&gt;Highly Secured&lt;/li&gt;
&lt;li&gt;Increasing Confidence level&lt;/li&gt;
&lt;/ul&gt;

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