[ptt-users] TestMaker is creating problems...

Kyle Bell kylebell at tango-networks.com
Mon Jan 22 06:38:44 PST 2007


Good Day, Geoff!

If you are still interested in entertaining questions today...

I haven't done the research, but I'm wondering if you already have the
answer to this question.  Is there any particular advantage to applying
jython to the program as you have below as opposed to using the ant
apply task to use TestMaker.sh -c <path>/master.py to run xstest via
commandline?

Regards!

-Kyle



On Mon, 2007-01-22 at 13:49 +0000, 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
> 
> 
> 
> 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
> 
> 
> 
> 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
> 
>  
> 
> 
> _______________________________________________
> Users mailing list
> Users at lists.pushtotest.com
> http://lists.pushtotest.com/mailman/listinfo/users



More information about the Users mailing list