Incorporating _______________ techniques can enhance the effectiveness of model-based testing in detecting defects.

  • Boundary Value Analysis
  • Equivalence Partitioning
  • Exploratory Testing
  • Mutation Testing
Incorporating mutation testing techniques can enhance the effectiveness of model-based testing. Mutation testing involves introducing artificial faults or mutations into the code, and if the model-based tests can detect these mutations, it indicates robust defect-detection capabilities.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *