Bug Isolation

What is Bug isolation? Give some example in C++

Questions by kakaba

Showing Answers 1 - 3 of 3 Answers

The indicated bug not only there in one covered area, it should predicate to other places too...
suppose if a function is defined and parameter is passed with different set variables.
the simillar function is used in many areas with overriding concept
if the bug is there in the Variable passing parameter.. the same kind of bug would be there in the another function call places also..
Which means the same bug effect in another areas with multiple set...

Tester can looked out this kind of bugs by Overrun the execution phase

  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