Donate Share

JSystem

Code

Programming Languages: Java

License: Apache License V2.0

Repositories

browse code, statistics, last commit on 2004-12-22 cvs -d:pserver:anonymous@jsystemtest.cvs.sourceforge.net:/cvsroot/jsystemtest login

cvs -z3 -d:pserver:anonymous@jsystemtest.cvs.sourceforge.net:/cvsroot/jsystemtest co -P modulename

Show:

What's happening?

  • Xml-Rpc v3

    Hi All. I want to use the Apache Xml-Rpc 3 in my project. The problem is, that the JSystem includes the xml-rpc v2 jar and I get conflicts. For now, I remove the v2 jars from the Jsystem manually, but is there any plans to upgrade the xml-rpc version in the future ? Thanks.

    2009-11-15 14:49:09 UTC by itai_agmon

  • Configuring JSYSTEM Reporting Server

    Hi, Is there documentation for how to configure the JSYSTEM reporting server? We did configure it (installed Tomcat, MySQL etc...) But the server is no longer alive and we need to re-configure it...Can you please send me link to instructions for this? B.T.W - we use version 5.6.1.3 I am not sure we have this reporting component since we downloaded the latest version from the JSYSTEM.ORG...

    2009-11-14 16:35:31 UTC by liorhava

  • 5.5.40 GUI sluggish compared to 5.4.5

    Hello. On a Linux system running X11 over Cygwin, the 5.5.40 GUI is very slow. When ticking a selection box in the test tree, it takes 4-5s to update. Transferring tests from the tree to the scenario takes 5-10s to settle. It is almost unusable, so for the time being, it's back to 5.4.5 My setup is identical when running 5.4.5, but for that version responce times are normal.

    2009-11-10 14:33:44 UTC by etoomr

  • x11 forwarding

    Hi, my test is connecting to a linux box and it should launch a gui app through x11. Is it possible to have cli connection with x11 forwarding? Thanks, Hadi.

    2009-11-09 15:54:21 UTC by xhaw

  • Followup: RE: JSystem on Linux with several users

    The task of supporting several concurrent users is in our queue, but currently , the recommendation is to do a per user installation.

    2009-11-09 13:29:18 UTC by gderazon

  • Followup: RE: runnig secnario from commanad line

    The class should be found in the jsystemCore.jar It looks like you are using a new version of the script , with an older version of jsystem jars. I think that the simplest thing to do is to edit the runScenario.bat batch file and remove this part: -listener jsystem.runner.AntExecutionListener Another option is to take this class from the svn and incorporate it in your...

    2009-11-09 13:25:44 UTC by gderazon

  • JSystem on Linux have poor X behaviour

    Hallo all. The GUI version of JSystem behaves poorly under X on Linux. I use the Cygwin X server on a PC with dual monitors connecting to a Linux box. All apps works fine, except JSystem, that on startup fills both screens horizontally and after a resize and move, all dropdown menus fail to get a proper mouse focus when pointed to. Have to use the keyboard arrow keys. Any suggestions...

    2009-11-09 11:54:55 UTC by etoomr

  • JSystem on Linux with several users

    Hello all. Need some pointers on how to install or setup JSystem on a Linux server so that several users can use it as a common application, but running their own scenarios. Is this possible? After running the 5.5.40 installer and installing to /opt/jsystem_5.5.40/, all logs will appear under the runner/logs directory. This will cause trouble with more than 1 user. Is your...

    2009-11-09 11:46:46 UTC by etoomr

  • runnig secnario from commanad line

    i'm geting this error when trying to run secnario from command line C:\automtionVer5\runner>runScenario.bat C:\automtionVer5\fiftyone\classes scenarios/AutomationGeneralScenarios/finalTest tomer.xml Could Not Find C:\automtionVer5\runner\.run.properties Buildfile: C:\automtionVer5\fiftyone\classes\scenarios\AutomationGeneralScenarios\finalTest.xml BUILD FAILED Class not found...

    2009-11-09 10:07:17 UTC by tomer2410

  • Followup: RE: Separate test params to different section

    You need to mention the section at the setter of the specific parameter . for example : @ParameterProperties(description="parameter description", section= "the name of the section at the GUI") public void setInput(String input) { this.input = input; }.

    2009-11-09 09:13:48 UTC by tomerlevy