Wednesday, March 31, 2010

what is configuration testing

Answer
# 1 During this testing tester validate how well our current
project is able to supports on different types of hardware
technologies like as different types of printers,n/w
interface cord(NIC),topology etc.this testing is also
called as hardware testing or portable testing

# 2
Configuration testing is the process of testing a system
under development on machines which have various
combinations of hardware and software.

In many situations the number of possible configurations is
far too large to test. For example, suppose you are a
member of a test team which working on some desktop user
application. The number of combinations of operating system
versions, memory sizes, hard drive types, CPUs alone could
be enormous. If you target only 10 different operating
system versions, 8 different memory sizes, 6 different hard
drives, and 7 different CPUs, there are already 10 * 8 * 6
* 7 = 3,360 different hardware configurations.

Then if you add various software components such as Web
browser version, anti-virus software, earlier versions of
the system under development, the number of possible
configurations quickly becomes unmanageable. Note that not
all software development efforts necessarily face an
unmanageable number of configurations. For example,
software developed for specific, non-PC hardware devices
may have only a handful of hardware and software
configurations.

No comments: