Activity for JSystem

  • Rachel Rachel posted a comment on discussion Help

    Hi, I couldn't find a JSystem version that can run on MacBook Pro, with advanced versions of Java (8+). Does such a version exist? Do you have system support for macOS? Thanks!

  • Ofer Ofer posted a comment on discussion Help

    Hi, Im trying to use some kind of broswer (prefered chorme), to export jsystem reported test. It works on windows OS, but it doesn't work on MacBook Pro OS. What should I install or/and insert in this fields of jsystem java interface? 'Tool' --> jsystem properties' --> 'Reporter' ..> HTML broswer name' see attched file Thanks allot :)

  • Ofer Ofer posted a comment on discussion Help

    Hi, Im trying to use some kind of broswer (prefered chorme), to export jsystem reported test. It works on windows OS, but it doesn't work on MacBook Pro OS. What should I install or/and insert in this fields of jsystem java interface? 'Tool' --> jsystem properties' --> 'Reporter' ..> HTML broswer name' see attched file Thanks allot :)

  • Ofer Ofer posted a comment on discussion Help

    Hi, Im trying to use some kind of broswer (prefered chorme), to export jsystem reported test. It works on windows OS, but it doesn't work on MacBook Pro OS. What should I install or/and insert in this fields of jsystem java interface? 'Tool' --> jsystem properties' --> 'Reporter' ..> HTML broswer name' see attched file Thanks allot :)

  • Ofer Ofer posted a comment on discussion Help

    Hi, Im trying to use some kind of broswer (prefered chorme), to export jsystem reported test. It works on windows OS, but it doesn't work on MacBook Pro OS. What should I install or/and insert in this fields of jsystem java interface? 'Tool' --> jsystem properties' --> 'Reporter' ..> HTML broswer name' see attched file Thanks allot :)

  • Ofer Ofer posted a comment on discussion Help

    Hi, Im trying to use some kind of broswer (prefered chorme), to export jsystem reported test. It works on windows OS, but it doesn't work on MacBook Pro OS. What should I install or/and insert in this fields of jsystem java interface? 'Tool' --> jsystem properties' --> 'Reporter' ..> HTML broswer name' see attched file Thanks allot :)

  • Nalini Gupta Nalini Gupta posted a comment on discussion Help

    Hello Itai ,Could you please elaborate how to run multiple scenario in parallel

  • Nalini Gupta Nalini Gupta posted a comment on discussion Help

    The link mentioned in above post is redirecting to different page.Please provide correct link

  • Nalini Gupta Nalini Gupta posted a comment on discussion Help

    Can you please elaborate how to run scenarios in parallel

  • Pavel k Pavel k posted a comment on discussion Help

    this is the exception we get in console when it tries to report: jsystem.framework.report.RunnerListenersManager reportWithoutBuffer SEVERE: Fail to report java.lang.NullPointerException at jsystem.extensions.report.difido.AbstractHtmlReporter.report(AbstractHtmlReporter.java:166) at jsystem.framework.report.RunnerListenersManager.reportWithoutBuffer(RunnerListenersManager.java:1516) at jsystem.framework.report.RunnerListenersManager.report(RunnerListenersManager.java:1407) at jsystem.framework.report.DefaultReporterImpl.report(DefaultReporterImpl.java:113)...

  • Pavel k Pavel k posted a comment on discussion Help

    Hi, im trying to run jython tests in jsystem , i have managed to execute the test and it seems that the reporter is priniting to the console data. i have two issues currently: no html report is generated - in the current folder there is only the file "reports.0.xml" and nothing else i cannot see the test in the Jrunner (i have added jython engine to the jsystem.properties file) our team needs to run both java and python tests, so a solution would be very much appreciated

  • Nir Ben Yair Nir Ben Yair modified a comment on discussion Help

    You should also exclude it from clean. E.g. - <plugin> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> <executions> <execution> <id>auto-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> <configuration> <filesets> <fileset> <directory>lib</directory> <includes> <include>**/*.*</include> </includes> <excludes> <exclude>java2html.jar</exclude> </excludes> </fileset> </filesets> <failOnError>false</failOnError> </configuration> </execution> </executions> </plugi...

  • Nir Ben Yair Nir Ben Yair posted a comment on discussion Help

    You should also exclude it from clean. E.g. - <plugin> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> <executions> <execution> <id>auto-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> <configuration> <filesets> <fileset> <directory>lib</directory> <includes> <include>/.</include> </includes> <excludes> <exclude>java2html.jar</exclude> </excludes> </fileset> </filesets> <failOnError>false</failOnError> </configuration> </execution> </executions> </plugin>

  • Silvi kates Silvi kates posted a comment on discussion Help

    Hello, when running our tests from windows in drop every test mode it works fine, but same configuration when runing from linux it behaves as if we are in drop every run (i.e. objects are still exist from test to test) altough we are in drop every test mode. is this a known issue?

  • Itaiag Itaiag posted a comment on discussion Help

    Hi Asaf. Unfortunately, there is currently no existing functionality in JSystem that can help in setting the font size. If you want to get your hands dirty and dive into JSystem code, this can be easily achieved. for example, if you want to change the font size of the right side pane, adding the following code snippet to the TestTreeController constructor method will do the trick: final Font originalFont = testBrowser.getTree().getFont(); final Font biggerFont = originalFont.deriveFont(16f); testBrowser.getTree().setFont(biggerFont);...

  • Asaf Add Asaf Add modified a comment on discussion Help

    Dear JSystem community Our JSystem users find it hard to use the runner to edit scripts as the screen resolution of the runer is so high the font size is too small to read. Please advise how can I set it so that the screen resolution of the runner will allow reading scenarios with greater ease. Thanks, Asaf

  • Asaf Add Asaf Add posted a comment on discussion Help

    Dear JSystem communitt Our JSystem users find it hard to use the runner to edit scripts as the screen resolution of the runer is so high the font size is too small to read. Please advise how can I set it so that the screen resolution of the runner will allow reading scenarios with greater ease. Thanks, Asaf

  • Lubov Shilin Lubov Shilin posted a comment on discussion Help

    I added descriptions as shown here, they are still not shown in SUT planner. Any sugestions?

  • Nir Ben Yair Nir Ben Yair posted a comment on discussion Help

    When running from maven the provided solution doesn't work. Is there any solution?

  • daniel cohen daniel cohen modified a comment on discussion Help

    hi, can run create Jsystem actions written in python? i have python scripts that i would like ot include in my project. can they be complied and be recognized by Jsystem? is there any generic way to sync between python and Jsystem? thanks, daneil

  • daniel cohen daniel cohen modified a comment on discussion Help

    from that last version of the ant (1,7,0.jar) i having a problem with the scenario file . i get an error class not found com.aqua.anttask.jsystem.jsystemAntTask (see attached). the error occurs in all of my scenarios so i assumed its something geenral and not a problem with a specific scenario. i am using intellij IDE. and i changed nothing on my scenario , the only thing that was changed was the update of the apacheant to 1.7.0 since i chose maven to automatically install updates. please advise...

  • daniel cohen daniel cohen modified a comment on discussion Help

    from that last version of the ant (1,7,0.jar) i having a problem with the scenario file . i get an error class not found com.aqua.anttask.jsystem.jsystemAntTask. and i changed nothing on my scenario , the only thing that was changed was the update of the apacheant to 1.7.0 since i chose maven to automatically install updates. please advise how can i solve it. thanks, Daniel

  • daniel cohen daniel cohen modified a comment on discussion Help

    from that last version of the ant (1,7,0.jar) i having a problem with the scenario file . i get an error class not found com.aqua.anttask.jsystem.jsystemAntTask. and i changed nothing on my scenario , the only thing that was changed was the update of the apacheant to 1.7.0 since i chose maven to automatically install updates. please advise how can i solve it. thanks, Daniel

  • eli hozalili eli hozalili posted a comment on discussion Help

    from that last version of the ant (1,7,0.jar) i having a problem with the scenario file . i get an error class not found com.aqua.anttask.jsystem.jsystemAntTask. and i changed nothing on my scenario , the only thing that was changed was the update of the apacheant to 1.7.0 since i chose maven to automatically install updates. please advise how can i solve it. thanks, Eli

  • Dima Dima posted a comment on discussion Help

    So, does Fixtures support parameters by now? What is the intended usage for Fixtures? Should it load the configuration from some predefined file and there should be a separate fixture object for each case?

  • Eran Cohanim Eran Cohanim posted a comment on discussion Open Discussion

    Hi, I am trying to update parameters of runner test (Notification Event (PublishTest) ) i've added notification event to my scenario and i want to change the value of version and build parameters in that event. in the end this notification event is sending email with build=null and version=null (see below email output) This is automatically email that was sent by the JSystem Scenario Name : default Setup Name : functional.xml Version : null Build : null Station : 1.1.1.1 User Name : Eran Start Time...

  • Tal Moshe Tal Moshe posted a comment on discussion Help

    I have a test that stops the jsystem execution in case it fails and updates the summary report: Summary.getInstance().setProperty("Last Failure", "Install sensor failed"); System.exit(0);} The summary is not updated in this case Any help?

  • Tal Moshe Tal Moshe posted a comment on discussion Help

    System.exit(0);

  • Tal Moshe Tal Moshe posted a comment on discussion Help

    Hi, Is there a way of changing the test status from warn/fail to pass? I've tried: report.setFailToPass(true); But it doesn't change the status in cas is already set to fail or warning. Thanks in advance, Tal

  • Mohammed Dildhar Mohammed Dildhar posted a comment on discussion Help

    I have a if condition which should execute when a specific string value gets "Yes"...

  • Alexander Kaganovich Alexander Kaganovich posted a comment on discussion Help

    Hi guys, Recently we decided to use multiple scenarios for our tests. Now the risk...

  • Anton Gandyl Anton Gandyl posted a comment on discussion Help

    Hi, Currently Difido report joins all lines into single line in case of multiple...

  • Tal Moshe Tal Moshe modified a comment on discussion Help

    Hi, I'm using jsystem 6.1.04 and I have many scenarios that contain loops and sub...

  • Tal Moshe Tal Moshe posted a comment on discussion Help

    Hi, I'm using jsystem 6.1.04 and I have many scenarios that contain loops and sub...

  • Leonardo Chan Leonardo Chan modified a comment on discussion Help

    I would like to enable source control on Jsystem to do version control of the scenario...

  • Leonardo Chan Leonardo Chan modified a comment on discussion Help

    I would like to enable source control on Jsystem to do version control of the scenario...

  • Leonardo Chan Leonardo Chan posted a comment on discussion Help

    I would like to enable my jsystem to manage the scenario and sut via runner gui....

  • Lakshmi Ramakrishnan Lakshmi Ramakrishnan modified a comment on discussion Help

    Thanks for the info, this was very helpful. It seems to work for me

  • Lakshmi Ramakrishnan Lakshmi Ramakrishnan posted a comment on discussion Help

    Thanks for the info, this was very helpful. It seems to work for me now.

  • Lakshmi Ramakrishnan Lakshmi Ramakrishnan posted a comment on discussion Help

    Has anyone tried upgrading to Selenium 3.0 with the current code base for web driver...

  • Lakshmi Ramakrishnan Lakshmi Ramakrishnan posted a comment on discussion Help

    I see that the Selenium Web Driver System Object currently supports IE, Firefox,...

  • Yehudit Nadav Yehudit Nadav posted a comment on discussion Help

    SutFactory.getInstance().getSutFile().getName() On Wed, Nov 30, 2016 at 10:38 AM,...

  • Tal Moshe Tal Moshe posted a comment on discussion Help

    How can I get the current SUT name as string in my code?

  • dvir dvir posted a comment on discussion Help

    Is there a way to use use parameters in scenario from other scenario?

  • eli hozalili eli hozalili posted a comment on discussion Help

    hi, can run create Jsystem actions written in python? i have python scripts that...

  • eli hozalili eli hozalili posted a comment on discussion Open Discussion

    hi, can run create Jsystem actions written in python? i have python scripts that...

  • Leonardo Chan Leonardo Chan modified a comment on discussion Help

    When I set a fixture to a scenario with embedded sub-scenarios, the fixture was set...

  • Leonardo Chan Leonardo Chan posted a comment on discussion Help

    When I set a fixture to a scenario with embedded sub-scenarios, the fixture was set...

  • Itai Agmon Itai Agmon posted a comment on discussion Open Discussion

    Currently the "Hide in HTML" feature does not work on the "changeSut" building block....

  • Vladimir Bushel Vladimir Bushel posted a comment on discussion Open Discussion

    I'd like to exclude changeSut event from the tests list in the report. Is it pos...

  • Itay Shimon Itay Shimon posted a comment on discussion Help

    if anyone having issue with remote report and selenium , my issue was that i was...

  • Itay Shimon Itay Shimon posted a comment on discussion Help

    Tested and working , Thanks for the help

  • Itai Agmon Itai Agmon modified a comment on discussion Help

    Hi Itay. You are right, there is a mismatch between the versions. This newly server...

  • Itai Agmon Itai Agmon modified a comment on discussion Help

    Hi Itay. You are right, there is a mismatch between the versions. This newly server...

  • Itai Agmon Itai Agmon posted a comment on discussion Help

    Hi Itay. You are right, there is a mismatch between the versions. This newly server...

  • Itay Shimon Itay Shimon posted a comment on discussion Help

    Thanks for the answer , issue is when using latest jsystem i'm getting the following...

  • Itai Agmon Itai Agmon posted a comment on discussion Help

    The server supports screenshots. Make sure that you are using the latest server version...

  • Itay Shimon Itay Shimon posted a comment on discussion Help

    HI , I trying to setup my report into a Difido Server , the thing is the report is...

  • Tal Moshe Tal Moshe posted a comment on discussion Help

    Hi, I'm using jsystem 6.0 and executing a scenario from command line. I have a test...

  • Boris Boris posted a comment on discussion Help

    Sorry for bringing this up again, Does SUT planner support referencing in recent...

  • Itai Agmon Itai Agmon posted a comment on discussion Help

    Hi. It seems that you are using an old versions of both JSystem and Selenium, so...

  • Oussama Bessrour Oussama Bessrour posted a comment on discussion Help

    Hi, i'm testing a web application using selenium webdriver 2.4.4 and a XML file us...

  • aviad aviad posted a comment on discussion Help

    No, we still have this problem and we hope to get some help here.

  • aviad aviad posted a comment on discussion Help

    it happens to us in every run. can you direct me to the method and class which are...

  • Itai Agmon Itai Agmon posted a comment on discussion Help

    Hi Aviad I'm sorry, but it is really hard to help you without further information...

  • aviad aviad modified a comment on discussion Help

    we are working on rel 6.1.00 for some time now (it was not alwayes like that) we...

  • aviad aviad posted a comment on discussion Help

    we are working on rel 6.1.00 for some time now (it was not alwayes like that) we...

  • Tami Tami posted a comment on discussion Help

    I'm using jsystem 6.1.01. Is there way to support hebrew characters as input parameters?...

  • yanis yanis posted a comment on discussion Help

    I back to this problem and looks like i found solution... When i run from eclipse...

  • cid77 cid77 posted a comment on discussion Help

    I fixed it by replacing the spring.jar with the spring-core I'm using. Seems to ...

  • Ciprian Duma Ciprian Duma posted a comment on discussion Help

    Hi, the project I'm testing is based on spring framework and because a spring.jar...

  • Itay Shimon Itay Shimon posted a comment on discussion Help

    Hello, I have seen that their is a bug with the export wizard and also saw the soloution...

  • Eran Pery Eran Pery posted a comment on discussion Help

    I have a scenario with several tests from the same class that use the same fixture....

  • Massimo Massimo modified a comment on discussion Help

    Hi, you are right. The message has been raised in a datadriven use. Fisrt of all,...

  • Massimo Massimo modified a comment on discussion Help

    Hi, you are right. The message has been raised in a datadriven use. Fisrt of all,...

  • Massimo Massimo posted a comment on discussion Help

    Hi, you are right. The message has been raised in a datadriven use. I have attached...

  • Itai Agmon Itai Agmon posted a comment on discussion Help

    Hi Massimo I can't reproduce the problem, or, to put it in another words, "It works...

  • Massimo Massimo posted a comment on discussion Help

    Dear all, i used to read sut values from sut files inside a scenario as sut:Path...

  • Massimo Massimo posted a comment on discussion Help

    Hi, after the installation of the lastest stable version (6.1.01) i cannot use the...

  • Massimo Massimo posted a comment on discussion Help

    Hi, after the installation of the lastest stable version (6.1.01) i cannot use the...

  • Shimi Rokah Shimi Rokah posted a comment on discussion Help

    Hi, In addition to the above statement, it is also not possible to fail Maven builds...

  • eran malinovsky eran malinovsky posted a comment on discussion Help

    HI, is it possible to integrate jsystem env in to testng env ? thanks

  • Venkat Venkat posted a comment on discussion Help

    How get Test object dynamically for the current test in JSystem?

  • Michal Michal posted a comment on discussion Help

    I figured out the problem - the parameters objects all got the shouldBeSaved flag...

  • Michal Michal posted a comment on discussion Help

    I managed to use the scenario API for this, but I can't get the parameters of the...

  • Michal Michal posted a comment on discussion Help

    Hi, Jimmy's question on reusing the runner GUI functionality interests me too. Is...

  • J.M J.M posted a comment on discussion Help

    @yamaduc: any progress on your problem ? I faced exactly same problems as you (even...

  • Michal Michal posted a comment on discussion Help

    Hi redarc, I'm seeing your reply just now, thanks! In this implementation is the...

  • Michal Michal posted a comment on discussion Help

    Hi Nir, Suppose we are using code based, is there a nice/good way to add such mechanism...

  • Michal Michal posted a comment on discussion Help

    Hi Aviad, This also happens in my project. Did you get any update on this?

  • Michal Michal posted a comment on discussion Help

    Anyone? Looks like it's coming from here - JSystemJUnit4ClassRunner: private void...

  • Alex Sigal Alex Sigal posted a comment on discussion Help

    I need to open ssh connection on different port (not 22). For this purpose i added...

  • Michal Michal posted a comment on discussion Help

    Hi, If I have a test that reports failure using the reporter, but doesn’t throw exception,...

  • nadav mo nadav mo posted a comment on discussion Help

    I'm trying to run my System Object functions but can't because of "missing" packages...

  • Chen A Chen A modified a comment on discussion Help

    Hi, can someone please provide a working example of the CurrentPageKeeper & AbstractPageObjectResolver....

  • Chen A Chen A posted a comment on discussion Help

    Hi, can someone please provide a working example of the CurrentPageKeeper & AbstractPageObjectResolver....

  • aaron dotzy aaron dotzy posted a comment on discussion Help

    Hi I am trying to set up a Jsystem Agent running on a windows 7 VM in a distributed...

  • yanis yanis posted a comment on discussion Help

    Thanks Alex for your response, After spending few hours among other things reading...

  • Alex Sigal Alex Sigal posted a comment on discussion Help

    Try to copy the jar under /runner/lib

  • yanis yanis posted a comment on discussion Help

    Now i have a new problem ..... (The previous problem solved i download all relevant...

1 >