Tagged Questions

7
votes
4answers
593 views

Model Based Testing Strategies

What strategies have you used with Model Based Testing? Do you use it exclusively for integration testing, or branch it out to other areas (unit/functional/system/spec verification)? Do you build ...
5
votes
9answers
2k views

Recommended Model Based Testing Tools

Does anyone have any suggestions on what Model Based Testing Tools to use? Is Spec Explorer/SPEC# worth it's weight in tester training? What I have traditionally done is create a Visio Model where I ...
0
votes
0answers
14 views

Spec Explorer or NModel (MBT) Modeling Best Practices

Is it better to use Enums and simple value types in a single class for your model, or should you use multiple classes to manage your modeling state? What modeling approaches have worked best in your ...
0
votes
2answers
234 views

Model Based Testing Tutorial with C# / .NET

Is there any C# .NET resource from where I can learn about how to write Model Based Tests ? using NModel or preferrably Spec Explorer ? just some basic tutorials on how to write MBT ? thanks