Computer Science, asked by muskgupta32, 4 months ago

Which graph theory concept is useful in software testing? *​

Answers

Answered by dhruv2220
0

Answer:

A graph matrix is a data structure that can assist in developing a tool for automation of path testing. Properties of graph matrices are fundamental for developing a test tool and hence graph matrices are very useful in understanding software testing concepts and theory.

Explanation:

follow me

Answered by asitpaul2015ap
0

Answer:

One derived graph known as a cyclomatic tree is of particular value in program testing. It is so named because the number of leaves of the tree is equal to the cyclomatic number of the program graph. A thorough treatment of cyclomatic numbers is provided in [3].

Similar questions