Posts

Showing posts from June, 2024

Regression Testing

Image
  Regression Testing – Software Engineering       Regression Testing is the process of testing the modified parts of the code and the parts that might get affected due to the modifications to ensure that no new errors have been introduced in the software after the modifications have been made. Regression means the return of something and in the software field, it refers to the return of a bug. Table of Content ·          When to do regression testing? ·          Process of Regression testing ·          Techniques for the selection of Test cases for Regression Testing ·          Tools for Regression testing ·          Advantages of Regression Testing ·          Disadvantages of Regression Testing When to d...

structrural Software Testing

Image
      Structural Software Testing       Structural testing  is a type of  software testing  that uses the internal design of the software for testing or in other words the software testing which is performed by the team which knows the development phase of the software, is known as structural testing. Table of Content ·          Types of Structural Testing ·          Advantages of Structural Testing ·          Disadvantages of Structural Testing ·          Structural Testing Tools Structural testing is related to the internal design and implementation of the software i.e. it involves the development team members in the testing team. It tests different aspects of the software according to its types. Structural testing is just the opposite of behavioral testing...