Functional Testing Task

From GM-RKB
Jump to navigation Jump to search

A Functional Testing Task is a quality assurance task that ...



References

2019

  • (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/functional_testing Retrieved:2019-8-23.
    • Functional testing is a quality assurance (QA) process[1] and a type of black-box testing that bases its test cases on the specifications of the software component under test. Functions are tested by feeding them input and examining the output, and internal program structure is rarely considered (unlike white-box testing).[2] Functional testing is conducted to evaluate the compliance of a system or component with specified functional requirements. Functional testing usually describes what the system does.

      Functional testing does not imply that you are testing a function (method) of your module or class. Functional testing tests a slice of functionality of the whole system.

      Functional testing differs from system testing in that functional testing “verifies a program by checking it against ... design document(s) or specification(s)", while system testing “validate[s] a program by checking it against the published user or system requirements" (Kaner, Falk, Nguyen 1999, p. 52).

      Functional testing has many types:

  1. Prasad, Dr. K.V.K.K. (2008) ISTQB Certification Study Guide, Wiley, , p. vi
  2. Kaner, Falk, Nguyen. Testing Computer Software. Wiley Computer Publishing, 1999, p. 42. .