##Lesson on model base testing Hi guys!Today we are going to lern how to test your project using a model. This exercise was made in java and the testing is using GraphWalker
##To do this exercise you will need:
- Eclipse How to install it
- GraphWalker How to install it
- Maven How to install it
- Getting Set up How to setup
- MISTA How to install it
- Download from here
- Install it
- What? Is just that
- Download jar file from here
- Rest it there
-
Download zip~(Windows)~ or tar~(Others)~ from here
Extract distribution archive in any directory
unzip apache-maven-3.3.9-bin.zip
Check environment variable value e.g.
echo %JAVA_HOME%
Add Maven's bin path to Path on enviorenment Variables e.g.
...\apache-maven-3.3.9\bin
Check correct installationmvn -v
Extract distribution archive in any directory
tar xzvf apache-maven-3.3.9-bin.tar.gz
Check environment variable value e.g.
echo $JAVA_HOME
Adding to PATH
export PATH=/opt/apache-maven-3.3.9/bin:$PATH
Check correct installation
mvn -v
- In Eclipse select File>>New>>Java Project
- Name it 'Civil Status' and click Next
- Select the tab Libraries>> Add External JARs>> select GraphWalker Jar downloaded before.
- Select the Add Libraries>> select JUnit
- Click finish.
- Copy Src folder and pom.xml to your project
- Now, look at the keyboard
- Look back to your computer
- Now, back to the keyboard
- Just kidding
- Download MISTA from here
- Open the Jar file.