ISTQB CTFL v4.0 Sample Exam C

40問 · ISTQB Foundation Level (CTFL)

この試験セットで練習する
1.

Which of the following is a typical test objective?

2.

Which of the following statements BEST describes the difference between testing and debugging?

3.

The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

4.

Which TWO of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

5.

Given the following testware: 1. Coverage items 2. Change requests 3. Test execution schedule 4. Prioritized test conditions And the following test activities

6.

Which of the following statements about the different testing roles is MOST likely to be CORRECT?

7.

Which of the following is an advantage of the whole-team approach?

8.

Which of the following statements about the independence of testing is CORRECT?

9.

Which of the following is a good testing practice that applies to all software development lifecycles?

10.

Which of the following is an example of a test-first approach to development?

11.

Which of the following provides the BEST description of the shift-left approach?

12.

Which of the following is LEAST likely to occur as a result of a retrospective?

13.

Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?

14.

The navigation system software has been updated due to it suggesting routes that break traffic laws, such as driving the wrong way down one-way streets. Which of the following BEST describes the testing that will be performed?

15.

Given the following example defects: i. Two different parts of the design specification disagree due to the complexity of the design ii. A response time is too long and so makes users lose patience iii. A path in the code cannot be reached during execution iv. A variable is declared but never subsequently used in the program v. The amount of memory needed by the program to generate a report is too high Which of the following BEST identifies example defects that could be found by static testing (rather than dynamic testing)?

16.

Which of the following is a benefit of early and frequent stakeholder feedback?

17.

Given the following review types: 1. Technical review 2. Informal review 3. Inspection 4. Walkthrough And the following descriptions:

18.

Which of the following is a factor that contributes to a successful review?

19.

What is the MAIN difference between black-box test techniques and experience-based test techniques?

20.

You are testing a PIN validator, which accepts valid PINs and rejects invalid PINs. A PIN is a sequence of digits. A PIN is valid if it consists of four digits, at least two of which are different. You have identified the following valid equivalence partitions: Variable: PIN code length  The partition “length correct” - four-digit PINs  The partition “length incorrect” - PINs with length other than 4 Variable: Number of different digits  The partition “number of different digits correct” - PINs with at least two different digits  The partition “number of different digits incorrect” - PINs with all digits being the same Which of the following is a MINIMUM set of input test data that covers all identified equivalence partitions?

21.

W A developer was asked to implement the following business rule: INPUT: value (integer number) IF (value ≤ 100 OR value ≥ 200) THEN write “value incorrect” ELSE write “value OK” You design the test cases using 2-value boundary value analysis. Which of the following sets of test inputs achieves the greatest coverage?

22.

You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table. R1 R2 R3 C1: First attempt at the exam? - - F C2: Theoretical exam passed? T F - C3: Practical exam passed? T - F Issue a driving license? X Request additional driving lessons? X Request to take the exam again? X What test data will show that there are contradictory rules in the decision table?

23.

You are designing test cases based on the following state transition diagram: What is the MINIMUM number of test cases required to achieve 100% valid transitions coverage?

24.

You want to apply branch testing to the code represented by the following control flow graph. How many coverage items do you need to test?

25.

How can white-box testing be useful in support of black-box testing?

26.

Consider the following list:  Correct input not accepted  Incorrect input accepted  Wrong output format  Division by zero What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?

27.

Which of the following BEST describes how using checklist-based testing can result in increased coverage?

28.

Which of the following provides the BEST example of a scenario-oriented acceptance criterion?

29.

You are using acceptance test-driven development and designing test cases based on the following user story: As a Regular or Special user, I want to be able to use my electronic floor card, to access specific floors. Acceptance Criteria: AC1: Regular users have access to floors 1 to 3 AC2: Floor 4 is only accessible to Special users AC3: Special users have all the access rights of Regular users Which test case is the MOST reasonable one to test AC3?

30.

Which of the following is NOT a purpose of a test plan?

31.

At the beginning of each iteration, the team estimates the amount of work (in person-days) they will need to complete during the iteration. Let E(n) be the estimated amount of work for iteration n, and let A(n) be the actual amount of work done in iteration n. From the third iteration, the team uses the following estimation model based on extrapolation: 3 ∗ 𝐴(𝑛 − 1) + 𝐴(𝑛 − 2) 𝐸(𝑛) = 4 The graph shows the estimated and actual amount of work for the first four iterations. Estimated and actual effort (in person-days) 13 12 11 10 9 8 7 6 5 4 3 2 1 0 Iteration #1 Iteration #2 Iteration #3 Iteration #4 Estimated Actual What is the estimated amount of work for iteration #5?

32.

You are preparing a test execution schedule for executing seven test cases TC 1 to TC 7. The following figure includes the priorities of these test cases (1=highest priority, 3 = lowest priority). The figure also shows the dependencies between test cases using arrows. For instance, the arrow from TC 4 to TC 5 means that TC 5 can only be executed if TC 4 was previously executed. Which test case should be executed sixth?

33.

What does the test pyramid model show?

34.

What is the relationship between the testing quadrants, test levels and test types?

35.

Which of the following is an example of how product risk analysis may influence the thoroughness and scope of testing?

36.

Which of the following activities in the test process makes the MOST use of test progress reports?

37.

Which of the following is NOT an example of how configuration management supports testing?

38.

Consider the following defect report for a web-based shopping application: Application: WebShop v0.99 Defect: Login button not working Steps to Reproduce: Launch the website Click on the login button Expected result: The user should be redirected to the login page. Actual result: The login button does not respond when clicked. Severity: High Priority: Urgent What is the MOST important information that is missing from this report?

39.

Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

40.

Which of the following is MOST likely to be a benefit of test automation?