• 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

JUnit in Action

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have just started to develop a small program using JSP and Servlet and are looking for a way to test the code. Does "JUnit in Action" cover the testing of servlet and JSP code? and at what is level of experience of the audience is this book targeting?
Thank you.
 
Author
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Chuan Ren:
I have just started to develop a small program using JSP and Servlet and are looking for a way to test the code. Does "JUnit in Action" cover the testing of servlet and JSP code? and at what is level of experience of the audience is this book targeting?
Thank you.


See http://www.manning.com/massol (there's the TOC in the left menu). Answer is yes. I'd say the level is for all. It does not assume any knowledge about JUnit.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can I use JUnit to test C++ programs?
 
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the book simpley cover how the Servlets and JSPs should be tested or provide a more comprehensive overview of best practices and techniques to test webapps.
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Pradeep,
shorthands: No.
But: There are some ports from JUnit to C++: CppUnit and unit++.
Hope it helps
Detlev
 
Vincent Massol
Author
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Faisal Khan:
Does the book simpley cover how the Servlets and JSPs should be tested or provide a more comprehensive overview of best practices and techniques to test webapps.


It does (and more). Please see http://www.manning.com/massol/ and check the TOC.
reply
    Bookmark Topic Watch Topic
  • New Topic