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

Which of the following does MOT describe a reason why testing is necessary?

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

解説: (GoShiken メンバーにのみ表示されます)
Which of the following statements about test estimation approaches is CORRECT?

解説: (GoShiken メンバーにのみ表示されます)
A state transition diagram describes a control system's behavior in different operational modes. The initial state is"NORMAL MODE".
Which ONE of the following test cases covers anINVALID sequence?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following is a possible reason for introducing a defect in software code?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following statements about decision tables are TRUE?
I. Generally, decision tables are generated for low risk test items.
II. Test cases derived from decision tables can be used for component tests.
III. Several test cases can be selected for each column of the decision table.
IV. The conditions in the decision table represent negative tests generally.

解説: (GoShiken メンバーにのみ表示されます)
Given the following statements:
1.It can prevent defects by manual examination of the functional specification
2.It is effective since it can be performed very early in the software development life cycle
3.It can detect the failures in the running application
4.It can help eliminate defects in user stories
5.It can verify externally visible behaviors
Which set of statements represent values ONLY for static testing?

解説: (GoShiken メンバーにのみ表示されます)
Can "cost" be regarded as Exit criteria?

解説: (GoShiken メンバーにのみ表示されます)
The following part of a business process flow is specified; REPEAT (book a bill) UNTIL (User presses Cancel). How many test cases are necessary in order to achieve 100% branch coverage of the process flow?

解説: (GoShiken メンバーにのみ表示されます)
In which of the following test documents would you expect to find test exit criteria described9

解説: (GoShiken メンバーにのみ表示されます)
During component testing of a program if 100% decision coverage is achieved, which of the following coverage criteria is also guaranteed to be 100%?

解説: (GoShiken メンバーにのみ表示されます)
Determining the schedule for each testing activity and test milestones for a test project, using activity estimates, available resources, and other constraints is a typical task performed during

解説: (GoShiken メンバーにのみ表示されます)
Which TWO of the following are benefits of continuous integration?
I. Allows earlier detection and easier root cause analysis of integration problems and conflicting changes.
II. Removes the need for manual test analysis, design and execution.
Hi. Removes the dependency on automated regression packs when integrating larger systems, or components.
iv. Gives the development team regular feedback on whether the code is working.
Select the correct answer:

解説: (GoShiken メンバーにのみ表示されます)
Which ONE of the following options CANNOT be subjected to static analysis?

解説: (GoShiken メンバーにのみ表示されます)
As a tester, as part of a V-model project, you are currently executing some tests aimed at verifying if a mobile app asks the user to grant the proper access permissions during the installation process and after the installation process. The requirements specification states that in both cases the app shall ask the user to grant access permissions only to the camera and photos stored on the device. However, you observe that the app also asks the user to grant access permission to all contacts on the device. Consider the following items:
[I]. Test environment
[ii]. Expected result
[iii]. Actual result.
[IV] Test level.
[V]. Root cause.
Based on only the given information, which of the items listed above, are you able to CORRECTLY specify in a defect report?

解説: (GoShiken メンバーにのみ表示されます)
For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

解説: (GoShiken メンバーにのみ表示されます)