作者: Nirav Desai , Hema Gaikwad
DOI: 10.1109/CCAA.2015.7148497
关键词: Graph partition 、 Graph product 、 Computer science 、 Theoretical computer science 、 Dependency graph 、 Software 、 Partition (database) 、 Graph rewriting 、 Clique-width 、 Binary search algorithm
摘要: In this paper a technique is proposed to simplify testing of software using dependency graphs. Dependency graphs help highlight dependencies in the and isolate pieces code that would run independent each other. By doing graph based tests, we could ensure full path coverage. Also, if defects are found, different parts through use partitioning techniques. A binary search for defect over then source defect. Graph partition into 2 halves or dependent with input output clearly mapped. test on half one other half. Each identified part further be tested same till identified.