<?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>Forem: Malaiyarasi S</title>
    <description>The latest articles on Forem by Malaiyarasi S (@malaiyarasi).</description>
    <link>https://forem.com/malaiyarasi</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%2F1534553%2F34e7b350-5f44-44c7-a9ef-a5764848630d.png</url>
      <title>Forem: Malaiyarasi S</title>
      <link>https://forem.com/malaiyarasi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/malaiyarasi"/>
    <language>en</language>
    <item>
      <title>WHAT IS MANUAL TESTING BENEFITS AND DRAWBACK OF MANUAL TESTING</title>
      <dc:creator>Malaiyarasi S</dc:creator>
      <pubDate>Sun, 02 Jun 2024 13:49:48 +0000</pubDate>
      <link>https://forem.com/malaiyarasi/what-is-manual-testing-benefits-and-drawback-of-manual-testing-5fc3</link>
      <guid>https://forem.com/malaiyarasi/what-is-manual-testing-benefits-and-drawback-of-manual-testing-5fc3</guid>
      <description>&lt;p&gt;MANUAL TESTING&lt;/p&gt;

&lt;p&gt;Manual testing is a software tesing process in which test cases are executed manually without any automation tool. All test cases executed manually according to the end user perpective. It ensure whether the appliation is working as mentioned in the requirement document or not.Test cases are planned and implemented to complete almost 100 percent of the sofware appliation.test cases reports are also generated anually.&lt;/p&gt;

&lt;p&gt;WHY WE NEED MANUAL TESTING:&lt;/p&gt;

&lt;p&gt;Whenever application comes to the market and it is unstable or having a bugor creating a bug while end user are using it.&lt;/p&gt;

&lt;p&gt;If the test engineer does manual testing, he/she can test the application as an end-user perspective and get more familiar with the product, which helps them to write the correct test cases of the application and give the quick feedback of the application.&lt;/p&gt;

&lt;p&gt;BENEFITS OF MANUAL TESTING:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;High level accuracy&lt;/li&gt;
&lt;li&gt;Real user experience&lt;/li&gt;
&lt;li&gt;Flexibility in testing process&lt;/li&gt;
&lt;li&gt;cost effective of small projects&lt;/li&gt;
&lt;li&gt;Better understanding of customer needs&lt;/li&gt;
&lt;li&gt;No need of complex tools&lt;/li&gt;
&lt;li&gt;Identifying visual issues&lt;/li&gt;
&lt;li&gt;Easier to learn for new user&lt;/li&gt;
&lt;li&gt;Better understanding of complex projects&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;DRAWBACKS OF MANUAL TESTING&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Time consuming&lt;/li&gt;
&lt;li&gt;Prone to human error&lt;/li&gt;
&lt;li&gt;Difficult reproduction&lt;/li&gt;
&lt;li&gt;Not sustainable long term&lt;/li&gt;
&lt;li&gt;Limited coverage&lt;/li&gt;
&lt;li&gt;Limited scalability&lt;/li&gt;
&lt;li&gt;Dependent on Skill&lt;/li&gt;
&lt;li&gt;Difficult reporting&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>benefits</category>
      <category>drawbacks</category>
    </item>
    <item>
      <title>Functional and Non functional</title>
      <dc:creator>Malaiyarasi S</dc:creator>
      <pubDate>Sun, 02 Jun 2024 13:27:57 +0000</pubDate>
      <link>https://forem.com/malaiyarasi/functional-and-non-functional-4ke3</link>
      <guid>https://forem.com/malaiyarasi/functional-and-non-functional-4ke3</guid>
      <description>&lt;p&gt;FUNCTIONAL TESTING&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It verifys the operations and action of an application.&lt;/li&gt;
&lt;li&gt;It is based on requirements of customer.&lt;/li&gt;
&lt;li&gt;It helps to enhance the behaviour of the application.&lt;/li&gt;
&lt;li&gt;functional testing is easy to execute manually.&lt;/li&gt;
&lt;li&gt;Functional testing is based on the business requirement.&lt;/li&gt;
&lt;li&gt;functional testing ensure that the function and features of the application works properly&lt;/li&gt;
&lt;li&gt;functional testing can be done manually.
functional testing is based on customer's requirement.&lt;/li&gt;
&lt;li&gt;Functional testing has a goal to validate software actions.&lt;/li&gt;
&lt;li&gt;A Functional Testing example is to check the login functionality.&lt;/li&gt;
&lt;li&gt;Functional testing is performed before the non-functional testing.&lt;/li&gt;
&lt;li&gt;It is easy to define functional requirements.&lt;/li&gt;
&lt;li&gt;Helps to validate the behavior of the application.&lt;/li&gt;
&lt;li&gt;Functional testing is carried out using the functional specification.&lt;/li&gt;
&lt;li&gt;It describes what the product does.&lt;/li&gt;
&lt;li&gt;Examples of Functional Testing Types
1.Unit testing
2.Smoke testing
3.User Acceptance
4.Integration Testing
5.Regression testing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;NON FUNCTIONAL TESTING&lt;/p&gt;

&lt;p&gt;Non-Functional Testing is defined as a type of Software testing to check non-functional aspects of a software application. It is designed to test the readiness of a system as per nonfunctional parameters which are never addressed by functional testing.**&lt;/p&gt;

&lt;p&gt;1.It is performed after the functional testing.&lt;br&gt;
2.It focusses on customer’s expectation.&lt;br&gt;
3.It is difficult to define the requirements for non-functional testing.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It’s very hard to perform non-functional testing manually.&lt;/li&gt;
&lt;li&gt;It is done to validate the performance of the software.&lt;/li&gt;
&lt;li&gt;This kind of testing is carried out by performance specifications&lt;/li&gt;
&lt;li&gt;Non functional testing describe the performance or usability of the software system.&lt;/li&gt;
&lt;li&gt;This kind of testing is carried out by performance specifications&lt;/li&gt;
&lt;li&gt;Examples of Non functional testing examples
1.Volume Testing
2.Scalability
3.Usability Testing
4.Load Testing
5.Stress Testing
6.Compliance Testing
7.Portability Testing
8.Disaster Recover Testing&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>functional</category>
      <category>testing</category>
      <category>non</category>
    </item>
    <item>
      <title>Software testing techniques</title>
      <dc:creator>Malaiyarasi S</dc:creator>
      <pubDate>Tue, 28 May 2024 06:11:01 +0000</pubDate>
      <link>https://forem.com/malaiyarasi/software-testing-techniques-5af7</link>
      <guid>https://forem.com/malaiyarasi/software-testing-techniques-5af7</guid>
      <description>&lt;p&gt;Testing of data is done based on boundary values or between two opposite ends where the ends may be like from start to end, or lower to upper or from maximum and minimum.&lt;/p&gt;

&lt;p&gt;Decision table testing&lt;/p&gt;

&lt;p&gt;Decision table is one of the testing techniques which will help us to test the systems with various sets of inputs. It is also called as cause and effect table.&lt;/p&gt;




&lt;p&gt;Use case testing&lt;/p&gt;

&lt;p&gt;It explain the functionality or requirement can be specify in the use case. It is a techniques that used to identity the test case.&lt;/p&gt;

&lt;p&gt;LCSAJ testing(linear code sequence and jump)&lt;/p&gt;

&lt;p&gt;White box testing techniques  to identify the code distance which begins at the start of the Programe or branch and ends at the end of the program.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Software testing</title>
      <dc:creator>Malaiyarasi S</dc:creator>
      <pubDate>Mon, 27 May 2024 14:12:22 +0000</pubDate>
      <link>https://forem.com/malaiyarasi/software-testing-1ldo</link>
      <guid>https://forem.com/malaiyarasi/software-testing-1ldo</guid>
      <description>&lt;p&gt;Software is the process of checking the quality and functionality of a performance of software product. Main purpose to validate the functionality, enhance its performance and improve the overall user experience. Testing can help to compliance the any legal and industry specific standards main goal to find the errors,gaps or missing requirements in comparison of actual requirements.and ultimately deliver the high quality product and satisfy the user needs.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Service based company activity that is based on the services the is doing things for customer rather than on manufacturing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Product based company that makes products that might or might not related to software. However they are mainly concentrated on their products to develop their criteria in it companies. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A planning and clear definition of problem and clear statement of requirements for a software solution must be complete,unambiguous and interpretable.&lt;/p&gt;

&lt;p&gt;Planning and settings executing activities that integrate quality into all software development solution must be clear and maintenance stage.&lt;/p&gt;

&lt;p&gt;_&lt;/p&gt;

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