From pierre.laboureau at gmail.com Sat May 12 00:35:33 2007
From: pierre.laboureau at gmail.com (Pierre Laboureau)
Date: Sat May 12 02:06:51 2007
Subject: [ptt-users] TestMaker and C Library
Message-ID: <5ac919760705120035g656b6610gdb16b6e2de441fa9@mail.gmail.com>
Hi,
PushToTest can run nominally load tests with some protocols like HTTP, SOAP,
... I know that pushtotest can work with others Java APIs to stress an
environment throughout others protocols.
But can Jython load C libraries without Java interfaces ? I think about an
use-case whrere I will have to stress throuthout "owner protocol" by using
the software provider's C API
Pierre.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cake.pushtotest.com/pipermail/users/attachments/20070512/27a26211/attachment.htm
From fcohen at pushtotest.com Sat May 12 11:52:54 2007
From: fcohen at pushtotest.com (Frank Cohen)
Date: Sat May 12 13:24:18 2007
Subject: [ptt-users] TestMaker and C Library
In-Reply-To: <5ac919760705120035g656b6610gdb16b6e2de441fa9@mail.gmail.com>
References: <5ac919760705120035g656b6610gdb16b6e2de441fa9@mail.gmail.com>
Message-ID: <7C6EE3FF-B6B6-4132-A8CB-611DD1F81CE4@pushtotest.com>
Hi Pierre: We're going to release a "feature complete" version of
PushToTest TestMaker Version 5 next week that has a new Test Scenario
system for running tests. The syntax looks like this:
Note the langtype attribute. PushToTest 5 has a new test runner with
drivers for Java, Jython, Groovy, Ruby, Rhino (JavaScript), soapui,
TestGen4Web, and the JSR 223 Script Engines. For instance,
langtype="groovy" would run a test written in Groovy.
We would be glad to add an additional driver to make a call to a C
library called through a DLL.
Would you please tell me more about your intended use to help us
define the DLL interface better. For instance, will you be passing
attributes to the DLL? What is the return value for a successful run
of the C library?
-Frank
On May 12, 2007, at 12:35 AM, Pierre Laboureau wrote:
> Hi,
>
> PushToTest can run nominally load tests with some protocols like
> HTTP, SOAP, ... I know that pushtotest can work with others Java
> APIs to stress an environment throughout others protocols.
>
> But can Jython load C libraries without Java interfaces ? I think
> about an use-case whrere I will have to stress throuthout "owner
> protocol" by using the software provider's C API
>
> Pierre.
> _______________________________________________
> Users mailing list
> Users@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
From fcohen at pushtotest.com Sat May 12 12:14:06 2007
From: fcohen at pushtotest.com (Frank Cohen)
Date: Sat May 12 13:45:30 2007
Subject: [ptt-users] TestMaker reviewed by InfoWorld
Message-ID:
http://www.infoworld.com/article/07/05/11/19TCwebservicetest_4.html
-Frank
--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
TestMaker: The open-source SOA test automation tool
From fcohen at pushtotest.com Mon May 14 11:46:09 2007
From: fcohen at pushtotest.com (Frank Cohen)
Date: Mon May 14 13:18:04 2007
Subject: [ptt-users] Vote on bundling the JRE 6 in TestMaker 5
Message-ID:
We're working towards a "beta" release of PushToTest TestMaker 5. The
new software requires Java 6. We are considering bundling the JRE 6
with TestMaker 5. Please vote on your preference: +1 means you like
the idea, -1 means you do not like the idea.
Thanks.
-Frank
--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
TestMaker: The open-source SOA test automation tool
From dominique.dewaleffe at denali.be Tue May 15 06:20:34 2007
From: dominique.dewaleffe at denali.be (Dominique de Waleffe)
Date: Tue May 15 07:52:57 2007
Subject: [ptt-users] Vote on bundling the JRE 6 in TestMaker 5
In-Reply-To:
References:
Message-ID: <4649B3A2.6070300@denali.be>
My vote: -1
Just point to the right place in the SUN...
D.
From fcohen at pushtotest.com Tue May 15 07:08:09 2007
From: fcohen at pushtotest.com (Frank Cohen)
Date: Tue May 15 08:40:15 2007
Subject: [ptt-users] Response object in AgentRunner
In-Reply-To: <002301c796ee$8eac7c40$b8035a0a@allfon.in>
References: <002301c796ee$8eac7c40$b8035a0a@allfon.in>
Message-ID:
Hi Sam: There are a couple of ways to do so. One is to return the
values you need from the interp.exec method call. See http://
www.jython.org/docs/embedding.html.
Another would be to pass in an object and have your AgentRunner
populate the response fields you want. See how the Meters and Charts
parameters are passed into the Jython interpreter in AgentRunner.java.
-Frank
On May 15, 2007, at 5:42 AM, Sampathkumar Palanivel wrote:
> Hi Frank,
>
> I got ur response mail, thanks a lot...
> But i dont know how to set the response obeject in the script
> Like..
>
> I invoke the script from AgentRunner.java
> code snippet is
>
> if ( agent.getScript() == null )
> {
> interp.exec( agent.getOriginalText() );
> }
> else
> {
>
> interp.exec( agent.getScript() ); // invoke
> my script here ..
>
> }
>
> In the script,
> .
> ..
> ..
> self.params = [ [ '''userCreation''', '''create''' ],
> [ '''rolename''', '''ADMIN''' ],[ '''txtFname''', '''testmaker''' ],
> [ '''txtLname''', '''test''' ] ]
> self.post( '''http://10.90.3.153:8085/Century/create.allfon''',
> self.params)
> return self.response # Here i return the response
> ..
> ...
>
> test.setUp()
> var = test.runTest() # Here i got the response, but I have to
> send back this response to AgentRunner.java
> test.tearDown()
> test.closelog()
> print "done"
>
> Can u please tell me how to get the response in my AgentRunner.java
>
> thanks & regards,
>
> Sampathkumar.P
>
>
>
>
--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
TestMaker: The open-source SOA test automation tool
From sfriedman at videoegg.com Tue May 15 08:15:19 2007
From: sfriedman at videoegg.com (Friedman, Seth)
Date: Tue May 15 09:48:35 2007
Subject: [ptt-users] Vote on bundling the JRE 6 in TestMaker 5
References:
Message-ID: <269443236E16F94FBDE31D22174C9A00059E86CC@VS5.EXCHPROD.USA.NET>
+1 vote. I like the idea that exactly the bits of the JRE early consumers get are the same as late consumers. Links to Sun I can imagine breaking or being silently changed to a different JRE which I can't totally convince myself of being nontrivial, e.g. I can imagine a change could produce bugs or generate work to manage issues like subtle changes in expected behavior requiring redesign down the tree. Like, I could see Sun moving their link to a JRE version to a new one with just a small number of narrow "bug fixes", where consumers have been working around those "bugs" so long that they built apps that rely on workarounds.
~seth
________________________________
From: users-bounces@lists.pushtotest.com on behalf of Frank Cohen
Sent: Mon 5/14/2007 11:46 AM
To: TestMaker users list
Subject: [ptt-users] Vote on bundling the JRE 6 in TestMaker 5
We're working towards a "beta" release of PushToTest TestMaker 5. The
new software requires Java 6. We are considering bundling the JRE 6
with TestMaker 5. Please vote on your preference: +1 means you like
the idea, -1 means you do not like the idea.
Thanks.
-Frank
--
Frank Cohen, PushToTest, http://www.PushToTest.com , phone 408 374 7426
TestMaker: The open-source SOA test automation tool
_______________________________________________
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/20070515/fabb7603/attachment.htm
From aaron.romeo at artez.com Tue May 15 08:15:28 2007
From: aaron.romeo at artez.com (Aaron Romeo)
Date: Tue May 15 12:22:31 2007
Subject: [ptt-users] Vote on bundling the JRE 6 in TestMaker 5
Message-ID: <448E1FA789024B42BAE0BAC496FAA29001B940C3@mail10.artez.com>
Agreed -1
-----Original Message-----
From: users-bounces@lists.pushtotest.com
[mailto:users-bounces@lists.pushtotest.com] On Behalf Of Dominique de
Waleffe
Sent: May 15, 2007 9:21 AM
To: TestMaker users list
Subject: Re: [ptt-users] Vote on bundling the JRE 6 in TestMaker 5
My vote: -1
Just point to the right place in the SUN...
D.
_______________________________________________
Users mailing list
Users@lists.pushtotest.com
http://lists.pushtotest.com/mailman/listinfo/users
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.7.0/804 - Release Date: 14/05/2007
4:46 PM
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.7.0/804 - Release Date: 14/05/2007
4:46 PM
From fcohen at pushtotest.com Tue May 15 22:17:20 2007
From: fcohen at pushtotest.com (Frank Cohen)
Date: Tue May 15 23:55:40 2007
Subject: [ptt-users] TM5 Beta Coming Soon
Message-ID:
This is a very exciting time! We are days away from the "beta"
release of PushToTest TestMaker Version 5. I am targeting Friday May
18 for the Beta release.
A video podcast on the Version 5 is available at:
http://www.pushtotest.com/Docs/r5
-Frank
--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
TestMaker: The open-source SOA test automation tool
From petkosova at gmail.com Fri May 18 05:50:22 2007
From: petkosova at gmail.com (Peter Sova)
Date: Fri May 18 07:23:18 2007
Subject: [ptt-users] question
Message-ID:
Hi
It is possible in TestMaker to see 'clicking' action in my browser after
the test (Record from a Web-browser) is saved?
If yes please explain me the way how to do it.
When i save the test after recording and run it then nothing happend in my
browser and for my type of test i need to see how its working in browser not
only in code..
Thank you for your time and sorry for my bad english.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cake.pushtotest.com/pipermail/users/attachments/20070518/064da361/attachment-0001.htm
From akila at au-kbc.org Mon May 21 23:02:51 2007
From: akila at au-kbc.org (akila@au-kbc.org)
Date: Tue May 22 00:36:35 2007
Subject: [ptt-users] reg:JUnit in Testmaker
Message-ID: <1179813771.4652878bc2491@secure.symonds.net>
Hi Everybody,
I am new to the TestMaker Testing tool.I was worked
how to do webtest,load test using XStest.Now I want to know how
to work with Junit in TestMaker.I had seen in Cohen book also.
but it is not working for me.I using TestMaker 4.4.1
can anybody help me?
Thanks in advance
Akila
From pierre.laboureau at gmail.com Thu May 24 11:37:00 2007
From: pierre.laboureau at gmail.com (Pierre Laboureau)
Date: Thu May 24 13:11:44 2007
Subject: [ptt-users] TestMaker and C Library
In-Reply-To: <7C6EE3FF-B6B6-4132-A8CB-611DD1F81CE4@pushtotest.com>
References: <5ac919760705120035g656b6610gdb16b6e2de441fa9@mail.gmail.com>
<7C6EE3FF-B6B6-4132-A8CB-611DD1F81CE4@pushtotest.com>
Message-ID: <5ac919760705241137t65acb699h65fb4766b17333a0@mail.gmail.com>
Franck,
I wait for the new release to test it (I have just seen the annoucement
about the Beta Release)... and try to understand the new features. I hope to
have time to work about this subject and be back to you after.
Thank you
Pierre.
2007/5/12, Frank Cohen :
>
> Hi Pierre: We're going to release a "feature complete" version of
> PushToTest TestMaker Version 5 next week that has a new Test Scenario
> system for running tests. The syntax looks like this:
>
>
> method="sqrt" langtype="java"/>
>
>
> Note the langtype attribute. PushToTest 5 has a new test runner with
> drivers for Java, Jython, Groovy, Ruby, Rhino (JavaScript), soapui,
> TestGen4Web, and the JSR 223 Script Engines. For instance,
> langtype="groovy" would run a test written in Groovy.
>
> We would be glad to add an additional driver to make a call to a C
> library called through a DLL.
>
> Would you please tell me more about your intended use to help us
> define the DLL interface better. For instance, will you be passing
> attributes to the DLL? What is the return value for a successful run
> of the C library?
>
> -Frank
>
>
>
>
> On May 12, 2007, at 12:35 AM, Pierre Laboureau wrote:
>
> > Hi,
> >
> > PushToTest can run nominally load tests with some protocols like
> > HTTP, SOAP, ... I know that pushtotest can work with others Java
> > APIs to stress an environment throughout others protocols.
> >
> > But can Jython load C libraries without Java interfaces ? I think
> > about an use-case whrere I will have to stress throuthout "owner
> > protocol" by using the software provider's C API
> >
> > Pierre.
> > _______________________________________________
> > Users mailing list
> > Users@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
>
>
>
> _______________________________________________
> 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/20070524/54c67005/attachment.htm
From fcohen at pushtotest.com Thu May 31 11:36:26 2007
From: fcohen at pushtotest.com (Frank Cohen)
Date: Thu May 31 13:12:29 2007
Subject: [ptt-users] reg:JUnit in Testmaker
In-Reply-To: <1179813771.4652878bc2491@secure.symonds.net>
References: <1179813771.4652878bc2491@secure.symonds.net>
Message-ID:
Hello Akila: What kinds of problems are you having with JUnit tests
in TestMaker 4.4.1? The Recorder outputs a JUnit TestCase and that
can be a good example to get you going. -Frank
On May 21, 2007, at 11:02 PM, akila@au-kbc.org wrote:
>
> Hi Everybody,
>
> I am new to the TestMaker Testing tool.I was worked
> how to do webtest,load test using XStest.Now I want to know how
> to work with Junit in TestMaker.I had seen in Cohen book also.
> but it is not working for me.I using TestMaker 4.4.1
> can anybody help me?
>
> Thanks in advance
> Akila
>
>
> _______________________________________________
> Users mailing list
> Users@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