Functional Testing

Functional Testing

Functional Testing is a type of Software Testing in which the system is tested against the functional requirements and specifications.

Functional testing is a type of testing that seeks to establish whether each application feature works as per the software requirements. Each function is compared to the corresponding requirement to ascertain whether its output is consistent with the end user’s expectations. The testing is done by providing sample inputs, capturing resulting outputs, and verifying that actual outputs are the same as expected outputs. Some functional testing examples are:

  • Can users successfully log in to the application once they provide legitimate credentials?
  • Does the payment gateway reject the input and display an error message when a user keys in an invalid credit card number?
  • Do inputs to the “Add New Record” screen successfully add and save a new record to the database?Typical steps of Functional TestingA functional testing plan usually follows the below sequence:Identify the testing goalsFunctional testing goals are the features the software is expected to have based on the project requirements. Testing goals include validating that the application works as it was intended to, and that it handles errors and unexpected scenarios gracefully.Create test scenariosDevelop a list of all possible (or at least all the most important) test scenarios for a given feature. Test scenarios describe the different ways the feature will be used. For instance, for a payment module, the test scenarios may include multiple currencies, handling invalid or expired card numbers, and generating a notification on successful transaction completion.

To view or add a comment, sign in

More articles by Dipti Goyal

  • Scrum Master

    A Scrum Master is a facilitator who guides a team using the Scrum framework, a lightweight agile methodology. They act…

  • Treasury

    Treasury refers to a department or area responsible for managing and controlling an organization's financial resources,…

  • Functional Requirements Document

    FRD stands for Functional Requirements Document. It's a key document in software development that defines how a system…

  • Business Requirements Document

    A BRD, or Business Requirements Document, is a formal document that outlines the goals, objectives, and requirements of…

  • Application Programming Interface

    An API, or Application Programming Interface, is a set of rules and protocols that allows different software…

  • Liquidity Risk

    Liquidity risk is the risk that an individual, company, or financial institution will be unable to meet its short-term…

  • Selenium

    Selenium is an open-source framework used for automating web browsers, primarily for testing web applications. It…

  • Angular

    Angular is a comprehensive, open-source front-end framework for building client-side web applications, primarily used…

  • Edge Compuitng

    Edge computing is a distributed computing framework that brings processing power and storage closer to the source of…

  • Business Requirements Document(BRD)

    A Business Requirements Document (BRD) is a formal document that clearly defines the goals, objectives, and…

Insights from the community

Others also viewed

Explore topics