• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unit Testing With JXUnit

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been give the task of designing a automated test suit using junit which is very intuitive and comprehensive. There is now a requirement separate the test data from the tests themselves using JXUnit the documentation for which is not too comprehensive. Does any one know where I could find a good tutorial for JXUnit. I've done a good search and keep getting the same 8 page intro "JXUnit- Building Suites of Test Data with XML" which isn't a good way to learn how to use it. Any suggestions would be greatly appreciated.
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
William,
I beleive youwill get much more information here !.
You could also subscribe in the JUnit group : junit-subscribe@yahoogroups.com
Rgds,
 
reply
    Bookmark Topic Watch Topic
  • New Topic