1 / 4

what is functional testing

Functional Testing, also known as Specification-based testing, evaluates individual functions of a software system to verify that they adhere to pre-defined specifications. It tests the functional accuracy, interoperability of subsystems and compliance with pre-defined standards in the context of functional and business requirements.

webomates
Download Presentation

what is functional testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WHAT IS FUNCTIONAL TESTING Functional Testing evaluates individual and cohesive behaviour functions of a software system to verify that they adhere to pre- defined specifications. It tests the functional accuracy, interoperability of subsystems and compliance with pre-defined standards in the context of functional and business requirements.

  2. What is Functional Testing?  Functional Testing, also known as Specification-based testing, evaluates individual functions of a software system to verify that they adhere to pre-defined specifications. It tests the functional accuracy, interoperability of subsystems and compliance with pre-defined standards in the context of functional and business requirements.  The primary focus of this type of testing is validating the results of processing, not “how” the processing is done. It can also be termed as a form of Black Box testing.

  3. TYPES OF FUNCTIONAL TESTING Functional testing is normally performed during the System and Acceptance Testing. Additionally, it may involve testing User Interface, APIs, Database and client/ server applications.

  4. Unit Testing: Unit testing is performed to test the functionality of an individual unit, which is essentially the smallest testable component of a software system. This kind of testing requires to perform tests which would provide input parameters to a unit and validate the outputs against the specifications. Smoke Testing: Smoke Testing is done to test the stability of a build after each release. It ensures that major critical functions of build under test are working as per the expectations. It is also referred as Build Verification testing. This testing is done before software goes for regression testing. More Information visit : www.webomates.com

More Related