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

Which of the following BEST matches the descriptions with the different categories of test techniques?
1.Test cases are based on the test basis which may include the requirements, use cases and user stories
2.Test cases are based on the test basis which may include the software architecture or code
3.Test cases can show deviations from the requirements
4.These test techniques are applicable to both functional and non-functional testing
5.Tests are based on knowledge of developers, users and other stakeholders Black - Black-box test techniques White * White-box test techniques Experience - Experience-based test techniques

解説: (GoShiken メンバーにのみ表示されます)
For each test case to be executed, the following table specifies its dependencies and the required configuration of the test environment for running such test case:

Assume that C0NF1 is the initial configuration of the test environment Based on this assumption, which of the following is a test execution schedule that is compatible with the specified dependencies and allows minimising the number of switches between the different configurations of the test environment^

解説: (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 メンバーにのみ表示されます)
A system has a self-diagnostics module that starts executing after the system is reset. The diagnostics are running 12 different tests on the systems memory hardware. The following is one of the requirements set for the diagnostics module:
'The time taking the diagnostics tests to execute shall be less than 2 seconds' Which of the following is a failure related to the specified requirement?

解説: (GoShiken メンバーにのみ表示されます)
Given the following review process main activities and specific review activities:
a.Planning
b.Initiate review
c.Issue communication and analysis
d.Fixing and reporting
1.Creating defect reports
2.Estimating effort and timeframe
3.Recording updated status of defects
4.Selecting the people to participate
5.Distributing the work product and other material
6.Evaluating the review findings
Which of the following BEST matches the review process main activities with the appropriate specific review activities?

解説: (GoShiken メンバーにのみ表示されます)
Which ONE of the following options BEST describes Behavior-Driven Development (BDD)?

解説: (GoShiken メンバーにのみ表示されます)
4 equivalence classes are given for integer values:
0 < x <100
100<= x <= 200
200 < x < 500
x >= 500
Which of the following options represent correct set of data for valid equivalence class partitions?

解説: (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 is correct with regards to debugging?

解説: (GoShiken メンバーにのみ表示されます)
A program got 100% decision coverage in a test. Which of the following statements is then guaranteed to be true?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following statements about re-testing and regression testing are TRUE?
I Re-testing should be performed after a defect is fixed.
II Regression testing should always be performed after a defect is fixed.
III. Re-testing and regression testing may be performed at any test level.
IV Regression testing may include functional, non-functional and structural testing.
V. Re-testing should be included in the debugging activity.

解説: (GoShiken メンバーにのみ表示されます)
Your manager asked you when testing will be complete. In order to answer this question, you'll most likely use:

解説: (GoShiken メンバーにのみ表示されます)
A system computes prices for bus tickets. The price depends on
- the passenger type (baby, child, adult, senior citizen, student, military)
- the travelling type (as single or in a group)
- the distance (zone 1. 2. 3)
- the kind of transport (ordinary, express)
Which of the following test techniques is the most appropriate one for testing the price computation?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following is the BEST reason for selecting a particular type of software development lifecycle model?

解説: (GoShiken メンバーにのみ表示されます)
Who of the following has the best knowledge to decide what tests in a test project should be automated?

解説: (GoShiken メンバーにのみ表示されます)
You are performing the role of tester on an Agile project. Which of the following tasks would be your responsibility?
i. Understanding, implementing, and updating the test strategy.
II. Ensuring the proper use of testing tools.
Hi. Coaching other team members in the relevant aspects of testing.
iv. Actively collaborating with developers and business stakeholders to clarify requirements, especially in terms of testability, consistency, and completeness.
v. Participating proactively in team retrospective meeting, suggesting and implementing improvements.
Select the correct answer:

解説: (GoShiken メンバーにのみ表示されます)
Which type of software development product can undergo static testing?

解説: (GoShiken メンバーにのみ表示されます)
A software module to be used in a mission critical application incorporates an algorithm for secure transmission of data.
Which review type is most appropriate to ensure high quality and technical correctness of the algorithm?

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

解説: (GoShiken メンバーにのみ表示されます)
Which of the following is a key characteristic of informal reviews?

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