[ptt-users] TestMaker is creating problems...
Frank Cohen
fcohen at pushtotest.com
Mon Jan 22 07:09:24 PST 2007
Sounds like TestMaker is running out of memory or hitting an
exception it can not handle. It likely reports the error to the
output window but then the whole application closes unexpectedly
before you can read the error message.
Geoff offers a good suggestion to debug the problem. With Geoff's
permission I'll add his Ant task to the TestMaker distribution.
The TestMaker.sh and TestMaker.bat scripts have an option to run
TestMaker in command-line mode (not in graphical mode) by adding -
commandline. That's the preferred way to run TestMaker right now as
these start-up scripts also correctly build the classpath.
One other thing, if you need to run in graphical mode I added a
command line switch to direct the system messages to the standard
output (and not to the TestMaker graphical interface.) To do this you
add -outputToShell to the args in the startup scripts.
Hope this helps.
-Frank
On Jan 22, 2007, at 5:49 AM, Geoff Meakin wrote:
> Ahh sounds like you’re running in a GUI mode?
>
>
>
> Try running your tests directly by calling java with the jython
> class, and master.py (I think there’s docs in how to do this). If
> it bails out because of out of memory errors, these will be logged
> to the screen.
>
>
>
> We do this with an ant task as follows:
>
>
>
> <java dir="${build.dir}/jython"
> classname="org.python.util.jython" fork="true">
>
> <arg line="core/master.py"/>
>
> <jvmarg line="-Xms${min.memory.mb}m -Xmx${max.memory.mb}
> m"/>
>
> <classpath>
>
> <path refid="testmaker.class.path"/>
>
> </classpath>
>
> </java>
>
>
>
> I’m not sure if this still works with 4.4.1, but as long as Frank
> hasn’t changed master.py, it should do.
>
>
>
> Cheers
>
> -Geoff
>
>
>
>
>
>
>
>
>
> From: users-bounces at lists.pushtotest.com [mailto:users-
> bounces at lists.pushtotest.com] On Behalf Of Nagaraju
> Sent: 22 January 2007 13:41
> To: 'TestMaker users list'
> Subject: RE: [ptt-users] TestMaker is creating problems...
>
>
>
> Hi Geoff,
>
>
>
> Thanks a lot for the prompt response.
>
> When I run the test for 100 users, it works fine. But when I run
> the test for 500 users, by the time it reaches somewhere around 300
> or 350, the TestMaker window closes automatically.
>
>
>
> Regards,
>
> Nagaraju. M
>
> Tel: 98499 23025
>
> <image001.jpg>
>
> www.valuemomentum.com
>
>
>
> Disclaimer:
>
> Information contained and transmitted by this E-MAIL is proprietary
> to ValueMomentum Software Services Pvt. Ltd. and is intended for
> use only by the individual or entity to which it is addressed, and
> may contain information that is privileged, confidential or exempt
> from disclosure under applicable law. If this is a forwarded
> message, the content of this E-MAIL may not have been sent with the
> authority of the Company. If you are not the intended recipient, an
> agent of the intended recipient or a person responsible for
> delivering the information to the named recipient, you are notified
> that any use, distribution, transmission, printing, copying or
> dissemination of this information in any way or in any manner is
> strictly prohibited. If you have received this communication in
> error, please delete this mail & notify us immediately at
> info at valuemomentum.biz
>
> -----Original Message-----
> From: users-bounces at lists.pushtotest.com [mailto:users-
> bounces at lists.pushtotest.com] On Behalf Of Geoff Meakin
> Sent: Monday, January 22, 2007 7:04 PM
> To: TestMaker users list
> Subject: RE: [ptt-users] TestMaker is creating problems...
>
>
>
> I’m not sure what “turns down TestMaker” means…
>
>
>
> I’ve done 500 users by starting up multiple JVMs, as sometimes >100
> users runs out of JVM memory in our tests.
>
>
>
> However it is not clear whether that is your issue or not
>
>
>
> Cheers
>
> -Geoff
>
>
>
>
>
> From: users-bounces at lists.pushtotest.com [mailto:users-
> bounces at lists.pushtotest.com] On Behalf Of Nagaraju
> Sent: 22 January 2007 12:32
> To: users at lists.pushtotest.com
> Subject: [ptt-users] TestMaker is creating problems...
>
>
>
> Hi,
>
>
>
> I am working for an IT organization, ValueMomentum with 200
> employees. We are using TestMaker 4.4.1, the latest version to test
> our web services upon load.
>
> When we are running the load test for 100 users, the test goes
> well. But the same test with 500 users turns down TestMaker, which
> closes the Test Maker automatically in between.
>
>
>
> Machine specifications are as follows:
>
> Client : P IV, 1GB RAM, Windows XP
>
> Application Server and DB Server (same machine) : Dual Core Intel
> Xeon, 2GB RAM, Windows Server 2003
>
>
>
> We are getting no clue on how to get rid of this issue. Can you
> provide any assistance to overcome this.
>
>
>
> Regards,
>
> Nagaraju. M
>
> Tel: 98499 23025
>
> <image001.jpg>
>
> www.valuemomentum.com
>
>
>
> Disclaimer:
>
> Information contained and transmitted by this E-MAIL is proprietary
> to ValueMomentum Software Services Pvt. Ltd. and is intended for
> use only by the individual or entity to which it is addressed, and
> may contain information that is privileged, confidential or exempt
> from disclosure under applicable law. If this is a forwarded
> message, the content of this E-MAIL may not have been sent with the
> authority of the Company. If you are not the intended recipient, an
> agent of the intended recipient or a person responsible for
> delivering the information to the named recipient, you are notified
> that any use, distribution, transmission, printing, copying or
> dissemination of this information in any way or in any manner is
> strictly prohibited. If you have received this communication in
> error, please delete this mail & notify us immediately at
> info at valuemomentum.biz
>
>
>
> <image001.jpg>
> _______________________________________________
> Users mailing list
> Users at lists.pushtotest.com
> http://lists.pushtotest.com/mailman/listinfo/users
--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
TestMaker: The open-source SOA test automation tool
More information about the Users
mailing list