CTFL18 Exam Question 131
What is a "test harness"?
CTFL18 Exam Question 132
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.
CTFL18 Exam Question 133
Which of the following is NOT an example of a typical risk-based testing activity?
CTFL18 Exam Question 134
To which of the following test levels can regression testing be applied?
I. Component Testing
II. Integration Testing
III. System Testing
IV. Acceptance Testing
I. Component Testing
II. Integration Testing
III. System Testing
IV. Acceptance Testing
CTFL18 Exam Question 135
Which of the following team roles would be most appropriate to enhance the team and why?

