Question: If we have a program which has 10 independent if...then...else... statements, there are totally 210 execution paths. Suppose that, on average, each test case needs
If we have a program which has 10 independent if...then...else... statements, there are totally 210 execution paths. Suppose that, on average, each test case needs 50 microseconds to exercise one execution path and the program itself takes 100 microseconds. If we write a test case for each possible execution path, how much time does it take to run all the test cases?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
