in IS&Software Engineering recategorized by
1,177 views
0 votes
0 votes

Which of the following is/are behavioral testing technique(s)?

  1. Equivalence Partitioning
  2. Graph-Based Treating Method
  3. Boundary Value Analysis
  4. Data flow Testing
  5. Loop Testing

Choose the correct answer from the options given below:

  1. $(b)$ and $(d)$ only
  2. $(a)$, $(b)$ and $(c)$ only
  3. $(d)$ and $(e)$ only
  4. $(a)$, $(c)$ and $(e)$ only
in IS&Software Engineering recategorized by
1.2k views

1 Answer

0 votes
0 votes

Ans is option B

Typical black-box testing (also known as Behavioral Testing) design techniques include:

  • Decision table testing.
  • All-pairs testing.
  • EQUIVALENCE PARTITIONING.
  • BOUNDARY VALUE ANALYSIS.
  • CAUSE–EFFECT GRAPH.(Graph-Based Testing:)
    This technique of Black box testing involves a graph drawing that depicts the link between the causes (inputs) and the effects (output), which trigger the effects
  • Robustness testing

Data Flow testing and Loop Testing are types of white box testing

https://en.wikipedia.org/wiki/Black-box_testing

https://en.wikipedia.org/wiki/White-box_testing

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true