Automated Software Testing Techniques leaf node


URI

https://openalex.org/T10743

Label

Automated Software Testing Techniques

Description

This cluster of papers encompasses a wide range of advancements in automated software testing techniques, including topics such as software fault localization, mutation testing, search-based testing, symbolic execution, test case prioritization, dynamic test generation, program repair, model-based testing, and fuzzing.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T10743> a skos:Concept ;
    rdfs:label "Automated Software Testing Techniques"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Automated_software_testing>,
        <https://openalex.org/T10743> ;
    skos:broader oasubfields:1712 ;
    skos:definition "This cluster of papers encompasses a wide range of advancements in automated software testing techniques, including topics such as software fault localization, mutation testing, search-based testing, symbolic execution, test case prioritization, dynamic test generation, program repair, model-based testing, and fuzzing."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Automated Software Testing Techniques"@en ;
    openalex:cited_by_count 751575 ;
    openalex:works_count 49237 .