Premium Partner

Program Testing

Software Design & Development

Software Design & Development

Invisible

Invisible

Set of flashcards Details

Flashcards 7
Language English
Category Computer Science
Level Secondary School
Created / Updated 25.03.2013 / 18.01.2019
Licencing No Copyright (CC0)
Weblink
https://card2brain.ch/box/program_testing
Embed
<iframe src="https://card2brain.ch/box/program_testing/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

Program Testing.

 

 

A number of modules contained in the entire program tested together to ensure that the entire program works.

Module Testing.

Testing of individual subprograms to ensure correct input and output.

System Testing.

The program is tested within the real environment and its interactions with other programs and various hardware configurations.

Black-Box Testing.

The inputs and expected outputs are known however the processes are unknown.

White-Box Testing.

This is where the testing technique whereby explicit knowledge of the internal workings of the item being tested is being used.

Alpha Testing.

Testing of the final solution by personnel within the software development company prior to the product's release.

Beta Testing.

Testing the final solution by a limited number of users outside the software development company using real world data and conditions.