ArjanKranenburg / ArjanKranenburg.github.io

0 stars 0 forks source link

2010/03/20/diversified-testing #6

Open utterances-bot opened 8 months ago

utterances-bot commented 8 months ago

Diversified testing | Arjan’s take on Testing

Lately, it’s popular to have Tests driven by something. Since long we have Requirements based and Risk based testing, which undoubtedly would have been called Requirements-driven and Risk-driven Testing if they were thought of in the past decade. Then there are Use Case-driven, Design-driven, Data-driven, Keyword-driven, Model-driven, and Business-driven testing. And I’ve probably forgotten a few, but Common Sense-driven testing never seems to be an option.

https://arjankranenburg.github.io/2010/03/20/diversified-testing.html

blog-visitor commented 8 months ago

David Webb (2010-03-21 AT 12:53 PM) Some of the test techniques that I could correlate include,

1.Fault Tree analysis

2.Boundary value analysis

3.Equivalence partitioning

Thanks and Regards

David Webb

ArjanKranenburg commented 8 months ago

(2010-03-22 AT 1:05 PM) Thank you for sharing