Submitting Form Data
Problem
You want to verify that your servlet correctly handles form parameters.
Solution
Write a ServletTestCase
to simulate passing valid
and invalid form parameters to a servlet.
Discussion
Most web applications have some sort of user input. A good example is a page for new customers to create an account. The page might ask for name, address, age, and gender. In the web world, this calls for an HTML form containing ...
Get Java Extreme Programming Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.