Configuration Testing

Configuration Testing is the type of software testing which verifies the performance of the system under development against various combinations of software and hardware to find out the best configuration under which the system can work without any flaws or issues while matching its functional requirements.

Configuration Testing is the process of testing the system under each configuration of the supported software and hardware. Here, the different configurations of hardware and software means the multiple operating system versions, various browsers, various supported drivers, distinct memory sizes, different hard drive types, various types of CPU etc.

Objectives of Configuration Testing:

  • To determine whether the software application fulfills the configurability requirements.
  • To identify the defects that were not efficiently found during different testing processes.
  • To determine an optimal configuration of the application under test.
  • To do analyse of the performance of software application by changing the hardware and software resources.
  • To do analyse of the system efficiency based on the prioritization.
  • To verify the degree of ease to how the bugs are reproducible irrespective of the configuration changes.

Types of Configuration Testing:
Configuration testing is of 2 types:

  1. Software Configuration Testing:
    Software configuration testing is done over the Application Under Test with various operating system versions and various browser versions etc. It is a time consuming testing as it takes long time to install and uninstall the various software which are to be used for testing. When the build is released, software configuration begins after passing through the unit test and integration test.
  2. Hardware Configuration Testing:
    Hardware configuration testing is typically performed in labs where physical machines are used with various hardware connected to them.
    When a build is released, the software is installed in all the physical machines to which the hardware is attached and the test is carried out on each and every machine to confirm that the application is working fine. While doing hardware configuration test, the kind of hardware to be tested is spelled out and there are several computer hardware and peripherals which make it next to impossible to execute all the tests.

Leave a comment

Your email address will not be published. Required fields are marked *