What is arc testing?

Questions by shobhakazi

Showing Answers 1 - 9 of 9 Answers

Hi
Arc testing is a test case design technique for a component in which test cases are designed for branch outcomes.

In simple words Arc testing is just the synonym for Branch testing which test cases are used to test or execute the branches in the code.

Ex : Any conditional branching like If-else or nested If.

  Was this answer useful?  Yes

Hi,

Arc testing is also known as branch testing.

Arc testings purpose is to cover every possible branch(i.e. conditional and unconditional) of the code.
So the Test Cases are written accordingly.

Thanks

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions