Model Based Testing is approach to system testing where model is considered as a source for test cases which create test suite.
Questions tagged [mbt]
6 questions
13
votes
4 answers
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 focused "sealed" models or do you evolve complex…

Ari Pernick
- 469
- 4
- 8
4
votes
6 answers
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 call out the states and associated variables,…

ModelTester
- 49
- 1
- 4
2
votes
1 answer
What is "0E-20"
Im using a Model Based Testing tool (Conformiq).
It generates test cases with value "0" but when i export those test cases in java, the value written there is "0E-20"
What does that mean? What is "0E-20" ?
the code is somwhat like this :
new…

Hazim
- 1,405
- 1
- 11
- 24
0
votes
0 answers
Can I use the devxci/mbtci docker image?
Our Jenkins instance is based on the ppiper/jenkins-master docker image provided by SAP. This image is intended to be used with the Cx Server life-cycle management.
we are using devxci/mbtci to build SAP Multitarget Applications (MTA). As per the…

varsha
- 11
- 2
0
votes
3 answers
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

Attilah
- 17,632
- 38
- 139
- 202
0
votes
1 answer
Spec Explorer - Abstract specification of behaviour
I am currently evaluating Spec Explorer, but I am stuck with a problem concerning abstract specifications of function behaviour.
I have something like :
[TypeBinding("Implementation.ImplementationElement")]
public class ModelElement
{ /*... */…

Boris
- 371
- 1
- 10