Computer Science, asked by sreedharyd, 1 year ago

Which one of the following is a fault-based testing technique? a. Pair wise testing b. Dataflow testing c. Path testing d. Mutation testing

Answers

Answered by sahilku656
1

Which one of the following is a fault-based testing technique? a. Pair wise testing b. Dataflow testing c. Path testing d. Mutation testing

A

Answered by gratefuljarette
0

'Mutation testing' is a 'fault-based testing' technique.

Option (d)

Explanation:

  • Mutation testing is also known as the fault-based testing technique because it creates a fault in the source code to check the efficiency, robustness, and correctness of the test cases.
  • In mutation testing, we mutate or change the source code and we run the test cases to detect the errors or defects in source code. Mutation testing is an example of 'white box testing'.

Learn more about white box testing

Different types of white box testing techniques

https://brainly.in/question/10281465

Does white box testing requires detailed programming skills

https://brainly.in/question/2942508

Similar questions