Testing Guide
Back to Kenst
  • Home
  • Data Catalogs
    • Fixed Point
    • Floating Point
    • Integers
    • Phone Number
    • Strings
    • Zip + Post codes
  • Error Catalogs
  • Test Strategy
    • HTSM
  • Exploratory Testing
    • Writing Exploratory Charters
  • Test Design
    • Automating
    • Domain Testing
    • Functional Testing
    • Regression Testing
    • Security Testing
    • Unit Testing
    • Test Techniques
    • Test Oracles
    • Quicktests
  • Misc
    • Examples of Testing Portfolios
    • Stopping Rules
    • Testing Folklore
    • Mobile
    • About Test Idea Catalogs
    • Bug Reporting
    • Test Reporting
Powered by GitBook
On this page

Was this helpful?

  1. Test Design

Functional Testing

The goal of functional testing is to focus on individual functions, testing them one by one. Often this goal is difficult to achieve on it's own.

Possible Strategy:

  1. Create a function list (an outline of functions in the app or in the release)

    • Initial function list can be an outline

    • Becomes more fully-detailed over time (if this is your primary technique)

  2. Do this testing first before attempting more complex tests that involve several functions, might find blockers

PreviousDomain TestingNextRegression Testing

Last updated 4 years ago

Was this helpful?