From fcohen at pushtotest.com Tue Dec 4 14:30:36 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Tue Dec 4 14:59:01 2007 Subject: [ptt-users] TestMaker 5.1 completed, Release Candidate 1 on the way Message-ID: Hi TestMaker Users: I finished the last of the TM 5.1 enhancements/fixes tonight. I will package-up Release Candidate 1 tonight and make an announcement. -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation From fcohen at pushtotest.com Wed Dec 5 19:47:07 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Dec 5 20:15:50 2007 Subject: [ptt-users] A bit of a delay on TM 5.1 Message-ID: <669C0B4F-9548-4BD1-9135-9E753FCB4FE3@pushtotest.com> Hi TestMaker Users: I have run into a small delay in posting the TestMaker 5.1 Release Candidate. I found a few minor bugs that need to be fixed in the TestGen4Web script runner and translation utility. Also, some of the engineers are working on additional improvements that I will roll-up into TestMaker. At my current rate I expect the Release Candidate will be available on Saturday. -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation From opaquette at labcal.com Mon Dec 10 08:23:45 2007 From: opaquette at labcal.com (Olivier Paquette) Date: Mon Dec 10 08:53:54 2007 Subject: [ptt-users] Problems interpreting a test. Message-ID: <002801c83b49$0c245c20$246d1460$@com> Hi, I am new to this software, but I have been trying it for few days and even after reading the tutorials, the FAQs and the Posts, I still have some interrogations. So, I recorded a simple test with TestGen4Web and it worked fine. I also did a load test with the help of your examples. The scenario is multiple users who open a file from a location on the network (it is not on a public web page). When the test is finished, I see a graph that tells me there has been 1.13 transactions per second and another graph that shows me the Tx distribution. Well, with that, I cannot go really further in my investigation. I tried to use the network monitor, but it does not work. I tried both Listener and Proxy configuration with TCPMonitor (target=8080, listen=8090) and I do not have anything at the end. Sometimes, I have a BindException:Address already in use error. By the way, I am using WinXP with Service Pack 2. So, with all that description, I would like to know how can I retrieve data that can tell me clearly how did my test react. Is the TPS the only information available? Will the network monitor tell me important information? If so, what is wrong with my configuration because I don't see anything. Thanks for your help, Olivier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20071210/757c9d87/attachment.htm From olivier.dony at denali.be Tue Dec 11 08:45:22 2007 From: olivier.dony at denali.be (Olivier Dony) Date: Tue Dec 11 09:15:05 2007 Subject: [ptt-users] Exception prevents running non-jython test scripts on Apple's Java 6.0 JVM Message-ID: <17F8A0DC-D837-4090-8A1B-DD1D124525C4@denali.be> Dear all, We have been trying to run Groovy test scripts using the latest version of TestMaker (updated from CVS just now) on Mac Os X. It is apparently mandatory to use a java 6 JVM for the jetty-based testnodes, as a lot of JAR dependencies are compiled for 6.0 (e.g. browserjs-engine.jar, groovy-engine.jar, etc.). However when the TestNode is started using the Apple JVM 6.0 (the one and only developer preview release), it fails to execute our groovy script due to the ClassCastException below. Note that the script runs fine within TestMaker when executed locally through the Agent->'Run Script locally...' menu. It also works when we use a jython script, presumably because the TestRunner does something different for jython than for other scripting languages, in methodFromCallScript(). The issue could be a conflict due to duplicate JSR-223 APIs in the classpath, similarly to the issue described on this page : http:// weblogs.java.net/blog/robc/archive/2007/03/using_phobos_wi.html#c27286 (however simply removing the script-api.jar from the webapp libs doesn't work) We are still trying to work around this issue, so any help/thoughts are welcome! java.lang.ClassCastException: com.sun.script.javascript.RhinoScriptEngineFactory cannot be cast to javax.script.ScriptEngineFactory at javax.script.ScriptEngineManager.initEngines (ScriptEngineManager.java:109) at javax.script.ScriptEngineManager.access$000 (ScriptEngineManager.java:37) at javax.script.ScriptEngineManager$1.run(ScriptEngineManager.java:80) at java.security.AccessController.doPrivileged(Native Method) at javax.script.ScriptEngineManager.init(ScriptEngineManager.java:78) at javax.script.ScriptEngineManager.(ScriptEngineManager.java:51) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.methodFrom CallScript(ScriptRunner.java:325) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.methodFrom Call(ScriptRunner.java:307) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.setupMetho dForTest(ScriptRunner.java:251) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.setMethods (ScriptRunner.java:237) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner. (ScriptRunner.java:226) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestusecaseRunner.creat eThread(TestusecaseRunner.java:483) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestusecaseRunner.creat eUsecase(TestusecaseRunner.java:280) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.runU secase(TestscenarioRunner.java:803) at com.pushtotest.testnetwork.Scenario.run(Unknown Source) at com.pushtotest.testnetwork.TestNode.doExecute(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.apache.axis.providers.java.RPCProvider.invokeMethod (RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage (RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke (JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit (InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java: 453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost (AxisServlet.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at org.apache.axis.transport.http.AxisServletBase.service (AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java: 487) at org.mortbay.jetty.servlet.ServletHandler.handle (ServletHandler.java:367) at org.mortbay.jetty.security.SecurityHandler.handle (SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle (SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle (ContextHandler.java:712) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java: 405) at org.mortbay.jetty.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:211) at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle (HandlerWrapper.java:139) at org.mortbay.jetty.Server.handle(Server.java:295) at org.mortbay.jetty.HttpConnection.handleRequest (HttpConnection.java:503) at org.mortbay.jetty.HttpConnection$RequestHandler.content (HttpConnection.java:841) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:639) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:210) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:379) at org.mortbay.io.nio.SelectChannelEndPoint.run (SelectChannelEndPoint.java:361) at org.mortbay.thread.BoundedThreadPool$PoolThread.run (BoundedThreadPool.java:442) Thanks! -- Olivier Dony Denali s.a., "Bridging the gap between Business and IT" Rue de Clairvaux 8, B-1348 Louvain-la-Neuve, Belgium Office: +32 10 43 99 51 Fax: +32 10 43 99 52 www.denali.be Legal Notice: This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message by mistake, please advise the sender immediately by return e-mail and delete this message from your system. Thank you for your cooperation. From olivier.dony at denali.be Tue Dec 11 08:57:19 2007 From: olivier.dony at denali.be (Olivier Dony) Date: Tue Dec 11 09:26:48 2007 Subject: [ptt-users] Exception prevents running non-jython test scripts on Apple's Java 6.0 JVM In-Reply-To: <17F8A0DC-D837-4090-8A1B-DD1D124525C4@denali.be> References: <17F8A0DC-D837-4090-8A1B-DD1D124525C4@denali.be> Message-ID: <79437644-A559-4610-8159-AA25008EA808@denali.be> On Dec 11, 2007, at 5:45 PM, Olivier Dony wrote: > Dear all, > > We have been trying to run Groovy test scripts using the latest > version of TestMaker (updated from CVS just now) on Mac Os X. > > It is apparently mandatory to use a java 6 JVM for the jetty-based > testnodes, as a lot of JAR dependencies are compiled for 6.0 (e.g. > browserjs-engine.jar, groovy-engine.jar, etc.). > However when the TestNode is started using the Apple JVM 6.0 (the > one and only developer preview release), it fails to execute our > groovy script due to the ClassCastException below. > > Note that the script runs fine within TestMaker when executed > locally through the Agent->'Run Script locally...' menu. > It also works when we use a jython script, presumably because the > TestRunner does something different for jython than for other > scripting languages, in methodFromCallScript(). > > The issue could be a conflict due to duplicate JSR-223 APIs in the > classpath, similarly to the issue described on this page : http:// > weblogs.java.net/blog/robc/archive/2007/03/using_phobos_wi.html#c27286 > (however simply removing the script-api.jar from the webapp libs > doesn't work) > > We are still trying to work around this issue, so any help/thoughts > are welcome! Well, it turns out that jython.jar does contain a "javax/script/ ScriptEngineFactory.class" file that conflicts with the JVM's one in our case. The groovy test seems to run if I remove the "jython.jar" from the web-app's lib dir in jetty, which is ok as long as I don't need to run jython-based tests. Maybe the developers could look into removing the conflicting classes from jython.jar for TM 5.1, if this doesn't break anything else? Cheers, -- Olivier Dony Denali s.a., "Bridging the gap between Business and IT" Rue de Clairvaux 8, B-1348 Louvain-la-Neuve, Belgium Office: +32 10 43 99 51 Fax: +32 10 43 99 52 www.denali.be Legal Notice: This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message by mistake, please advise the sender immediately by return e-mail and delete this message from your system. Thank you for your cooperation. From k.osswald at mediagroup-leroux.de Tue Dec 11 23:24:04 2007 From: k.osswald at mediagroup-leroux.de (Klaus Osswald) Date: Tue Dec 11 23:54:14 2007 Subject: [ptt-users] Running TestMaker.bat won't work In-Reply-To: <17F8A0DC-D837-4090-8A1B-DD1D124525C4@denali.be> Message-ID: <1CE72A67BD333F47B9EE5D8E94AC34902E2E96@exchange.exe.3mediagroup> Hi all, I've installed TestMaker together with PTTMOnitor and TestNetwork. JRE is 6 update 1. Installation didn't show any problem, but when I try to run the program using TestMaker.bat it won't work at all. The console is flashing up for some milliseconds and that's it. What went possibly wrong ? Thanks for any help. Klaus O. From olivier.dony at denali.be Tue Dec 11 23:33:49 2007 From: olivier.dony at denali.be (Olivier Dony) Date: Wed Dec 12 00:03:28 2007 Subject: [ptt-users] Running TestMaker.bat won't work In-Reply-To: <1CE72A67BD333F47B9EE5D8E94AC34902E2E96@exchange.exe.3mediagroup> References: <1CE72A67BD333F47B9EE5D8E94AC34902E2E96@exchange.exe.3mediagroup> Message-ID: <637CA0D2-4D8B-46D7-A25C-9F6796CB1341@denali.be> On Dec 12, 2007, at 8:24 AM, Klaus Osswald wrote: > Hi all, Hi Klaus, > I've installed TestMaker together with PTTMOnitor > and TestNetwork. JRE is 6 update 1. > Installation didn't show any problem, but when I > try to run the program using TestMaker.bat > it won't work at all. The console is flashing up for > some milliseconds and that's it. What went possibly wrong ? It could be several things, but the best way to know would be to read the error message displayed when you launch it. Could you try to *first* open a command prompt, and *then* run TestMaker.bat in it. This way the error message will stay. To run the command prompt hit Windows+R or use Start Menu -> Run... and type "cmd" as the name of the program to open. Then inside the command prompt change to the directory where TestMaker in installed, and run TestMaker.bat, then post the error message. Cheers, -- Olivier Dony Denali s.a., "Bridging the gap between Business and IT" Rue de Clairvaux 8, B-1348 Louvain-la-Neuve, Belgium Office: +32 10 43 99 51 Fax: +32 10 43 99 52 www.denali.be Legal Notice: This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message by mistake, please advise the sender immediately by return e-mail and delete this message from your system. Thank you for your cooperation. From k.osswald at mediagroup-leroux.de Tue Dec 11 23:53:53 2007 From: k.osswald at mediagroup-leroux.de (Klaus Osswald) Date: Wed Dec 12 00:23:54 2007 Subject: AW: [ptt-users] Running TestMaker.bat won't work In-Reply-To: <637CA0D2-4D8B-46D7-A25C-9F6796CB1341@denali.be> Message-ID: <1CE72A67BD333F47B9EE5D8E94AC34902E2E97@exchange.exe.3mediagroup> Hi Olivier, thanks for your fast reply: >> I've installed TestMaker together with PTTMOnitor >> and TestNetwork. JRE is 6 update 1. >> Installation didn't show any problem, but when I >> try to run the program using TestMaker.bat >> it won't work at all. The console is flashing up for >> some milliseconds and that's it. What went possibly wrong ? > It could be several things, but the best way to know would be to read > the error message displayed when you launch it. > Could you try to *first* open a command prompt, and *then* run > TestMaker.bat in it. This way the error message will stay. > To run the command prompt hit Windows+R or use Start Menu -> Run... > and type "cmd" as the name of the program to open. > Then inside the command prompt change to the directory where > TestMaker in installed, and run TestMaker.bat, then post the error > message. This is what I get: C:\Programme\PushToTest_TestMaker>TestMaker.bat Starting PushToTest TestMaker... Die eingegebene Zeile ist zu lang (last line in German, it basically says 'The line you entered is too long'.) I also entered only 'TestMaker' with same error result. Could there be a problem with me trying to use TestMaker with a Win2000 sys ? Cheers, Klaus O. -- From olivier.dony at denali.be Wed Dec 12 00:14:17 2007 From: olivier.dony at denali.be (Olivier Dony) Date: Wed Dec 12 00:43:52 2007 Subject: [ptt-users] Re: Running TestMaker.bat won't work on Windows 2000 (Was: Running TestMaker.bat won't work) In-Reply-To: <1CE72A67BD333F47B9EE5D8E94AC34902E2E97@exchange.exe.3mediagroup> References: <1CE72A67BD333F47B9EE5D8E94AC34902E2E97@exchange.exe.3mediagroup> Message-ID: On Dec 12, 2007, at 8:53 AM, Klaus Osswald wrote: > Hi Olivier, > > thanks for your fast reply: > >> It could be several things, but the best way to know would be to read >> the error message displayed when you launch it. >> Could you try to *first* open a command prompt, and *then* run >> TestMaker.bat in it. This way the error message will stay. >> To run the command prompt hit Windows+R or use Start Menu -> Run... >> and type "cmd" as the name of the program to open. >> Then inside the command prompt change to the directory where >> TestMaker in installed, and run TestMaker.bat, then post the error >> message. > > This is what I get: > C:\Programme\PushToTest_TestMaker>TestMaker.bat > Starting PushToTest TestMaker... > Die eingegebene Zeile ist zu lang > > > (last line in German, it basically says 'The line you entered is > too long'.) > I also entered only 'TestMaker' with same error result. > Could there be a problem with me trying to use TestMaker with a > Win2000 sys ? Ah yes, that's your problem indeed, Win 2000 had a limitation of 2048 characters in the command-line, while Windows XP has 8192, and this doesn't work for launching TestMaker. A support ticket has been opened regarding this issue: http://bugs.pushtotest.com/ticket/127 Several workarounds were proposed, but... it appears to have been closed as "won't fix", which won't help you a lot ;-) However, another Win2k user has posted a workaround for this issue, which involves starting TestMaker using the Windows XP command prompt instead. You can read it in the archives of the mailing-list here: http://cake.pushtotest.com/pipermail/users/2007-November/003466.html If you can't readily access an XP box, email me off-list and I will send you XP's cmd.exe. Hope this helps, -- Olivier Dony Denali s.a., "Bridging the gap between Business and IT" Rue de Clairvaux 8, B-1348 Louvain-la-Neuve, Belgium Office: +32 10 43 99 51 Fax: +32 10 43 99 52 www.denali.be Legal Notice: This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message by mistake, please advise the sender immediately by return e-mail and delete this message from your system. Thank you for your cooperation. From fcohen at pushtotest.com Wed Dec 12 06:28:11 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Dec 12 06:58:30 2007 Subject: [ptt-users] Running TestMaker.bat won't work In-Reply-To: <1CE72A67BD333F47B9EE5D8E94AC34902E2E96@exchange.exe.3mediagroup> References: <1CE72A67BD333F47B9EE5D8E94AC34902E2E96@exchange.exe.3mediagroup> Message-ID: <9FE1BFCA-421A-4154-A744-E8CE3AC45C6C@pushtotest.com> Hi Klaus: Thanks for installing TestMaker. Would you please try running TestMaker.bat from a Windows command shell window. You will see the error that is being thrown. I would need that to offer a solution. Thanks. -Frank On Dec 11, 2007, at 11:24 PM, Klaus Osswald wrote: > Hi all, > > I've installed TestMaker together with PTTMOnitor > and TestNetwork. JRE is 6 update 1. > Installation didn't show any problem, but when I > try to run the program using TestMaker.bat > it won't work at all. The console is flashing up for > some milliseconds and that's it. What went possibly wrong ? > Thanks for any help. > > Klaus O. > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation From fcohen at pushtotest.com Wed Dec 12 06:33:49 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Dec 12 07:03:58 2007 Subject: [ptt-users] Re: Running TestMaker.bat won't work on Windows 2000 (Was: Running TestMaker.bat won't work) In-Reply-To: References: <1CE72A67BD333F47B9EE5D8E94AC34902E2E97@exchange.exe.3mediagroup> Message-ID: Hi Klaus and Olivier: Olivier is correct in that the TestMaker.bat command shell is not compatible with Windows 2000 because of the command-line length limitation. If anyone in the community would like to offer a fix along the lines of the one described in ticket 127 then I would be happy to apply it to TestMaker. That's really what "won't fix" means. -Frank On Dec 12, 2007, at 12:14 AM, Olivier Dony wrote: > On Dec 12, 2007, at 8:53 AM, Klaus Osswald wrote: >> Hi Olivier, >> >> thanks for your fast reply: >> >>> It could be several things, but the best way to know would be to >>> read >>> the error message displayed when you launch it. >>> Could you try to *first* open a command prompt, and *then* run >>> TestMaker.bat in it. This way the error message will stay. >>> To run the command prompt hit Windows+R or use Start Menu -> Run... >>> and type "cmd" as the name of the program to open. >>> Then inside the command prompt change to the directory where >>> TestMaker in installed, and run TestMaker.bat, then post the error >>> message. >> >> This is what I get: >> C:\Programme\PushToTest_TestMaker>TestMaker.bat >> Starting PushToTest TestMaker... >> Die eingegebene Zeile ist zu lang >> >> >> (last line in German, it basically says 'The line you entered is >> too long'.) >> I also entered only 'TestMaker' with same error result. >> Could there be a problem with me trying to use TestMaker with a >> Win2000 sys ? > > > Ah yes, that's your problem indeed, Win 2000 had a limitation of > 2048 characters in the command-line, while Windows XP has 8192, and > this doesn't work for launching TestMaker. > A support ticket has been opened regarding this issue: > http://bugs.pushtotest.com/ticket/127 > Several workarounds were proposed, but... it appears to have been > closed as "won't fix", which won't help you a lot ;-) > > However, another Win2k user has posted a workaround for this issue, > which involves starting TestMaker using the Windows XP command > prompt instead. > You can read it in the archives of the mailing-list here: > http://cake.pushtotest.com/pipermail/users/2007-November/003466.html > > If you can't readily access an XP box, email me off-list and I will > send you XP's cmd.exe. > > Hope this helps, > > > -- > Olivier Dony > > Denali s.a., "Bridging the gap between Business and IT" > Rue de Clairvaux 8, B-1348 Louvain-la-Neuve, Belgium > Office: +32 10 43 99 51 Fax: +32 10 43 99 52 > www.denali.be > > Legal Notice: This message may contain confidential and/or > privileged information. If you are not the addressee or authorized > to receive this for the addressee, you must not use, copy, disclose > or take any action based on this message or any information herein. > If you have received this message by mistake, please advise the > sender immediately by return e-mail and delete this message from > your system. Thank you for your cooperation. > > > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation From k.osswald at mediagroup-leroux.de Wed Dec 12 06:43:10 2007 From: k.osswald at mediagroup-leroux.de (Klaus Osswald) Date: Wed Dec 12 07:13:15 2007 Subject: AW: [ptt-users] Running TestMaker.bat won't work In-Reply-To: <9FE1BFCA-421A-4154-A744-E8CE3AC45C6C@pushtotest.com> Message-ID: <1CE72A67BD333F47B9EE5D8E94AC34902E2E9E@exchange.exe.3mediagroup> Hi Frank, hi Olivier thanks for your reply. I could solve the problem this morning by assistance of Olivier Dony. The workaround was described in http://cake.pushtotest.com/pipermail/users/2007-November/003466.html. I applied it exactly as written in there and i could successfully launch the TestMaker-programm thereafter and start evaluating it then. Thanks for that. Klaus On Dec 12, 2007, Frank Cohen wrote: Hi Klaus: Thanks for installing TestMaker. Would you please try running TestMaker.bat from a Windows command shell window. You will see the error that is being thrown. I would need that to offer a solution. Thanks. -Frank On Dec 11, 2007, at 11:24 PM, Klaus Osswald wrote: > Hi all, > > I've installed TestMaker together with PTTMOnitor > and TestNetwork. JRE is 6 update 1. > Installation didn't show any problem, but when I > try to run the program using TestMaker.bat > it won't work at all. The console is flashing up for > some milliseconds and that's it. What went possibly wrong ? > Thanks for any help. > > Klaus O. > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation _______________________________________________ Users mailing list Users@lists.pushtotest.com http://lists.pushtotest.com/mailman/listinfo/users From fcohen at pushtotest.com Wed Dec 12 07:05:48 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Wed Dec 12 07:35:58 2007 Subject: AW: [ptt-users] Running TestMaker.bat won't work In-Reply-To: <1CE72A67BD333F47B9EE5D8E94AC34902E2E9E@exchange.exe.3mediagroup> References: <1CE72A67BD333F47B9EE5D8E94AC34902E2E9E@exchange.exe.3mediagroup> Message-ID: Hi Klaus: I am very glad that this workaround solved your problem and that you are able to launch TestMaker. I also feel very foolish that such a simple workaround exists and I was too dense to see it! :-o I will update the bug report and include the instruction there. I may also make the cmd.exe from WinXP available as a download from the PushToTest site (I don't think Microsoft will be annoyed.) Thanks! -Frank On Dec 12, 2007, at 6:43 AM, Klaus Osswald wrote: > Hi Frank, hi Olivier > > thanks for your reply. > I could solve the problem this morning by > assistance of Olivier Dony. > The workaround was described in > http://cake.pushtotest.com/pipermail/users/2007-November/003466.html. > I applied it exactly as written in there and i could successfully > launch the TestMaker-programm thereafter and start evaluating it then. > Thanks for that. > > Klaus > > > On Dec 12, 2007, Frank Cohen wrote: > > > Hi Klaus: > > Thanks for installing TestMaker. Would you please try running > TestMaker.bat from a Windows command shell window. You will see the > error that is being thrown. I would need that to offer a solution. > Thanks. > > -Frank > > > > On Dec 11, 2007, at 11:24 PM, Klaus Osswald wrote: > >> Hi all, >> >> I've installed TestMaker together with PTTMOnitor >> and TestNetwork. JRE is 6 update 1. >> Installation didn't show any problem, but when I >> try to run the program using TestMaker.bat >> it won't work at all. The console is flashing up for >> some milliseconds and that's it. What went possibly wrong ? >> Thanks for any help. >> >> Klaus O. >> _______________________________________________ >> Users mailing list >> Users@lists.pushtotest.com >> http://lists.pushtotest.com/mailman/listinfo/users >> > > > > -- > Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 > TestMaker open-source test automation > > > > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation From Peter.Schumacher at amd.com Wed Dec 12 10:07:05 2007 From: Peter.Schumacher at amd.com (Schumacher, Peter) Date: Wed Dec 12 10:43:19 2007 Subject: [ptt-users] Hiring engineering resources Message-ID: <9BCA02B0979C2A429C5965B8AE29269801DF96DF@SAUSEXMB2.amd.com> Have you looked at HCL India? Peter Schumacher Staff Enterprise Analyst - IT QA Advanced Micro Devices Office: 7000 W. William Cannon, Suite 200, Austin, Texas 78735 Mailing: 5204 E. Ben White Blvd. Mail Stop B600.2 Austin TX 78741 Office: 512.602.5970 Cell: 512.468.6679 Fax: 512.602.7171 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20071212/353f85f3/attachment.htm From Peter.Schumacher at amd.com Wed Dec 12 10:15:05 2007 From: Peter.Schumacher at amd.com (Schumacher, Peter) Date: Wed Dec 12 10:46:23 2007 Subject: [ptt-users] Using the Forum Message-ID: <9BCA02B0979C2A429C5965B8AE29269801DF96ED@SAUSEXMB2.amd.com> open support forum for TestMaker and TestNetwork user Is it possible to search the forum or other past issues list, or is there a FAQ where I can locate a solution to my problem without redundantly asking what probably has already been asked? Peter Schumacher AMD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20071212/54da4916/attachment-0001.htm From olivier.dony at denali.be Wed Dec 12 14:40:06 2007 From: olivier.dony at denali.be (Olivier Dony) Date: Wed Dec 12 15:10:34 2007 Subject: [ptt-users] Using the Forum In-Reply-To: <9BCA02B0979C2A429C5965B8AE29269801DF96ED@SAUSEXMB2.amd.com> References: <9BCA02B0979C2A429C5965B8AE29269801DF96ED@SAUSEXMB2.amd.com> Message-ID: <47606346.5020309@denali.be> Schumacher, Peter wrote: > open support forum for TestMaker and TestNetwork user > Is it possible to search the forum or other past issues list, or is > there a FAQ where I can locate a solution to my problem without > redundantly asking what probably has already been asked? That's a very good question. A few suggestions: - There is an issue tracker at http://bugs.pushtotest.com/report where you can see whether your specific issue has been brought up already or not; - There is an FAQ on the website at http://www.pushtotest.com/faq/faq.html/ but I don't know if it is quite up-to-date; - The mailing-list is archived on http://lists.pushtotest.com/pipermail/users/ However I know of no way to directly search the archives there; - Google can also help here, since it indexes everything: the issue tracker, the FAQ and the mailing-list archives. It isn't updated very frequently, but it might help. To narrow down the results I filter with 'site:pushtotest.com', and sometimes click on "repeat the search with the omitted results included" It would be nice if there was a way to directly search the mailing-list archives in real time. Frank? (even a public mail archive would be great, ? la mail-archive.com) ;-) Olivier Dony From louise.ledwith at itarus.com Fri Dec 21 08:33:44 2007 From: louise.ledwith at itarus.com (Louise Ledwith) Date: Fri Dec 21 09:06:16 2007 Subject: [ptt-users] Query on TestMaker install requiring Firefox Message-ID: <2093EDB9B5B24948B02F5CE4B980EC9411B602@ita-hq-ex01.Itarus.local> Hi guys, I am new to TestMaker - just trying to work my way through the install as part of my trialling various load testing tools. When installing the TestMaker installer it is asking me to browse to the location of my Firefox file. But we do not use Firefox at the company I work at - we use IE7. Does TestMaker require Firefox? Does TestMaker work with IE7? Has anyone got TestMaker working on a Vista PC? We are currently using XP Pro but have plans to migrate to Vista early in 2008. Thank in advance for any help or advice anyone can give me with this. Louise. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20071221/a1e886b1/attachment.htm From olivier.dony at denali.be Fri Dec 21 16:05:11 2007 From: olivier.dony at denali.be (Olivier Dony) Date: Fri Dec 21 16:39:14 2007 Subject: [ptt-users] Query on TestMaker install requiring Firefox In-Reply-To: <2093EDB9B5B24948B02F5CE4B980EC9411B602@ita-hq-ex01.Itarus.local> References: <2093EDB9B5B24948B02F5CE4B980EC9411B602@ita-hq-ex01.Itarus.local> Message-ID: On 21 Dec 2007, at 17:33, "Louise Ledwith" wrote: > Hi guys, > > I am new to TestMaker ? just trying to work my way through the insta > ll as part of my trialling various load testing tools. When install > ing the TestMaker installer it is asking me to browse to the locatio > n of my Firefox file. But we do not use Firefox at the company I wo > rk at ? we use IE7. > > Does TestMaker require Firefox? It does not require Firefox, but one of the methods available to record a test does depend on a Firefox plugin. There are other ways to create and record tests in Testmaker though, for example I think there's a recorder proxy that should work with IE7. > Does TestMaker work with IE7? > > Has anyone got TestMaker working on a Vista PC? We are currently > using XP Pro but have plans to migrate to Vista early in 2008. > > Thank in advance for any help or advice anyone can give me with this. > > Louise. > > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20071222/009f13f0/attachment.htm From olivier.dony at denali.be Fri Dec 21 16:23:01 2007 From: olivier.dony at denali.be (Olivier Dony) Date: Fri Dec 21 16:57:02 2007 Subject: [ptt-users] Query on TestMaker install requiring Firefox In-Reply-To: References: <2093EDB9B5B24948B02F5CE4B980EC9411B602@ita-hq-ex01.Itarus.local> Message-ID: D'oh, sorry for the partial answer, I'm not used to this new phone yet.. On 22 Dec 2007, at 01:05, Olivier Dony wrote: > On 21 Dec 2007, at 17:33, "Louise Ledwith" > wrote: > >> Hi guys, >> >> I am new to TestMaker ? just trying to work my way through the ins >> tall as part of my trialling various load testing tools. When ins >> talling the TestMaker installer it is asking me to browse to the l >> ocation of my Firefox file. But we do not use Firefox at the comp >> any I work at ? we use IE7. >> >> Does TestMaker require Firefox? > It does not require Firefox, but one of the methods available to > record a test does depend on a Firefox plugin. There are other ways > to create and record tests in Testmaker though, for example I think > there's a recorder proxy that should work with IE7. BTW, even if your company uses IE7,, maybe you can still install Firefox on the side, for the purpose of recording tests. It is not that TestMaker supports Firefox specifically, but its plugin system is very useful for creating great browser extensions. As for the installer asking for Firefox, just skip it if you can, or try browsing to a location where you have created a file named firefox... >> Does TestMaker work with IE7? As I said in my partial post, I think you can indeed use IE 7 to record tests for TestMaker. Note that in the end TestMaker simulates a browser when running the tests, so there is no more IE/Firefox involved anyway, when running the tests. It is only for recording. >> Has anyone got TestMaker working on a Vista PC? We are currently >> using XP Pro but have plans to migrate to Vista early in 2008. I don't see why it wouldn't work on Vista, since it is a Java based software. Just get Java 6 installed and that should be enough. Olivier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20071222/a780ee8b/attachment.htm From jueheenara at gmail.com Sun Dec 23 10:19:17 2007 From: jueheenara at gmail.com (Juehee Dawson) Date: Sun Dec 23 10:52:13 2007 Subject: [ptt-users] Query on TestMaker install for use of TestMonitor Message-ID: Helo, This is another question related to installation of TestMaker. I have installed TestMonitor but I don't see it working. I would like to see graphics and statistics of CPU, Memory of server. Do I have to set it up in TestMaker to see it? Thanks for help in advance. Juehee On Dec 21, 2007 7:05 PM, Olivier Dony wrote: > > On 21 Dec 2007, at 17:33, "Louise Ledwith" > wrote: > > > > > Hi guys, > > I am new to TestMaker ? just trying to work my way through the install as > part of my trialling various load testing tools. When installing the > TestMaker installer it is asking me to browse to the location of my Firefox > file. But we do not use Firefox at the company I work at ? we use IE7. > > Does TestMaker require Firefox? > It does not require Firefox, but one of the methods available to record a > test does depend on a Firefox plugin. There are other ways to create and > record tests in Testmaker though, for example I think there's a recorder > proxy that should work with IE7. > > > > > > > > Does TestMaker work with IE7? > > Has anyone got TestMaker working on a Vista PC? We are currently using XP > Pro but have plans to migrate to Vista early in 2008. > > Thank in advance for any help or advice anyone can give me with this. > > Louise. > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > > From fcohen at pushtotest.com Tue Dec 25 11:40:56 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Tue Dec 25 12:14:20 2007 Subject: [ptt-users] Query on TestMaker install for use of TestMonitor In-Reply-To: <26209441.1198434189322.JavaMail.root@isp02> References: <26209441.1198434189322.JavaMail.root@isp02> Message-ID: Hi Juehee: Thanks for using TestMaker. I checked into this and find that the Monitor is not compatible with Vista. I opened a ticket on this at: http://bugs.pushtotest.com/ticket/201 The Monitor works fine on XP if you have another machine available. -Frank On Dec 23, 2007, at 10:19 AM, Juehee Dawson wrote: > Helo, > > This is another question related to installation of TestMaker. > > I have installed TestMonitor but I don't see it working. I would like > to see graphics and statistics of CPU, Memory of server. Do I have to > set it up in TestMaker to see it? > > Thanks for help in advance. > > Juehee > > On Dec 21, 2007 7:05 PM, Olivier Dony wrote: >> >> On 21 Dec 2007, at 17:33, "Louise Ledwith" >> >> wrote: >> >> >> >> >> Hi guys, >> >> I am new to TestMaker ? just trying to work my way through the >> install as >> part of my trialling various load testing tools. When installing the >> TestMaker installer it is asking me to browse to the location of >> my Firefox >> file. But we do not use Firefox at the company I work at ? we use >> IE7. >> >> Does TestMaker require Firefox? >> It does not require Firefox, but one of the methods available to >> record a >> test does depend on a Firefox plugin. There are other ways to >> create and >> record tests in Testmaker though, for example I think there's a >> recorder >> proxy that should work with IE7. >> >> >> >> >> >> >> >> Does TestMaker work with IE7? >> >> Has anyone got TestMaker working on a Vista PC? We are currently >> using XP >> Pro but have plans to migrate to Vista early in 2008. >> >> Thank in advance for any help or advice anyone can give me with this. >> >> Louise. >> _______________________________________________ >> Users mailing list >> Users@lists.pushtotest.com >> http://lists.pushtotest.com/mailman/listinfo/users >> >> _______________________________________________ >> Users mailing list >> Users@lists.pushtotest.com >> http://lists.pushtotest.com/mailman/listinfo/users >> >> > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation From jueheenara at gmail.com Thu Dec 27 08:37:55 2007 From: jueheenara at gmail.com (Juehee Dawson) Date: Thu Dec 27 09:11:44 2007 Subject: [ptt-users] Query on TestMaker install for use of TestMonitor In-Reply-To: References: <26209441.1198434189322.JavaMail.root@isp02> Message-ID: Hello, I was installing it on Llinux, I will check the version but it is RedHat On Dec 25, 2007 2:40 PM, Frank Cohen wrote: > Hi Juehee: > > Thanks for using TestMaker. I checked into this and find that the > Monitor is not compatible with Vista. I opened a ticket on this at: > > http://bugs.pushtotest.com/ticket/201 > > The Monitor works fine on XP if you have another machine available. > > -Frank > > > > > On Dec 23, 2007, at 10:19 AM, Juehee Dawson wrote: > > > Helo, > > > > This is another question related to installation of TestMaker. > > > > I have installed TestMonitor but I don't see it working. I would like > > to see graphics and statistics of CPU, Memory of server. Do I have to > > set it up in TestMaker to see it? > > > > Thanks for help in advance. > > > > Juehee > > > > On Dec 21, 2007 7:05 PM, Olivier Dony wrote: > >> > >> On 21 Dec 2007, at 17:33, "Louise Ledwith" > >> > >> wrote: > >> > >> > >> > >> > >> Hi guys, > >> > >> I am new to TestMaker ? just trying to work my way through the > >> install as > >> part of my trialling various load testing tools. When installing the > >> TestMaker installer it is asking me to browse to the location of > >> my Firefox > >> file. But we do not use Firefox at the company I work at ? we use > >> IE7. > >> > >> Does TestMaker require Firefox? > >> It does not require Firefox, but one of the methods available to > >> record a > >> test does depend on a Firefox plugin. There are other ways to > >> create and > >> record tests in Testmaker though, for example I think there's a > >> recorder > >> proxy that should work with IE7. > >> > >> > >> > >> > >> > >> > >> > >> Does TestMaker work with IE7? > >> > >> Has anyone got TestMaker working on a Vista PC? We are currently > >> using XP > >> Pro but have plans to migrate to Vista early in 2008. > >> > >> Thank in advance for any help or advice anyone can give me with this. > >> > >> Louise. > >> _______________________________________________ > >> Users mailing list > >> Users@lists.pushtotest.com > >> http://lists.pushtotest.com/mailman/listinfo/users > >> > >> _______________________________________________ > >> Users mailing list > >> Users@lists.pushtotest.com > >> http://lists.pushtotest.com/mailman/listinfo/users > >> > >> > > _______________________________________________ > > Users mailing list > > Users@lists.pushtotest.com > > http://lists.pushtotest.com/mailman/listinfo/users > > > > > > -- > Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 > TestMaker open-source test automation > > > > > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > From fcohen at pushtotest.com Thu Dec 27 11:01:14 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Thu Dec 27 11:35:08 2007 Subject: [ptt-users] Query on TestMaker install for use of TestMonitor In-Reply-To: <11417789.1198774403141.JavaMail.root@m06> References: <26209441.1198434189322.JavaMail.root@isp02> <11417789.1198774403141.JavaMail.root@m06> Message-ID: Hi Juehee: TestMaker has a preference (Tools menu -> Preferences -> Monitor tab) to start a Monitor on the localhost machine. TestMaker executes the PTTMonitor/run.sh script to start the Monitor. You can run this manually from a shell command window. I tested this on Ubuntu 7.1 and it works fine. Which Linux are you using? Please check the run.sh file privileges and let me know if you see any error messages. Thanks. -Frank On Dec 27, 2007, at 8:37 AM, Juehee Dawson wrote: > Hello, > > I was installing it on Llinux, I will check the version but it is > RedHat > > On Dec 25, 2007 2:40 PM, Frank Cohen wrote: >> Hi Juehee: >> >> Thanks for using TestMaker. I checked into this and find that the >> Monitor is not compatible with Vista. I opened a ticket on this at: >> >> http://bugs.pushtotest.com/ticket/201 >> >> The Monitor works fine on XP if you have another machine available. >> >> -Frank >> >> >> >> >> On Dec 23, 2007, at 10:19 AM, Juehee Dawson wrote: >> >>> Helo, >>> >>> This is another question related to installation of TestMaker. >>> >>> I have installed TestMonitor but I don't see it working. I would >>> like >>> to see graphics and statistics of CPU, Memory of server. Do I >>> have to >>> set it up in TestMaker to see it? >>> >>> Thanks for help in advance. >>> >>> Juehee >>> >>> On Dec 21, 2007 7:05 PM, Olivier Dony >>> wrote: >>>> >>>> On 21 Dec 2007, at 17:33, "Louise Ledwith" >>>> >>>> wrote: >>>> >>>> >>>> >>>> >>>> Hi guys, >>>> >>>> I am new to TestMaker ? just trying to work my way through the >>>> install as >>>> part of my trialling various load testing tools. When >>>> installing the >>>> TestMaker installer it is asking me to browse to the location of >>>> my Firefox >>>> file. But we do not use Firefox at the company I work at ? we use >>>> IE7. >>>> >>>> Does TestMaker require Firefox? >>>> It does not require Firefox, but one of the methods available to >>>> record a >>>> test does depend on a Firefox plugin. There are other ways to >>>> create and >>>> record tests in Testmaker though, for example I think there's a >>>> recorder >>>> proxy that should work with IE7. >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> Does TestMaker work with IE7? >>>> >>>> Has anyone got TestMaker working on a Vista PC? We are currently >>>> using XP >>>> Pro but have plans to migrate to Vista early in 2008. >>>> >>>> Thank in advance for any help or advice anyone can give me with >>>> this. >>>> >>>> Louise. >>>> _______________________________________________ >>>> Users mailing list >>>> Users@lists.pushtotest.com >>>> http://lists.pushtotest.com/mailman/listinfo/users >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users@lists.pushtotest.com >>>> http://lists.pushtotest.com/mailman/listinfo/users >>>> >>>> >>> _______________________________________________ >>> Users mailing list >>> Users@lists.pushtotest.com >>> http://lists.pushtotest.com/mailman/listinfo/users >>> >> >> >> >> -- >> Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 >> 0122 >> TestMaker open-source test automation >> >> >> >> >> _______________________________________________ >> Users mailing list >> Users@lists.pushtotest.com >> http://lists.pushtotest.com/mailman/listinfo/users >> > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation From 7he5107h at gmail.com Thu Dec 27 12:18:41 2007 From: 7he5107h at gmail.com (7he5107h) Date: Thu Dec 27 12:52:33 2007 Subject: [ptt-users] Need some assistance with network proxy recorder Message-ID: <000b01c848c5$ada49220$7b0e484f@funghome> Skipped content of type multipart/alternative-------------- next part -------------- java.lang.NullPointerException at java.io.FileInputStream.(Unknown Source) at java.io.FileInputStream.(Unknown Source) at java.io.FileReader.(Unknown Source) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.argumentsFormCallScript(ScriptRunner.java:488) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.argumentsFromCall(ScriptRunner.java:421) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.setupMethodForTest(ScriptRunner.java:225) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.setMethods(ScriptRunner.java:213) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.(ScriptRunner.java:192) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestusecaseRunner.runOneTime(TestusecaseRunner.java:381) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.runFunctionaltest(TestscenarioRunner.java:288) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.access$000(TestscenarioRunner.java:91) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner$FunctionalTest.run(TestscenarioRunner.java:272) java.lang.NoSuchMethodException: getGoogle at com.sun.script.jython.JythonScriptEngine.invokeImpl(JythonScriptEngine.java:129) at com.sun.script.jython.JythonScriptEngine.invokeFunction(JythonScriptEngine.java:91) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.argumentsFormCallScript(ScriptRunner.java:504) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.argumentsFromCall(ScriptRunner.java:421) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.setupMethodForTest(ScriptRunner.java:225) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.setMethods(ScriptRunner.java:213) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.(ScriptRunner.java:192) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestusecaseRunner.runOneTime(TestusecaseRunner.java:381) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.runFunctionaltest(TestscenarioRunner.java:288) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.access$000(TestscenarioRunner.java:91) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner$FunctionalTest.run(TestscenarioRunner.java:272) java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.execute(ScriptRunner.java:982) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.runJustOne(ScriptRunner.java:667) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestusecaseRunner.runOneTime(TestusecaseRunner.java:383) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.runFunctionaltest(TestscenarioRunner.java:288) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.access$000(TestscenarioRunner.java:91) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner$FunctionalTest.run(TestscenarioRunner.java:272) Caused by: java.lang.IllegalArgumentException: script object is null at com.sun.script.jython.JythonScriptEngine.invokeMethod(JythonScriptEngine.java:97) ... 9 more java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.execute(ScriptRunner.java:982) at com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner.runJustOne(ScriptRunner.java:667) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestusecaseRunner.runOneTime(TestusecaseRunner.java:383) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.runFunctionaltest(TestscenarioRunner.java:288) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner.access$000(TestscenarioRunner.java:91) at com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner$FunctionalTest.run(TestscenarioRunner.java:272) Caused by: java.lang.IllegalArgumentException: script object is null at com.sun.script.jython.JythonScriptEngine.invokeMethod(JythonScriptEngine.java:97) ... 9 more From 7he5107h at gmail.com Thu Dec 27 12:21:49 2007 From: 7he5107h at gmail.com (7he5107h) Date: Thu Dec 27 12:55:39 2007 Subject: [ptt-users] Need some assistance with network proxy recorder Message-ID: <001d01c848c6$1d3e3640$7b0e484f@funghome> Hi, I'm needing some assistance with the network proxy recorder please. I'm just trying a simple example to help me learn a little using Testmaker. Firstly, I record a test that just goes to google.co.uk, nothing else. In my recorded test, the class name is Google and within the runTest method it's got self.get( '''http://www.google.co.uk/'''), so I assume it's recoreded correctly. I then try to run it locally and get the following returned: Agent error: Traceback (innermost last): File "", line 102, in ? File "", line 45, in __init__ File "C:\Program Files\PushToTest_TestMaker\.\lib\.\agentbase.py", line 123, in __init__ File "C:\Program Files\PushToTest_TestMaker\.\lib\.\agentbase.py", line 394, in log AttributeError: instance of 'Google' has no attribute 'logger' I seem to be able to work around that by setting log level = 0 in the main method, but not sure why it won't allow logging? But anyway, I'm not as concerned about the logging. I then try to create a New Functional Test to run the previously recorded test. The parts I added to are and as follows: .... .... I run this and get exceptions: java.lang.NullPointerException at java.io.FileInputStream.(Unknown Source) at java.io.FileInputStream.(Unknown Source) at java.io.FileReader.(Unknown Source)...java.lang.NoSuchMethodException: getGoogle at com.sun.script.jython.JythonScriptEngine.invokeImpl(JythonScriptEngine.java:129) at com.sun.script.jython.JythonScriptEngine.invokeFunction(JythonScriptEngine.java:91)...Can anyone point out what I'm doing wrong? I've read the tutorial, and followed the examples but not having much luck. Any help appreciated. Many thanks - Ed -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20071227/b485c2d6/attachment-0001.htm From fcohen at pushtotest.com Sun Dec 30 12:13:51 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Sun Dec 30 12:48:33 2007 Subject: [ptt-users] TestMaker 5.1 Release Candidate 1 Now Available Message-ID: <994568DE-1F5A-4F26-8506-C8B0E6D8738B@pushtotest.com> Dear TestMaker Users: I am happy to report that TestMaker 5.1 is available for immediate download at http://www.pushtotest.com. The new version fixes many bugs and delivers useful enhancements. We are making this Release Candidate available to get your feedback on the changes. We anticipate making 2 additional release candidates to solve bugs and make additional improvements. Please post your issues to this email list (users@lists.pushtotest.com.) We will be using http://bugs.pushtotest.com to track the changes. Thank you to everyone that participated in this release! -Frank -- TestMaker 5.1 Changes * TestMaker 5.0 ships with TestGen4Web 0.49 that fails to install on Firefox 2.0.0.7 or later. TestMaker now ships with TestGen4Web 0.50.2-PTT to be fully compatible with Firefox 2.0.0.7 and later. * TestMaker 5.1 changes the way TestGen4Web scripts are run in the TestNode environment. The new script runner uses TestGen4Web's htmlunit-interpreter package. This improves TestMaker's ability to natively run TestGen4Web recorded unit tests. * TestMaker 5.1 offers many minor improvements and bug fixes to the results and reporting capabilities. The charts for a load test now include a legend of concurrent user (CR) levels. We fixed an issue where load tests greater than 12 hours show negative horizontal axis values in the resource distribution charts. We removed the load test summary report from the output panel. We added new options to the TestScenario definition for a load test to automatically save all charts to the results directory and create an HTML-based summary report. * We fixed many problems with installing and running TestMaker on Mac OS X, including an installation problem that prevented the Resource Monitor (PTTMonitor) from running. * We updated the documention by correcting many spelling and grammer problems and including new sections for QA Testers and IT management. Additionally, we added new documentation to show the options to log results data directly to a Relational Database Management System (RDBMS)and added documentation to show how to set TestMaker and TestNode memory settings. * We did an overhaul of the TestMaker classpath and supporting Java Archive Resource (JAR) files. * TestMaker runs on Windows XP, Windows 2003 Server, and Windows Vista. TestMaker 5.1 and later is no longer compatible with the old Windows 2000 and NT operating environments because of a bug in Windows that limits the size of a classpath. * TestMaker 5.0 shipped with a typo in the element in a TestScenario. The element was incorrectly named (notice the extra 's'.) TestMaker 5.1 accepts the correct and incorrect versions. * Added the File menu -> Open Scenario command to open TestScenarios. * Added new capability to TestScenarios to control timeout values for usecases (unit tests) that take too long to operate. * Added an option for the transaction distribution charts to use a moving data average instead of inserting every data point. A complete list of changes and their associated bug reports is found at: http://www.pushtotest.com/Docs/vreleasenotes -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation From jer_57 at cox.net Sun Dec 30 15:08:27 2007 From: jer_57 at cox.net (Jerry S.) Date: Sun Dec 30 15:43:02 2007 Subject: [ptt-users] TestMaker 5.1 Release Candidate 1 Now Available In-Reply-To: <994568DE-1F5A-4F26-8506-C8B0E6D8738B@pushtotest.com> References: <994568DE-1F5A-4F26-8506-C8B0E6D8738B@pushtotest.com> Message-ID: <225466157.20071230160827@cox.net> Hello TestMaker, Just a heads up, I don't know if your server is being overwhelmed with requests or there is a problem, but I am not able to download the Windows TestNode, Linux Installer and Linux TestNode files. I am getting an XML page back listing Access Denied. AccessDenied Access Denied 20A073E458B6CCEC - x69tIRob4NFA43jYJQG/JWP0lfwp283chfPKdCC0kv0Cc26Zv7ZuvjgBf6LHHJ/n Similar pages for all 3. The other Linux and Windows links seem to work just fine. jer Sunday, December 30, 2007, 1:13:51 PM, you wrote: FC> Dear TestMaker Users: FC> I am happy to report that TestMaker 5.1 is available for immediate FC> download at http://www.pushtotest.com. The new version fixes many FC> bugs and delivers useful enhancements. FC> We are making this Release Candidate available to get your feedback FC> on the changes. We anticipate making 2 additional release candidates FC> to solve bugs and make additional improvements. Please post your FC> issues to this email list (users@lists.pushtotest.com.) We will be FC> using http://bugs.pushtotest.com to track the changes. FC> Thank you to everyone that participated in this release! FC> -Frank FC> -- FC> TestMaker 5.1 Changes FC> * TestMaker 5.0 ships with TestGen4Web 0.49 that fails to FC> install on Firefox 2.0.0.7 or later. TestMaker now ships with FC> TestGen4Web 0.50.2-PTT to be fully compatible with Firefox 2.0.0.7 FC> and later. FC> * TestMaker 5.1 changes the way TestGen4Web scripts are run in FC> the TestNode environment. The new script runner uses TestGen4Web's FC> htmlunit-interpreter package. This improves TestMaker's ability to FC> natively run TestGen4Web recorded unit tests. FC> * TestMaker 5.1 offers many minor improvements and bug fixes to FC> the results and reporting capabilities. The charts for a load test FC> now include a legend of concurrent user (CR) levels. We fixed an FC> issue where load tests greater than 12 hours show negative horizontal FC> axis values in the resource distribution charts. We removed the load FC> test summary report from the output panel. We added new options to FC> the TestScenario definition for a load test to automatically save all FC> charts to the results directory and create an HTML-based summary report. FC> * We fixed many problems with installing and running TestMaker FC> on Mac OS X, including an installation problem that prevented the FC> Resource Monitor (PTTMonitor) from running. FC> * We updated the documention by correcting many spelling and FC> grammer problems and including new sections for QA Testers and IT FC> management. Additionally, we added new documentation to show the FC> options to log results data directly to a Relational Database FC> Management System (RDBMS)and added documentation to show how to set FC> TestMaker and TestNode memory settings. FC> * We did an overhaul of the TestMaker classpath and supporting FC> Java Archive Resource (JAR) files. FC> * TestMaker runs on Windows XP, Windows 2003 Server, and Windows FC> Vista. TestMaker 5.1 and later is no longer compatible with the old FC> Windows 2000 and NT operating environments because of a bug in FC> Windows that limits the size of a classpath. FC> * TestMaker 5.0 shipped with a typo in the FC> element in a TestScenario. The element FC> was incorrectly named (notice the FC> extra 's'.) TestMaker 5.1 accepts the correct and incorrect versions. FC> * Added the File menu -> Open Scenario command to open FC> TestScenarios. FC> * Added new capability to TestScenarios to control timeout FC> values for usecases (unit tests) that take too long to operate. FC> * Added an option for the transaction distribution charts to use FC> a moving data average instead of inserting every data point. FC> A complete list of changes and their associated bug reports is found at: FC> http://www.pushtotest.com/Docs/vreleasenotes FC> -- FC> Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 FC> TestMaker open-source test automation FC> _______________________________________________ FC> Users mailing list FC> Users@lists.pushtotest.com FC> http://lists.pushtotest.com/mailman/listinfo/users -- USE THE BEST . . . Linux for servers . . . Macintosh for graphics . . . Palm for mobility . . . Windows for solitaire! From fcohen at pushtotest.com Mon Dec 31 07:34:29 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Mon Dec 31 08:09:39 2007 Subject: [ptt-users] TestMaker 5.1 Release Candidate 1 Now Available In-Reply-To: <8696288.1199056252201.JavaMail.root@m06> References: <994568DE-1F5A-4F26-8506-C8B0E6D8738B@pushtotest.com> <8696288.1199056252201.JavaMail.root@m06> Message-ID: <42D6C990-40DC-4939-942C-C41DBE31E4A4@pushtotest.com> Hi Jerry: Thanks for pointing out the problem. I found a configuration mistake of mine and fixed it. The downloads should work now. Thanks. -Frank On Dec 30, 2007, at 3:08 PM, Jerry S. wrote: > Hello TestMaker, > > Just a heads up, I don't know if your server is being overwhelmed > with requests or there is a problem, but I am not able to download > the Windows TestNode, Linux Installer and Linux TestNode files. I > am getting an XML page back listing Access Denied. > > > AccessDenied > Access Denied > 20A073E458B6CCEC > - > > x69tIRob4NFA43jYJQG/JWP0lfwp283chfPKdCC0kv0Cc26Zv7ZuvjgBf6LHHJ/n > > > > Similar pages for all 3. The other Linux and Windows links seem to > work just fine. > > jer > > Sunday, December 30, 2007, 1:13:51 PM, you wrote: > > FC> Dear TestMaker Users: > > FC> I am happy to report that TestMaker 5.1 is available for immediate > FC> download at http://www.pushtotest.com. The new version fixes many > FC> bugs and delivers useful enhancements. > > FC> We are making this Release Candidate available to get your > feedback > FC> on the changes. We anticipate making 2 additional release > candidates > FC> to solve bugs and make additional improvements. Please post your > FC> issues to this email list (users@lists.pushtotest.com.) We will be > FC> using http://bugs.pushtotest.com to track the changes. > > FC> Thank you to everyone that participated in this release! > > FC> -Frank > > FC> -- > > FC> TestMaker 5.1 Changes > > FC> * TestMaker 5.0 ships with TestGen4Web 0.49 that fails to > FC> install on Firefox 2.0.0.7 or later. TestMaker now ships with > FC> TestGen4Web 0.50.2-PTT to be fully compatible with Firefox 2.0.0.7 > FC> and later. > FC> * TestMaker 5.1 changes the way TestGen4Web scripts are > run in > FC> the TestNode environment. The new script runner uses TestGen4Web's > FC> htmlunit-interpreter package. This improves TestMaker's ability to > FC> natively run TestGen4Web recorded unit tests. > FC> * TestMaker 5.1 offers many minor improvements and bug > fixes to > FC> the results and reporting capabilities. The charts for a load test > FC> now include a legend of concurrent user (CR) levels. We fixed an > FC> issue where load tests greater than 12 hours show negative > horizontal > FC> axis values in the resource distribution charts. We removed the > load > FC> test summary report from the output panel. We added new options to > FC> the TestScenario definition for a load test to automatically > save all > FC> charts to the results directory and create an HTML-based > summary report. > FC> * We fixed many problems with installing and running > TestMaker > FC> on Mac OS X, including an installation problem that prevented the > FC> Resource Monitor (PTTMonitor) from running. > FC> * We updated the documention by correcting many spelling and > FC> grammer problems and including new sections for QA Testers and IT > FC> management. Additionally, we added new documentation to show the > FC> options to log results data directly to a Relational Database > FC> Management System (RDBMS)and added documentation to show how to > set > FC> TestMaker and TestNode memory settings. > FC> * We did an overhaul of the TestMaker classpath and > supporting > FC> Java Archive Resource (JAR) files. > FC> * TestMaker runs on Windows XP, Windows 2003 Server, and > Windows > FC> Vista. TestMaker 5.1 and later is no longer compatible with the > old > FC> Windows 2000 and NT operating environments because of a bug in > FC> Windows that limits the size of a classpath. > FC> * TestMaker 5.0 shipped with a typo in the > FC> element in a TestScenario. The > element > FC> was incorrectly named (notice the > FC> extra 's'.) TestMaker 5.1 accepts the correct and incorrect > versions. > FC> * Added the File menu -> Open Scenario command to open > FC> TestScenarios. > FC> * Added new capability to TestScenarios to control timeout > FC> values for usecases (unit tests) that take too long to operate. > FC> * Added an option for the transaction distribution charts > to use > FC> a moving data average instead of inserting every data point. > > FC> A complete list of changes and their associated bug reports is > found at: > FC> http://www.pushtotest.com/Docs/vreleasenotes > > FC> -- > FC> Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 > 871 0122 > FC> TestMaker open-source test automation > > > > FC> _______________________________________________ > FC> Users mailing list > FC> Users@lists.pushtotest.com > FC> http://lists.pushtotest.com/mailman/listinfo/users > > > -- > USE THE BEST . . . > > Linux for servers . . . > Macintosh for graphics . . . > Palm for mobility . . . > Windows for solitaire! > > _______________________________________________ > Users mailing list > Users@lists.pushtotest.com > http://lists.pushtotest.com/mailman/listinfo/users > -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 871 0122 TestMaker open-source test automation