You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: vishal m. <vis...@ya...> - 2013-04-15 11:56:57
|
Hi, After creating code for Ping (Demo) project getting below error, checked all the jars but not sure the reason why this class is not there. Do I need any other jar file which have this class. java.lang.NoClassDefFoundError: jsystem/framework/common/JSystemInnerTests at jsystem.framework.report.RunnerListenersManager.addTestInfo(RunnerListenersManager.java:874) at jsystem.framework.report.RunnerListenersManager.startTest(RunnerListenersManager.java:776) at junit.framework.TestResult.startTest(TestResult.java:155) at junit.framework.TestResult.run(TestResult.java:107) at junit.framework.SystemTestCase.run(SystemTestCase.java:160) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) Thanks! Vishal |
|
From: Nitin S. <Nit...@mi...> - 2011-12-20 09:46:20
|
Hello Alok, This mailing list is almost dead. You can post your query at JSystem User Forum https://sourceforge.net/projects/jsystemtest/forums/forum/397999 for better response. Regards, Nitin From: alok arya [mailto:aka...@ya...] Sent: Wednesday, December 07, 2011 7:42 AM To: jsy...@li... Subject: [Jsystemtest-users] How to create Selenium Firefox profile in JSystem Hi All, Just want to know, How to create Selenium Firefox profile in JSystem? Please feed me step by step solution. Thanks, Alok ________________________________ http://www.mindtree.com/email/disclaimer.html |
|
From: alok a. <aka...@ya...> - 2011-12-07 02:12:22
|
Hi All, Just want to know, How to create Selenium Firefox profile in JSystem? Please feed me step by step solution. Thanks, Alok |
|
From: Irad D. <ira...@ed...> - 2011-03-07 10:28:22
|
Hi,
I am running a scenario from command line on a linux box, and get the
error below when trying to send an email notification at the end of the
test. Can you help?
("Character reference "�" is an invalid XML character.")
Thanks,
Irad.
[jsystem]
[jsystem] Test: PublishTest.publish
[jsystem]
[jsystem] (5)Steps in test: Send notification. type = email :
[jsystem] Mar 7, 2011 9:54:29 AM junit.framework.SystemTestCaseImpl
jsystemTestPreExecution
[jsystem] INFO: Running test: publish
[jsystem]
[jsystem] 09:54:29: Fixture: EdgeLondonOfficeFixture1 tearDown
[jsystem]
[jsystem] 09:54:29: setUp execution
[jsystem]
[jsystem] 09:54:29: Notifying...
[jsystem]
[jsystem] 09:54:29: RemoteTestRunner is null
[jsystem] [Fatal Error] reports.0.xml:5:456232: Character reference
"�" is an invalid XML character.
[jsystem]
[jsystem] 09:54:29: Publish error- fail to connect to the Database
[jsystem] [Fatal Error] reports.0.xml:5:456232: Character reference
"�" is an invalid XML character.
[jsystem]
[jsystem] 09:54:29: Fail: null
[jsystem] Test error line:
jsystem.runner.agent.tests.PublishTest.generateMsgHashMap(PublishTest.ja
va:629)
[jsystem]
[jsystem] 09:54:29: tearDown execution
[jsystem]
[jsystem] 09:54:29: Fixture: root failTearDown
[jsystem]
[jsystem] Start time: Mon Mar 07 09:54:29 GMT 2011
[jsystem]
[jsystem] End time : Mon Mar 07 09:54:29 GMT 2011
[jsystem]
[jsystem] Test running time: 0 sec.
[jsystem]
[jsystem] 09:54:29: Failure in Test
jsystem.runner.agent.tests.PublishTest.publish
[jsystem] Test jsystem.runner.agent.tests.PublishTest.publish FAILED
|
|
From: Yoram S. <yo...@ig...> - 2010-08-13 14:51:26
|
Hello everybody, Please post all question in JSystem forum and you will get MUCH faster answers. Forum address is https://sourceforge.net/projects/jsystemtest/forums/forum/397999 Thanks and see you soon in the forum. |
|
From: Nitin S. <Nit...@mi...> - 2010-08-11 11:26:26
|
Hello Neil, I found that the Jsystemtest-users mail list to be inactive. There is almost no communication on this mailing list. You would like to post you questions on Jsystem forum and seek help. You are likely to get better response on forum than on this mailing list. Forum - http://sourceforge.net/projects/jsystemtest/forums/forum/397999 Cheers, Nitin From: nie fei [mailto:tec...@gm...] Sent: Wednesday, August 11, 2010 3:14 PM To: jsy...@li... Subject: [Jsystemtest-users] Hi, I found the documents about JSystem lost chapter 9 and chapter 10. Do any body know where can get the two documents? or what's contents about them? Many thanks, BR, /Neil. ________________________________ http://www.mindtree.com/email/disclaimer.html |
|
From: nie f. <tec...@gm...> - 2010-08-11 09:43:57
|
Do any body know where can get the two documents? or what's contents about them? Many thanks, BR, /Neil. |
|
From: nie f. <tec...@gm...> - 2010-08-10 06:42:34
|
Today I begin to study JSystem. When I followed the steps as JSystem site described. 3.4 Creating and Running Your First Scenario Now that you have created a simple test open the JSystem JRunner and run the test from within the JRunner application. 1. In the workspace go to the JRunner project and run the “*run.bat*” and activate it. Notes: · If you are working on Linux, the JRunner can’t be activated from Eclipse, open a shell console change directory to <runner> folder and activate the “run” script (./run) · When running JRunner for the first time after the installation, jsystemSerices example project is opened. 2. Press on the *“File”**à”Switch Project” *and browse to the “*classes” *folder of the new project When I clicked "run.bat" in eclipse. It will pop up a error message which you can find in attachment. file:///C:/Documents%20and%20Settings/nieeefei/Desktop/EasyCapture1.bmp Does any body can tell wha't happened in my environment? How to solve this problem? Many thanks. BR, //Neil. |
|
From: Giovanni F. <gio...@gm...> - 2010-08-09 18:19:06
|
Hi guys, Are there any papers about JSystem for I understand it better ? Thanks for any help, Giovanni |
|
From: <bru...@rs...> - 2009-11-05 20:56:40
|
Hello, Jsystem uses JDK1.6 to run its framework. Is it possible to run my tests that require JDK 1.5 to execute? Or must my tests run with JDK1.6 always. Thanks Bruce |
|
From: krishnakishore B. <bk...@gm...> - 2009-01-05 07:12:57
|
Hi All, How we can integrate TCL scripts to Jsystem,I have already integrated TCL to eclipse and were able to run the TCL scripts.can any one of you help me how to use the TCL scripts in Jsystem.Do we need to have any drivers (System Object) suggest if you can provide if any.. Regards, B.Krishna kishore |
|
From: krishnakishore B. <bk...@gm...> - 2008-12-19 10:04:02
|
Hi All, Can you help me in learning the Jsystem,Iam a java expert having 3+ exp on core java and advance java. How much time will it take to me to learn Jsystem and have expert knowledge. Do i need to have TCL and Python Knowledge ?? Can you please help me out... Regards, Kishore |
|
From: Golan D. <go...@ig...> - 2008-10-12 10:58:04
|
-- \ Golan Derazon |
|
From: Golan D. <go...@ig...> - 2008-10-12 10:26:30
|
-- \ Golan Derazon |