Please use decision table test method to design your tests . Please answer your questions below.
For the given AVL tree program https://www.geeksforgeeks.org/avl-tree-set-2-deletion/?ref=rp,
a) Please use the decision table testing method to generate your decision table for AVL Delete Node function. (7%)
b) Please generate test cases for this table. (10%)
c) What is the test complexity when you apply the decision table testing? (3%)
Comments
Leave a comment