최신 CTFL18 무료덤프 - BCS ISTQB Certified Tester Foundation Level 2018
garden irrigation system allows the user to specify 2 inputs.
1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times
2. Duration - The duration of operation, in whole minutes, each time it is switched on, ranging from 1 to 60 Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?
1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times
2. Duration - The duration of operation, in whole minutes, each time it is switched on, ranging from 1 to 60 Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?
정답: C
Which of the following can be a common objective of testing?
정답: D
Which of the following errors CANNOT be found with structure-based testing techniques?
정답: C
Where and by whom is Beta testing normally performed?
정답: C
Which of the following is most likely to be performed by developers?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
A system is designed to accept values of examination marks as follows:
Fail:0-39 inclusive
Pass:40-59 inclusive
Merit:60-79 inclusive
Distinction:80-100 inclusive
In which of the following sets of values are all values in different equivalence partitions?
Fail:0-39 inclusive
Pass:40-59 inclusive
Merit:60-79 inclusive
Distinction:80-100 inclusive
In which of the following sets of values are all values in different equivalence partitions?
정답: A
Which set of test data (representing ages of human beings in years) given below shows equivalence partitioning to verify if a customer is in its thirties (A person whose age is between thirty and thirty-nine years, inclusive) or not?
정답: A
Which of the following statements is the best explanation why software failures can be caused by environmental conditions?
정답: B
Which is not the fundamental test process?
정답: A
A system sets new users' password to a temporary password. The temporary password is a random number based on the first six characters of the username.
If the username is shorter than 6 characters, the system displays an error message.
Which of the following is a possible representation of equivalence classes for the username string?
If the username is shorter than 6 characters, the system displays an error message.
Which of the following is a possible representation of equivalence classes for the username string?
정답: D
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment?
Assume that the two conditions are independent of each other : -if (Condition 1)then statement
1else statement 2if (Condition 2)then statement 3
Assume that the two conditions are independent of each other : -if (Condition 1)then statement
1else statement 2if (Condition 2)then statement 3
정답: C
What is the value of static code analysis?
정답: A
Which of the following is an approach that can be used for exploratory testing?
정답: A
Which of the following characteristics of good testing apply to any software development life cycle model?
정답: A
To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:
정답: B
The business has asked for a weekly progress report. Which of the following would be appropriate as a measure of test coverage?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
The purpose of exit criteria is:
정답: B