Functional vs Regression Testing : QA (2021)

📱 Is your business interested in responsibly leveraging AI/ML technology and Conversational AI? Connect with our experts today at ai@tCognition.com

What’s the difference between functional vs regression testing?

In short, functional testing ensures all functionalities are working as expected, while regression testing occurs only after a team publishes a new build in order to fix defects or debug software updates.

Functional Testing

Functional testing includes validating the functionalities of any given program. Typically, functional testing involves black box testing. A tester identifies if a set of code is meeting any given criteria. The functionality is the only thing measured. Design and user experience are not considered during functional testing.

The main points of functional testing:

  1.  Understanding customer requirements
  2.  Testing input data
  3. Gathering expected results
  4. Executing test cases
  5. Comparing actual vs. expected results
  6. Updating results according to test case

Functional testing best practices –  focus on:

  1. GUI coverage: with different screen resolutions, GUI elements like font size, color, etc.
  2. Input domain coverage: taking valid and correct size with appropriate formats.
  3. Return of correct data with correct input.
  4. Order of functionality (i.e. Tab order).

While executing test cases we need Input data. The input data is the data that is used for test case execution.

There are two types of input data:

i) +Ve Test Data – Inserting data should be valid data. Valid data means we have to follow SRS (System Requirement Specification) document, where the input range or valid inputs details are described.

ii) –Ve Test Data – Inserting data should be invalid data. This means the data which is not specified in SRS or invalid inputs details or not in range.

A diagram of Functional Testing: Input Data Results

 

From the above diagram, we can use the Bombardment of +Ve and –Ve Input data on software build to find whether the actual result matches expected results.

Regression Testing

Even small changes or modifications to software can bring unexpected issues. Regression testing becomes very important to test whether existing functionality is impacted. Regression testing ensures every functionality is working properly after any update or modification happens.

Regression testing is done when:

  1. Any patches added to software or configuration of software have been changed.
  2. If new Change Requests are implemented to the build.
  3. New Features are added or any functionality has been added.
  4. Existing functionality is modified with improvements.

Sometimes regression testing is implemented to:

  1. Find bugs that can found because of new changes or modifications done on the build.
  2. Check for side effects after fixing bugs or any changes made.
  3. See if there are continuous change requests then there is a high possibility of new issues.
  4. Help quality improvements.

Diagram of regression testing:

 

Conclusion – Functional vs Regression Testing

At the end of the day, functional testing is verifying whether functionality meets customer requirements. An example of regression testing best practices could be represented as development teams making changes to existing builds or published code.

 

Read More: UAT vs. SIT Testing in QA – tCognition

Share it:
Facebook
Twitter
LinkedIn