Hi. Could you recommend some books on Java web application testing? Thanks.
+1
A:
The best JUnit Book available (IMHO) http://www.manning.com/rainsberger/
Griff
2010-08-12 17:05:37
Looks like the book is old. How about JUnit in Action?
zihaoyu
2010-08-13 00:36:41
JUnit in Action is also an old book, even older than JUnit Recipes. Both are valuable if you can afford it. Because they are older, you should be able to get them at a discount. Check out Swaptree.com to trade books, I've made 50+ trades there for old computer books. What I like about JUnit Recipes is the very specific scenarios for testing in container resources, and a lot of mock object testing scenarios to test in container resources. Also a good resource for XMLUnit info.
Griff
2010-08-13 15:44:53
A:
Why Java specific? I like this one a lot: http://www.amazon.com/Testing-Applications-Web-Planning-Internet-Based/dp/0471201006
This one is also good: http://www.amazon.com/Web-Testing-Companion-Efficient-Effective/dp/0471430218/ref=pd_sim_b_2
Ruby8848
2010-08-20 12:21:39