From chictong at yahoo.com Mon Jun 4 15:35:09 2007 From: chictong at yahoo.com (Chi Tong) Date: Mon Jun 4 17:12:10 2007 Subject: [ptt-users] Setting User-Agent Message-ID: <177288.49646.qm@web51008.mail.re2.yahoo.com> Hi, I need to set the User-Agent in the http header to the specific string such as 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12'. I tried to do it in the test script setUp() by adding, def setUp( self ): .... self.header = ProtocolHandler.getHeader( 'http' ) self.header.set('User-Agent' , 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12') During the execution of the test script, the default User-Agent, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon)', in the agentbase.py was used instead by the http get/post methods. Is there any way/method to override the default User-Agent (or some other header fields) in the http header for the http get/post methods during test script execution? I tried to modify the self.useragent value directly in the agentbase.py right now for the User-Agent I need. Thanks, ct ____________________________________________________________________________________ Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ From fcohen at pushtotest.com Thu Jun 7 08:30:24 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Thu Jun 7 10:08:05 2007 Subject: [ptt-users] Beta 1 on the way Message-ID: We have one more "beta blocker" bug to fix and then we are ready to distribute TestMaker 5 beta 1. The new software is in pretty good shape, implements all the features, and all the bugs have workarounds. We are now using Trac to track bugs and changes. To see a report of the latest list of bugs please use: http://bugs.pushtotest.com/report/1 I'll post an announcement and a newsletter in the next few days when we achieve beta 1! -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA governance and test automation tool From fcohen at pushtotest.com Sun Jun 17 08:53:57 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Sun Jun 17 10:34:03 2007 Subject: [ptt-users] Eclipse plug-in Message-ID: <54088585-1C72-41D7-9E11-BC8820A3078F@pushtotest.com> Hi Everyone: TestMaker users have asked for a TestMaker plug-in to Eclipse for a long time now. I'm at a disadvantage since I am a NetBeans user. I am soliciting anyone's input on what a TestMaker plug-in to Eclipse would look like. This is to address http:// bugs.pushtotest.com/ticket/52. Thanks. -Frank -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA governance and test automation tool From fcohen at pushtotest.com Sun Jun 17 09:04:14 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Sun Jun 17 21:31:43 2007 Subject: [ptt-users] File comparison enhancement desing References: <85A61B0FDDD4834EA295605C349BABAA2EE72F@dc1avantica.AVANTICA.AVANTICATEC.NET> Message-ID: <5CDC4A75-0BA5-498F-887E-FA04FCA24798@pushtotest.com> Performance testing is different from load testing in that the results compare the performance of a service from one time to another. How many times have we seen a new application server release with a marketing claim of "Now 30% faster!" The attached proposal designs a utility to compare performance of a service from one run of a test to another. I think the design is very good. Please let me know your comments, feedback, and ideas. -Frank Begin forwarded message: > From: Luis Carlos Lara L?pez > Date: June 15, 2007 5:56:10 PM PDT > To: "Frank Cohen" > Cc: William Mart?nez Pomares > Subject: File comparison enhancement desing > > Hi Frank! > Happy weekend > > I am sending you a design for the file comparison enhancement. > I hope you like it. > > I want to start this enhancement for Monday if there is not more > bugs (please check at the list I sent to you and update our bugs > page). > > I am expecting for your feedback for this enhancement. > > Regards, > Luis Carlos > -------------- next part -------------- A non-text attachment was scrubbed... Name: Design for new enhancement.pdf Type: application/octet-stream Size: 129953 bytes Desc: not available Url : http://cake.pushtotest.com/pipermail/users/attachments/20070617/0dc95aff/Designfornewenhancement-0001.obj -------------- next part -------------- -- Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426 TestMaker: The open-source SOA test automation tool From robindc at iprimus.com.au Wed Jun 20 23:27:13 2007 From: robindc at iprimus.com.au (Robin Coss) Date: Thu Jun 21 01:08:19 2007 Subject: [ptt-users] I can any body tell me a how to turn a MAILTEST example into a stress test. Message-ID: <000001c7b3cd$34f41ef0$9d1e14ac@int.iprimus.net.au> Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20070621/bbc24c90/attachment.htm From jescodev at yahoo.com Fri Jun 29 06:49:06 2007 From: jescodev at yahoo.com (James Smith) Date: Fri Jun 29 08:32:10 2007 Subject: [ptt-users] Recording problem... Message-ID: <20070629134907.73234.qmail@web34211.mail.mud.yahoo.com> I am trying to evaluate PushToTest TestMaker , but there seems to be some kind of error or config I cant figure out which stops the recording from functioning. All I see in the log screen is: Proxy recorder server started on port: 8090 log4j:WARN No appenders could be found for logger (com.bitmechanic.maxq.ProxyServer). log4j:WARN Please initialize the log4j system properly. I am able to run the examples no problem, and I even tried MaxQ and it records/plays no problem. I have seen this on two systems. -James ____________________________________________________________________________________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20070629/8b475583/attachment.htm From jescodev at yahoo.com Fri Jun 29 06:49:56 2007 From: jescodev at yahoo.com (James Smith) Date: Fri Jun 29 08:32:56 2007 Subject: [ptt-users] Recording problem... Message-ID: <635871.23052.qm@web34212.mail.mud.yahoo.com> I am trying to evaluate PushToTest TestMaker , but there seems to be some kind of error or config I cant figure out which stops the recording from functioning. All I see in the log screen is: Proxy recorder server started on port: 8090 log4j:WARN No appenders could be found for logger (com.bitmechanic.maxq.ProxyServer). log4j:WARN Please initialize the log4j system properly. I am able to run the examples no problem, and I even tried MaxQ and it records/plays no problem. I have seen this on two systems. -James ____________________________________________________________________________________ Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cake.pushtotest.com/pipermail/users/attachments/20070629/d2a02e8e/attachment.htm From fcohen at pushtotest.com Fri Jun 29 07:54:25 2007 From: fcohen at pushtotest.com (Frank Cohen) Date: Fri Jun 29 09:37:27 2007 Subject: [ptt-users] Recording problem... In-Reply-To: <635871.23052.qm@web34212.mail.mud.yahoo.com> References: <635871.23052.qm@web34212.mail.mud.yahoo.com> Message-ID: Hi James: I am sorry to learn that you encountered problems with TestMaker. The log entries you see of log4j are harmless warnings. Which version of MaxQ did you try? What version of TestMaker? Is the site you are recording on the public Internet? -Frank On Jun 29, 2007, at 6:49 AM, James Smith wrote: > I am trying to evaluate PushToTest TestMaker , but there seems to > be some kind of error or config I cant figure out which stops the > recording from functioning. > All I see in the log screen is: > > Proxy recorder server started on port: 8090 > log4j:WARN No appenders could be found for logger > (com.bitmechanic.maxq.ProxyServer). > log4j:WARN Please initialize the log4j system properly. > > I am able to run the examples no problem, and I even tried MaxQ and > it records/plays no problem. I have seen this on two systems. > > -James > > > > Get the free Yahoo! toolbar and rest assured with the added > security of spyware protection. > _______________________________________________ > 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