"Der White Box Test testet hauptsä" von Englische Sprache Übersetzen
【 Deutsche Sprache 】
Der White Box Test testet hauptsächlich die interne Struktur des Programms. Die Testrichtung beginnt hauptsächlich von der Programmstruktur. Er testet, ob jedes Modul im Programm vernünftig genug ist und ob jeder unabhängige Teil effizient ist. Die am weitesten verbreitete und nützlichste Testmethode im White-Box-Test ist die logische Coverage-Methode. Die am häufigsten verwendeten Testmethoden umfassen Kontrollfluss, Datenfluss, Pfadanalyse und Programmvariation.
Black Box Testing ist ein Testfall, den der Tester nacheinander gemäß der im Vorfeld erstellten Anforderungsspezifikation durchführt. Der interne Aufbau des Programms und die Art des Programms müssen nicht im Testprozess berücksichtigt werden, sondern um festzustellen, ob das Programm gemäß den Bestimmungen der Anforderungsspezifikation läuft. Der Hauptteil des Tests besteht darin, die Funktionen der Schnittstelle und des Programms zu testen. Nachdem der Black-Box-Test schrittweise quantifiziert wird, kann die Qualität der Software bis zu einem gewissen Grad garantiert werden.
【 Englische Sprache 】
The White Box Test mainly tests the internal structure of the program. The test direction starts mainly from the program structure. It tests whether each module in the program is reasonable enough and whether each independent part is efficient. The most common and useful test method in the white box test is the logical coverage method. The most commonly used test methods include control flow, data flow, path analysis, and program variation.
Black Box Testing is a test case that the tester carries out one after the other according to the requirement specification created in advance. The internal structure of the program and the nature of the program need not be taken into account in the testing process, but to determine whether the program is running in accordance with the requirements specification. The main part of the test is to test the functions of the interface and the program. After the black box test is quantified step by step, the quality of the software can be guaranteed to a certain extent.