Skip to content

Is tcases really model-based generator in a broad sense? #279

Answered by kerrykimbrough
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

I think it's fair to say that Tcases is a type of "model-based test case generator". But it is certainly true that there are many other ways to model a software system. True, a Tcases input model is a static model that takes no account of the behavior of the SUT, so it is unable to produce assertions about expected results. On the other hand, it is universal (every system has an input space! ), concrete (no abstract representations of system logic), and effective (if used diligently). At any rate, input space modeling deserves a place alongside all of the other forms of model-based testing. For example, see Introduction to Software Testing by Paul Ammann and Jeff Offutt.

You could certain…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant