CTFL18 Exam Question 136
The following condition is given:
Integer x, y;
IF x > 0 AND x < 100
y=y+x;
END-IF
Using boundary analysis for x, which test cases are required?
Integer x, y;
IF x > 0 AND x < 100
y=y+x;
END-IF
Using boundary analysis for x, which test cases are required?
CTFL18 Exam Question 137
Which of the following is a factor that could negatively influence the success of the deployment of a tool within an organization?
CTFL18 Exam Question 138
Which of the following is NOT a valid use of decision coverage?
CTFL18 Exam Question 139
A washing machine has three temperature bands for different kinds of fabrics: fragile fabrics are washed at temperatures between 15 and 30 degrees Celsius; normal fabrics are washed at temperatures between 31 and 60 degrees Celsius; heavily soiled and tough fabrics are washed at temperatures between 61 and 100 degrees Celsius.
Which of the following contains only values that are in different equivalence partitions?
Which of the following contains only values that are in different equivalence partitions?
CTFL18 Exam Question 140
Choose below the best characterization of the difference between black-box testing and white- box testing
