Introduction - If you have any usage issues, please Google them yourself
Model-Based Testing in the Key of C#
Reasonable Questions
• What is a model?
• Why use model-based testing?
• How can we use C# for model-based testing?
What is a Model?
• A model is a description of a system.
• Models are simpler than the systems they describe.
• Models help us understand and predict the behavior.
Why Use Model-Based Testing?
• Better understanding of the application
• Generate zillions (or scrillions) of tests
• Enables more agile testing