fuzzing - traduction vers russe
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

fuzzing - traduction vers russe

AUTOMATED SOFTWARE TESTING TECHNIQUE
Fuzzer; Data-fuzzing; Fuzzers; Fuzz test; Fuzz tests; Fuzz tested; Fuzz tester; Fuzz testers; Fuzzing test; Test case reduction; Fuzz-testing; Fuzz testing; Fuzzing tool; Fuzztesting

fuzzing         
пыление (бумаги)
расплывчатый      
adj.
fuzzy
размытый      
adj.
diffusion, fuzzy, spreading, smearing; размытое множество, fuzzy set

Wikipédia

Fuzzing

In programming and software development, fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks. Typically, fuzzers are used to test programs that take structured inputs. This structure is specified, e.g., in a file format or protocol and distinguishes valid from invalid input. An effective fuzzer generates semi-valid inputs that are "valid enough" in that they are not directly rejected by the parser, but do create unexpected behaviors deeper in the program and are "invalid enough" to expose corner cases that have not been properly dealt with.

For the purpose of security, input that crosses a trust boundary is often the most useful. For example, it is more important to fuzz code that handles the upload of a file by any user than it is to fuzz the code that parses a configuration file that is accessible only to a privileged user.

Traduction de &#39fuzzing&#39 en Russe