Print Page | Close Window

Integration Testing a Simple CRUD Application

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Integration Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Integration Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1088
Printed Date: 31Dec2024 at 12:12am


Topic: Integration Testing a Simple CRUD Application
Posted By: tanu_2006
Subject: Integration Testing a Simple CRUD Application
Date Posted: 29Apr2007 at 10:53pm
The introduction showed how to get started testing and implementing a web application. I will now describe how to test a full-fledged application. The application will allow for retrieving and updating of a domain object, demonstrating the R and U of the acronym CRUD (Create Retrieve Update Delete). The C (create) and the D (delete) are left as exercises to the reader.

The article will not describe how to implement the code to make the tests pass, but only the tests themselves. If you're curious about the specifics, please see the companion source code (in the Resources section).



Print Page | Close Window