Software Engineering - Software Engineering Section 3

Avatto > > UGC NET COMPUTER SCIENCE > > PRACTICE QUESTIONS > > Software Engineering > > Software Engineering Section 3

86. Testing can

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


87. Testing is best done

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


88. Clinton wants to test his module where he had forgotten to initialize x
If x = 0 then
Write ("abnormal")
Else
Write ("normal");
End if;

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


89. Ramesh wants to test the following program by generating random test values for x and y. The error in the program is z = 22 should be there
read (x);
read ( y);
If (x== y) then
z = 2;
else
z = 0;
end If;

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *