An Entity of Type: Abstraction100002137, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Dynamic testing (or dynamic analysis) is a term used in software engineering to describe the testing of the dynamic behavior of code. That is, dynamic analysis refers to the examination of the physical response from the system to variables that are not constant and change with time. In dynamic testing the software must actually be compiled and run. It involves working with the software, giving input values and checking if the output is as expected by executing specific test cases which can be done manually or with the use of an automated process. This is in contrast to static testing. Unit tests, integration tests, system tests and acceptance tests utilize dynamic testing. Usability tests involving a mock version made in paper or cardboard can be classified as static tests when taking into

Property Value
dbo:abstract
  • Dynamic testing (or dynamic analysis) is a term used in software engineering to describe the testing of the dynamic behavior of code. That is, dynamic analysis refers to the examination of the physical response from the system to variables that are not constant and change with time. In dynamic testing the software must actually be compiled and run. It involves working with the software, giving input values and checking if the output is as expected by executing specific test cases which can be done manually or with the use of an automated process. This is in contrast to static testing. Unit tests, integration tests, system tests and acceptance tests utilize dynamic testing. Usability tests involving a mock version made in paper or cardboard can be classified as static tests when taking into account that no program has been executed; or, as dynamic ones when considering the interaction between users and such mock version is effectively the most basic form of a prototype. (en)
  • Dynamische Software-Testverfahren sind bestimmte Prüfmethoden, um mit Softwaretests Fehler in der Software aufzudecken. Besonders sollen Programmfehler erkannt werden, die in Abhängigkeit von dynamischen Laufzeitparametern auftreten, wie variierende Eingabeparameter, Laufzeitumgebung oder Nutzer-Interaktion. (de)
  • Bij nieuw ontwikkelde computerprogrammatuur is er aanvankelijk sprake van een testfase waarbij gekeken wordt of het programma aankan waar het voor bedoeld is. Daar zijn verschillende methoden voor. Voor een dynamische expliciete test wordt een aantal testgevallen opgesteld met de daarbij behorende verwachte uitkomsten. Nadat deze testgevallen zijn geaccordeerd worden deze in het te testen systeem ingevoerd. Voor het opzetten van een dergelijk testgeval kan gebruikgemaakt worden van al dan niet geformaliseerde testspecificatietechnieken. Dit invoeren kan op verschillende manieren plaatsvinden, afhankelijk van de omgeving en het type systeem. Zo zullen in systemen met een user interface zoals een Graphical User Interface (GUI), de waarden en acties via het scherm worden ingevoerd (syntactische test), terwijl bij een systeem zonder user interface gebruikgemaakt zal moeten worden van hulpmiddelen zoals en of gespecialiseerde testbanken. In alle gevallen geldt dat bij een dynamische expliciete test de testgevallen in het systeem worden ingevoerd en de verwachte resultaten in een rapport worden vastgelegd. Voor diverse dynamische tests kunnen hulpmiddelen worden gebruikt om de tests te automatiseren. Denk hierbij aan voor uitvoeren van op systemen met een user interface. (nl)
  • Testy dynamiczne polegają na testowaniu działania całości lub części programu poprzez uruchamianie i porównywanie danych wyjściowych z oczekiwanymi. Testy dynamiczne są najczęściej wykonywane po testach statycznych. (pl)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 6109829 (xsd:integer)
dbo:wikiPageLength
  • 4541 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1060665464 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Dynamische Software-Testverfahren sind bestimmte Prüfmethoden, um mit Softwaretests Fehler in der Software aufzudecken. Besonders sollen Programmfehler erkannt werden, die in Abhängigkeit von dynamischen Laufzeitparametern auftreten, wie variierende Eingabeparameter, Laufzeitumgebung oder Nutzer-Interaktion. (de)
  • Testy dynamiczne polegają na testowaniu działania całości lub części programu poprzez uruchamianie i porównywanie danych wyjściowych z oczekiwanymi. Testy dynamiczne są najczęściej wykonywane po testach statycznych. (pl)
  • Dynamic testing (or dynamic analysis) is a term used in software engineering to describe the testing of the dynamic behavior of code. That is, dynamic analysis refers to the examination of the physical response from the system to variables that are not constant and change with time. In dynamic testing the software must actually be compiled and run. It involves working with the software, giving input values and checking if the output is as expected by executing specific test cases which can be done manually or with the use of an automated process. This is in contrast to static testing. Unit tests, integration tests, system tests and acceptance tests utilize dynamic testing. Usability tests involving a mock version made in paper or cardboard can be classified as static tests when taking into (en)
  • Bij nieuw ontwikkelde computerprogrammatuur is er aanvankelijk sprake van een testfase waarbij gekeken wordt of het programma aankan waar het voor bedoeld is. Daar zijn verschillende methoden voor. Voor een dynamische expliciete test wordt een aantal testgevallen opgesteld met de daarbij behorende verwachte uitkomsten. Nadat deze testgevallen zijn geaccordeerd worden deze in het te testen systeem ingevoerd. Voor het opzetten van een dergelijk testgeval kan gebruikgemaakt worden van al dan niet geformaliseerde testspecificatietechnieken. (nl)
rdfs:label
  • Dynamisches Software-Testverfahren (de)
  • Dynamic testing (en)
  • Testy dynamiczne (pl)
  • Dynamisch testen (nl)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License