CTFL-001試験無料問題集「ISQI ISTQB Certified Tester Foundation Level 認定」

Which of the following is a structure-based (white-box) technique?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following is a white box testing design characteristic?

Which TWO of the review types below are the BEST fitted (most adequate) options to choose for reviewing safety critical components in a software project? Select 2 options.

The four test levels defined for a common V-model testing approach are:

Incidents would not be raised against

When considering the roles of test leader and tester, which of the following tasks would NOT typically be performed by a tester?

Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID ver 1.3 10b iv) the validation screen should not accept future dated transactions. Test script TransVal 3.1 passes. Test script eod 1.4 tests end of day processing and is run after the execution of TransVal 3.1 using data entered during that test Which of the following is the BEST detail on an incident report? [K3]

Your task is to compile a test execution schedule for the current release of software.
The system specification states the following logical dependencies:
* An admin user must create/amend/delete a standard user.
* A standard user is necessary to perform all other actions.
The test plan requires that re-tests must be performed first, followed by the highest priority tests. To save time, the test plan states that tests should be scheduled to create test data for the subsequent tests in the schedule.
The following test cases have been designed, with an indication of priority (1 being the highest priority) and whether the test has previously failed.

Which test execution schedule meets the test plan requirements and logical dependencies?

Why might a RAD approach be a better option for the test manager rather than a sequential development? 2 credits

Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]

解説: (GoShiken メンバーにのみ表示されます)
Which of the following is true about the V-model?

An iPhone application identifies and counts all purchases of a particular product from a shopping website. The application incorrectly counts purchase attempts by including both failed attempts, and also those where the purchase was terminated by the user before completion. Testing has identified that the problem was located in the 'purchase identification' module, where the first stage in the purchasing process was counted, rather than a successful confirmed purchase.
Which of the following statements correctly identifies what has happened? [K2]

Consider the following pseudo code:
1 Begin
2 Read Time
3 If Time < 12 Then
4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time 12, "pm")
8 Endif
9 If Time = 12 Then
1 0 Print (Time, "noon")
1 1 Endif
1 2 End
How many test cases are needed to achieve 100 per cent decision coverage?

解説: (GoShiken メンバーにのみ表示されます)
Consider the following pseudo code:
1 Begin
2 Read Time
3 If Time < 12 Then
4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time 12, "pm")
8 Endif
9 If Time = 12 Then
1 0 Print (Time, "noon")
1 1 Endif
1 2 End
If the test cases Time = 11 and Time = 15 were input, what level of decision coverage would be achieved?

解説: (GoShiken メンバーにのみ表示されます)
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?