Monkey testing (original) (raw)
Monkey-Testing (eng. Affentesten) ist eine Technik des Softwaretestens, bei der simuliert wird, ein Affe würde die Anwendung nutzen, d. h. es werden zufällige Eingaben auf der Benutzeroberfläche erzeugt und dabei überprüft, ob die Anwendung oder das System abstürzt. Der Affentest ist also die Extremform des Negativtests.
Property | Value |
---|---|
dbo:abstract | Monkey-Testing (eng. Affentesten) ist eine Technik des Softwaretestens, bei der simuliert wird, ein Affe würde die Anwendung nutzen, d. h. es werden zufällige Eingaben auf der Benutzeroberfläche erzeugt und dabei überprüft, ob die Anwendung oder das System abstürzt. Der Affentest ist also die Extremform des Negativtests. (de) In software testing, monkey testing is a technique where the user tests the application or system by providing random inputs and checking the behavior, or seeing whether the application or system will crash. Monkey testing is usually implemented as random, automated unit tests. While the source of the name "monkey" is uncertain, it is believed by some that the name has to do with the infinite monkey theorem, which states that a monkey hitting keys at random on a typewriter keyboard for an infinite amount of time will almost surely type a given text, such as the complete works of William Shakespeare. Some others believe that the name comes from the classic Mac OS application "The Monkey" developed by Steve Capps prior to 1983. It used journaling hooks to feed random events into Mac programs, and was used to test for bugs in MacPaint. Monkey Testing is also included in Android Studio as part of the standard testing tools for stress testing. (en) Мавпячий тест (англ. Monkey Test) — у автоматизований тест комп'ютерної програми, який виконується без специфічного, чітко визначеного . Назва є метафоричною, мається на увазі, що операції введення даних є випадкові та беззмістовні, як наче їх виконує мавпа. Наприклад, мавпячий тест може вводити довільні рядки в поля вводу, щоб перевірити коректність роботи системи у випадку введення будь-яких можливих даних. Дані введення можуть бути заданими наперед, випадковими генерованими, генерованими з урахування статистики користувача. (uk) |
dbo:wikiPageID | 3128547 (xsd:integer) |
dbo:wikiPageLength | 5507 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1120784103 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Almost_surely dbc:Software_testing dbr:Classic_Mac_OS dbr:Random_testing dbr:Android_Studio dbr:MacPaint dbr:Fuzz_testing dbr:Stress_testing_(software) dbr:Ad_hoc dbr:Ad_hoc_testing dbr:William_Shakespeare dbr:Randomness dbr:Software_testing dbr:Infinite_monkey_theorem dbr:Unit_testing dbr:Steve_Capps dbr:Typewriter_keyboard |
dbp:wikiPageUsesTemplate | dbt:About dbt:Citation_needed |
dcterms:subject | dbc:Software_testing |
rdfs:comment | Monkey-Testing (eng. Affentesten) ist eine Technik des Softwaretestens, bei der simuliert wird, ein Affe würde die Anwendung nutzen, d. h. es werden zufällige Eingaben auf der Benutzeroberfläche erzeugt und dabei überprüft, ob die Anwendung oder das System abstürzt. Der Affentest ist also die Extremform des Negativtests. (de) Мавпячий тест (англ. Monkey Test) — у автоматизований тест комп'ютерної програми, який виконується без специфічного, чітко визначеного . Назва є метафоричною, мається на увазі, що операції введення даних є випадкові та беззмістовні, як наче їх виконує мавпа. Наприклад, мавпячий тест може вводити довільні рядки в поля вводу, щоб перевірити коректність роботи системи у випадку введення будь-яких можливих даних. Дані введення можуть бути заданими наперед, випадковими генерованими, генерованими з урахування статистики користувача. (uk) In software testing, monkey testing is a technique where the user tests the application or system by providing random inputs and checking the behavior, or seeing whether the application or system will crash. Monkey testing is usually implemented as random, automated unit tests. Monkey Testing is also included in Android Studio as part of the standard testing tools for stress testing. (en) |
rdfs:label | Monkey Testing (de) Monkey testing (en) Мавпячий тест (uk) |
owl:sameAs | wikidata:Monkey testing dbpedia-de:Monkey testing dbpedia-fa:Monkey testing dbpedia-uk:Monkey testing https://global.dbpedia.org/id/2P1K7 |
prov:wasDerivedFrom | wikipedia-en:Monkey_testing?oldid=1120784103&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:Monkey_testing |
is dbo:wikiPageRedirects of | dbr:Monkey_test |
is dbo:wikiPageWikiLink of | dbr:Characterization_test dbr:Fuzzing dbr:Monkey_test |
is foaf:primaryTopic of | wikipedia-en:Monkey_testing |