Questions tagged [model-based-testing]
23 questions
0
votes
0 answers
How to use a graph made in YED for Graphwalker project?
I have been very much confused about the ways I can make my code to traverse a graph for Model Based Testing using graphwalker.
I have constructed a graph (e2e.graphml) using yEd and I have copied that file to my project in Eclipse. I have also…

Mahi
- 1
- 1
0
votes
1 answer
How to run both simulink models at a time from matlab command line
I have two simulink models (say X and Y), I should first run X, and after few seconds(lets say 10sec), I need to run Y when X is already in execution phase. And this has to be done from matlab command line. I have tried using set_param(), but unable…

Test Engineer
- 11
- 4
0
votes
1 answer
UML Modelling for Model Base Testing
I have a few questions relating to modelling my problem.I am working on a thesis project for Model Based Testing. Would also like to know from an expert point of view if I am taking the right approach fro modelling my scenario. I am modelling the UI…

user3701188
- 638
- 3
- 7
- 23
0
votes
1 answer
Model Based Testing android
I have generated test cases that I need to execute. I have written my methods of the tests independent of each other and writing scripts to execute these methods via the adb is not helping since they dont execute in order of the sequence given it.…

user3701188
- 638
- 3
- 7
- 23
0
votes
2 answers
Anylogic is assigning the value to all entities instead of only one
My source has the following code in "On at exit" field:
TRUCK.ID_number = parameter;
parameter = parameter + 1;
Then, each truck will receive an ID: 1, 2, 3, ...
The problem is that All the trucks are circulating at the same time and it looks like…

Leo
- 1
- 2
0
votes
1 answer
UMLPackage.Literals.MODEL throws java.lang.NoClassDefFoundError error
I would like to get the state machine from .uml file created by papyrus. I am parsing the model.uml file using the code below.
ResourceSet set = new ResourceSetImpl();
set.getResourceFactoryRegistry().getExtensionToFactoryMap()
…

arefinsami
- 363
- 2
- 7
- 18
0
votes
2 answers
Testing Domain specific languages
I have developed a graphical domain specific language. I want to use this for model based design. I have a number of graphical components which have abstract information about the domain and these components are used to implement my algorithms.
Can…

sjaymj62
- 386
- 2
- 18
0
votes
1 answer
Rhapsody TestConductor Experiences
I was wondering whether anybody out there is actively using Rhapsody TestConductor? Or has tried it for a while, but then decided to turn it down for a particular reason?
If so, what are your experiences, in which field do you apply it, what are the…

vaiomike
- 503
- 1
- 6
- 14