From: Frank C. <fc...@pu...> - 2002-04-05 06:51:07
|
Hi Dave: I manage an open source project called TestMaker (formerly Load) that builds intelligent test agents to assure Web Services (HTTP, HTTPS, SOAP, .NET, etc.) for functionality, scalability and performance. TestMaker embeds Jython as a scripting language to drive a library of test objects. You may find it to be a good compliment to Junit. About your question on learning materials, take a look at: http://www.pushtotest.com/ptt/thekit.html This is a knowledge kit I put together for BEA that shows how to set-up a SOAP-based Web service and test it using TestMaker. The kit comes with an article and all the source code. You're welcome to use it as courseware. -Frank -- Frank Cohen, CEO, PushToTest, www.pushtotest.com, phone: 408 374 7426 Come to PushToTest for free open-source Active Security solutions that test, monitor and automate Web Service systems for functionality, scalability and performance. > From: Dave Dench <d.j...@hu...> > Date: Fri, 22 Mar 2002 10:13:42 GMT > To: jyt...@li... > Subject: [Jython-users] Possibly FAQ re Junit > > Dear All, > I have searched the archives and posted on the Junit list. > No definitive answer, so trying again. ;) > I have been using unittest with Jython but would like to use JUnit > for teaching/illustrative purposes. The maillings suggest that use > of JUnit and automatic suite generation is problematical due to reflection. > I have tried using docstrings and jythonc but without much success. > Does there exist a port of the JUnit distribution demo ( Money ) in > jython that successfully works with GUI runner that I can use as a > leg-up ? > Many thanks > David > > ______________________________________________________________________________ > __ > > ******************************************************** > * David Dench * > * School of Computing & Mathematics * > * The University of Huddersfield * > * Tel: 01484 472083 * > * email: d.j...@hu... * > * web: http://scom.hud.ac.uk/scomdjd * > ******************************************************** > ______________________________________________________________________________ > __ > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users |