CTFL-Foundation Exam Question 76
Consider the following code:
int premium=2500;
if (age<30)
{
Premium = premium + 1500;
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
int premium=2500;
if (age<30)
{
Premium = premium + 1500;
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
CTFL-Foundation Exam Question 77
What does the term "Pesticide paradox" refer to?
CTFL-Foundation Exam Question 78
Which of the following statements is NOT correct?
CTFL-Foundation Exam Question 79
Which of the following is NOT a deciding factor in determining the extent of testing required?
CTFL-Foundation Exam Question 80
Which of the following statements is NOT correct?
