• Software Testing Dictionary
  • Home

Behaviour Testing



What is Behaviour Testing?

Behavioural Testing is a testing of the external behaviour of the program, also known as black box testing. It is usually a functional testing.

Techniques used in Black box testing

  • Equivalence Class

  • Boundary Value Analysis

  • Domain Tests

  • Orthogonal Arrays

  • Decision Tables

  • State Models

  • Exploratory Testing

  • All-pairs testing

Advertisements