Skip to content

JGEsteves89/FEUP-MESW-TVVS-MBT

Repository files navigation

FEUP-MESW-TVVS-MBT

##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:

  1. Eclipse How to install it
  2. GraphWalker How to install it
  3. Maven How to install it
  4. Getting Set up How to setup
  5. MISTA How to install it

How to install Eclipse IDE

  • Download from here
  • Install it
  • What? Is just that

How to install GraphWalker

  • Download jar file from here
  • Rest it there

How to install Maven

  • Download zip~(Windows)~ or tar~(Others)~ from here

    Windows Tips

    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 installation

    mvn -v
    
    Unix-based Operating System (Linux, Solaris and Mac OS X) Tips

    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
    

Getting Set up

  • 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

How to install MISTA

  • Download MISTA from here
  • Open the Jar file.

About

Lesson on model base testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages