Testing Web Applications
Testing Web Applications
Testing Web Applications
APPLICATION
S
CHAPTER – 7
TESTING TERMINOLOGY
TESTING OBJECTIVES
TEST LEVELS
TEST APPROACHES
TEST DIMENSIONS
Testing WebApps
10
Overview
CuTest is a unit testing library for the C language. It can be
used to do Extreme Programming and Test-First
Development in the C language. It's a fun and cute library
that will make your programming fun and productive.
Benefits
Lower Defects. The tests ensure that your code keeps
Easy to Deploy. Just drop the two files into your source
tree.
Highly Portable. Works with all major compilers on