FAQ Page

Under what license agreement JSystem is distributed?

JSystem is distributed under GPL.

How do I install JSystem?

  1. You should have Java (JRE) version 1.4.x installed on your machine. (download java).
  2. Download jsystem + demo pack.
  3. Unzip the jsystem_demo.zip file.
  4. Execute run.bat in the root of the extracted directory to launch the application.

See installation guide for more details.

What are my benefits for JUnit users? / What are the main feature of JSystem?

In what program language will I write the test?

JSystem is based on Java, and the tests are written in Java (no 'short cuts'). You can use any Java SDK, but we recommend Eclipse. It's amazingly strong and it's free.

What if the SUT (System Under Test) is not in Java?

Actually most of the projects that currently uses JSystem, uses it to test complex embedded or networking products/solutions. They are using variety of interfaces to manage the tested solution business logic. Following is a list of interfaces that are used:

What are the documentation available for JSystem?