Since the advent of high level languages, the practice of developing software in a
different environment to the environment in which it will eventually be used has become
common. The development environment is referred to as the host, and the environment
in which the software will be used is referred to as the target. Such a development
strategy is referred to as host-target development, and the associated testing practices
as host-target testing or cross-testing.
View Complete Post