recategorized by
1,208 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
recategorized by

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

0 votes
0 votes
1 answer
1
go_editor asked Nov 20, 2020
1,302 views
Which of the following $UML$ diagrams has a static view?Collaboration diagramUse-Case diagramState chart diagramActivity diagram
0 votes
0 votes
2 answers
2
go_editor asked Nov 20, 2020
1,082 views
Modifying the software by restructuring is calledAdaptive maintenanceCorrective maintenancePerfective maintenancePreventive maintenance