Answer Posted / mfsi_chinmayb`
Hi
Dead code (a.k.a Unreachable code),as the name suggests is
the portion of the code which is never executed.
Point out the word NEVER , as the code above that made the
break before that and the execution of that never come.
Ex:
int function(a,b)
{
int z;
return a+b;
z=a*b; //It will never be executed
}
The above is the example for a Statement . There might a big
function which is never executed.In larger programs 5-10% of
dead code can be found.
Note : If a program is smaller in size error code can be
checked manually.But for larger program we have automated
tools like: TrueCoverage etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to creat 2 test plan in 2 different environment exp:tour and travel
Need to know about Quality Center in brief
what are the possible test cases for online jobs search portal..if its a job seeker module and any 1 if u had worked on this proj pls share the bugs with sev and priority pls frends i need replies for these queries ..thanks in advance
Hello can anybody list out supported and unsupported browsers for Window OS,Android OS,MAC OS Ubuntu
How to validate a Testcase.and is the testing Methodology.
What exactly is quality control?
Explain what is exhaustive testing?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
what is the difference between website and web based application ?
What is verification in software testing?
How do you know the code has met specifications?
How to explain the Insurance project in the interview?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
What is an exit criteria?
what is prototyping model,RAD model V model, spiral model?????