0
1.3kviews
Illustrate process of graph-based testing with suitable example.
1 Answer
| written 6.8 years ago by |
i. Black-box methods based on the nature of the relationships (links) among the program objects (nodes), test cases are designed to traverse the entire graph
ii. Transaction flow testing – nodes represent steps in some transaction and links represent logical connections between steps that need to be validated
iii. Finite …