Premium Partner

Program Testing

Software Design & Development

Software Design & Development

Nicht sichtbar

Nicht sichtbar

Kartei Details

Karten 7
Sprache English
Kategorie Informatik
Stufe Mittelschule
Erstellt / Aktualisiert 25.03.2013 / 18.01.2019
Lizenzierung Kein Urheberrechtsschutz (CC0)
Weblink
https://card2brain.ch/box/program_testing
Einbinden
<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.