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?
System.exit(0);
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
Hi, I'm using jsystem 6.1.04 and I have many scenarios that contain loops and sub...
Hi, I'm using jsystem 6.1.04 and I have many scenarios that contain loops and sub...
How can I get the current SUT name as string in my code?
Hi, I'm using jsystem 6.0 and executing a scenario from command line. I have a test...
Is it possible to set a loop iteration value from SUT or from run property?