4

8 Types of Functional Testing

 2 years ago
source link: https://dzone.com/articles/8-types-of-functional-testing
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Functional testing types

Functional and non-functional testing are the two types of software testing. There are various types of functional testing, that are as below:

  1. Unit Testing
  2. Integration Testing
  3. System Testing
  4. Regression Testing
  5. Smoke Testing
  6. Sanity Testing
  7. Acceptance Testing
  8. User Acceptance Testing

Brief Description of Functional Testing Types

Unit Testing

Unit testing ensures that every piece of code written in a segment produces the best results. Developers just look at the interface and the determination for a part during unit testing. It provides documentation of code progression because each unit of code is thoroughly tested before moving on to the next.

Integration Testing

At least two unit-tested elements of the software are coordinated and tested to ensure that their communication is accurate.

Integration testing can be performed in three different ways:

  1. Top-Down Approach: Modules from the high level of either control stream or as suggested by the design configuration are evaluated first, followed by the low level of modules. A stub is used in the event that a low-level module isn't available.
  2. Low-level modules are tried first, and then important level modules are gradually added, in a reverse of the Top-Down process. In the event that an elevated level module is not available, a driver is used.
  3. Top-Down and Bottom-Up approaches are combined in a hybrid method. At both levels, testing begins and merges at the intermediate level.

System Testing

All of the framework's components are connected, and the framework is tested for consistency and correctness against the required details (Functional or System).

It's a Black-Box testing approach that gives the green light to the coordinated system. In the STLC, it is always tested before the User Acceptance Testing (UAT) (Software Testing Life Cycle). System testing is carried out in a nearly real-world environment and in accordance with real-world usage.

Regression Testing

It turns out that running the relapse test suite after specific upgrades or code updates by developers is critical. Relapse is rushed to ensure that these code modifications haven't impeded present working functionality or introduced any new flaws into the code. Regression experiments are a subset of current Functional Tests that cover the system's most important features. The application modifications should refresh, add, and remove regression cases.

Because they are run frequently and take time to execute, regression test cases are the greatest option for automation testing.

The regression test cases to be run might be selected in one of three ways:

  • Complete the relapse test suite.
  • Choose the relapse suite's high-need trials.
  • Select cases from the relapse suite that will be used to test the features that have been found as a result of the code changes.

Smoke Testing

Following the turn of events, when a new form is issued, Smoke Testing is performed on the application to ensure that all-important functionalities work from start to finish. Smoke testing is usually done for prototypes created during the early stages of development for an application that is not yet stable. During testing, if any significant usefulness isn't working as intended, that specific form is discarded. Designers must fix the bugs and create a new form for further testing.

Sanity Testing

Sanity stability tests are selected from the Regression Test suite and cover key application features. Sanity testing is performed on a new form designed by engineers for somewhat consistent use. When an application successfully passes the Sanity Testing, it is ready to move on to the next level of testing. It's not difficult to get mixed up between the smoke and reasonable soundness testing. Smoke Testing is used to test an underlying application after another form has been completed. Sanity Testing is done on a similar application after several deployments and anytime it has picked up soundness.

Acceptance Testing

The acceptance of the application by the end-user is tested during Acceptance Testing. The goal of this testing is to guarantee that the built framework meets all of the requirements that were established following the formulation of the business requirements. It occurs shortly after System Testing and before the application's final arrival in reality. Acknowledgment testing serves as a foundation for the client to accept or reject the framework. It's a Black-Box testing technique since we're only interested in knowing how well the software is prepared for the market and real users.

User Acceptance Testing

User Acceptance Testing (UAT) is a sort of testing in which the end-user or customer verifies and accepts the software system before it is moved to the production environment. After functional, integration, and system testing, UAT is performed in the final step of testing.

  • Alpha Testing- Performed at the developer’s site by talented testers.
  • Beta Testing- Genuine users perform beta testing at the client's site.

Conclusion

Functional testing, in my opinion, is critical in transforming a client's understanding of customer demands into apps that meet those goals. The repercussions of releasing programs with significant functional flaws can be severe. Functional testing enables the delivery of a quality product when all of the above types of functional testing are conducted at the appropriate time during the development process.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK