-
Use JAVA shutDownHook
implement a thread class of your own.
in your system object \test code add:
Runtime.getRuntime().addShutdownHook(yourThread);.
2009-12-02 14:28:51 UTC in JSystem
-
Are you saving both Scenarios xml files and properties files?.
2009-12-01 16:01:33 UTC in JSystem
-
1) which JSystem version?
2) between deployments of our packages? please elaborate.
After reloading the scenario - is it not saved? after runner restart?
in what scenarios does it fail?.
2009-12-01 15:57:03 UTC in JSystem
-
Try using
ScenariosManager.getInstance().getScenario(scenario name).
2009-11-19 12:23:41 UTC in JSystem
-
Please post your code.
2009-11-19 10:32:52 UTC in JSystem
-
Hi Sashanka,
I agree with Golan, the proper way to handle this issue is using your own reporter.
Please note that the JSystem can handle several reporters, so adding a reporter does not override the current reporter.
thus, you will not loose current reporter behavior, only add more handling of your own.
does that clarify it?.
2009-11-18 14:23:13 UTC in JSystem
-
I might be mistaken, but I think there is a mixup here.
Alex, are you referring to the jsystem,log file or the the HTML logs?.
2009-11-18 13:27:38 UTC in JSystem
-
be more specific...
what's the purpose?
count during runtime?
only current root?
All scenarios in filesystem in general?
unique test names or amount of tests in all scenarios in general?
Please ellaborate....
2009-11-18 11:21:05 UTC in JSystem
-
Your exception clearly says:
NoSuchMethodError: java.util.Properties.store....
It is not related to your port, it is related to the JAVA version you use.
Make sure you use Java 6, and make sure the Tomcat is configured to the correct Java library.
Please also use Tomcat 6.0 and not 5.0.
2009-11-18 10:36:09 UTC in JSystem
-
The only retrieved mail will be mail that was not read.
make sure you have a new mail and see if that works.
Old mail will not be retrieved sometimes.
Attachments is not supported yet,
if you do get to it, please update the MailMessage class.
2009-10-29 10:24:51 UTC in JSystem