Istqb Benzer Sorular
Istqb Benzer Sorular
Istqb Benzer Sorular
Question #6 (1 Point)
Which types of failures (1-4) fit which test levels (A-D) BEST?
A. Component testing
C. System testing
D. Acceptance testing
You are testing a simplified apartment search form which has only two search criteria:
floor (with three possible options: ground floor; first floor; second or higher floor) garden type
(with three possible options: no garden; small garden; large garden)
Only apartments on the ground floor have gardens. The form has a built-in validation
mechanism that will not allow you to use the search criteria which violate this rule.
Each test has two input values: floor and garden type. You want to apply equivalence
partitioning (EP) to cover each floor and each garden type in your tests.
a) 3
b) 4
c) 5
d) 6
Which of the following BEST describes the concept behind error guessing?
a) Error guessing involves using your knowledge and experience of defects found in the past
and typical errors made by developers
b) Error guessing involves using your personal experience of development and the errors you
made as a developer
c) Error guessing requires you to imagine that you are the user of the test object and to guess
errors the user could make interacting with it
d) Error guessing requires you to rapidly duplicate the development task to identify the sort of
errors a developer might make
You are testing a mobile application that allows users to find a nearby restaurant based on the
type of food they want to eat. Consider the following list of test cases, priorities (i.e., a smaller
number means a higher priority), and dependencies:
Which of the following test cases should be executed as the third one?
a) TC 003
b) TC 005
c) TC 002
d) TC 001
Consider the following test categories (1-4) and agile testing quadrants (A-D):
1. Usability testing
2. Component testing
3. Functional testing
4. Reliability testing
A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
How do the following test categories map onto the agile testing quadrants?
Which of the following statements about quality assurance (QA) and/or quality control (QC) is
correct?
Question #4 (1 Point)
Which test activity involves working with test data requirements, test conditions, test
environment requirements and test cases?
a) Test design
b) Test execution
c) Test analysis
d) Test implementation
Question #8 (1 Point)
a) Test-Driven Development
b) Coverage-Driven Development
c) Quality-Driven Development
d) Feature-Driven Development
b) To be able to update and release systems on a more frequent basis, many automated
regression tests are required to reduce the danger of regression
c) To treat both developers and operations equally, the testers will allocate more effort to
release testing by operations using a shift-right approach
d) To create increased synergy between testers, developers and operations, the testing must
become fully automated with no manual testing
1. The quality characteristics to be evaluated and the exit criteria are selected
A. Individual review
B. Review initiation
C. Planning
Which of the following BEST matches the task descriptions and activities?
1. Scribe
2. Review leader
3. Facilitator
4. Manager
A. Ensures the effective running of review meetings and the setting up a safe review
environment
B. Records review information, such as decisions and new anomalies found during the review
meeting
C. Decides what is to be reviewed and provides resources, such as staff and time for the review
D. Takes overall responsibility for the review such as organizing when and where the review will
take place
You run two test cases, T1 and T2, on the same code. Test T1 achieved 40% statement coverage
and test T2 achieved 65% statement coverage.
a) The test suite composed with tests T1 and T2 achieves 105% statement coverage
b) There exists at least one statement that must have been executed by both T1 and T2
d) The test suite composed of tests T1 and T2 achieves full branch coverage
Which of the following BEST describes an example of how configuration management (CM)
supports testing?
a) Having the version number of the environment, the CM tool can retrieve the version
numbers of libraries, stubs and drivers used in that environment
b) Having a record of the values of the test inputs, the CM tool can execute the test cases for
these configurations and calculate test coverage
c) Having data about the date of purchase of a software license, the CM tool automatically
generates information about the fact that the product license is coming to an end
d) Having the version number of the test case, the CM tool can automatically generate test data
for this test case
You are testing a sort function that gets a set of numbers as input and returns the same set of
numbers sorted in ascending order. The log from the test execution looks as follows.
Environment configuration: sort function build 2.002.2182, test case set: TCS-3, # of TCs: 5 Test
run ID: 736 Start 12:43:21.003 12:43:21.003 Execution of TC1. Input: 3. Output: 3. Result:
passed 12:43:21.003 Execution of TC2. Input: 3 11 6 5. Output: 3 5 6 11. Result: passed
12:43:21.004 Execution of TC3. Input: 8 7 3 7 1. Output: 1 3 7 8. Result: failed 12:43:21.005
Execution of TC4. Input: -2 -2 -2 -3 -3. Output: -3 -2. Result: failed 12:43:21.005 Execution of
TC5. Input: 0 -2 0 3 4 4. Output: -2 0 3 4. Result: failed End 12:43:21.005 Total time of test cycle:
0:00:00.002
Which of the following provides the BEST description of the failure that can be used in a defect
report?
a) The system fails to sort several sets of numbers. Reference: TC3, TC4, TC5.
b) The system seems to disregard duplicates while sorting. Reference: TC3, TC4, TC5.
d) TC3, TC4 and TC5 have defects (duplicate input data) and should be corrected.
Question #5 (1 Point)
1. Coverage items
2. Change requests
A. Test analysis
B. Test design
C. Test implementation
D. Test completion
Which of the following BEST shows the testware produced by the activities?
1. Technical review
2. Informal review
3. Inspection
4. Walkthrough
A. Includes objectives such as gaining consensus, generating new ideas, and motivating authors
to improve
B. Includes objectives such as educating reviewers, gaining consensus, generating new ideas
and detecting potential defects
C. The main objective is detecting potential defects and it requires metrics collection to support
process improvement
D. The main objective is detecting potential defects and it generates no formal documented
output
Which of the following BEST matches the review types and the descriptions?
What is the MAIN difference between black-box test techniques and experience-based test
techniques?
d) The software development lifecycle (SDLC) in which the test technique can be used
Which of the following activities in the test process makes the MOST use of test progress
reports?
a) Test design
b) Test completion
c) Test analysis
d) Test planning
Question #4 (1 Point)
A. Test analysis
B. Test design
C. Test implementation
D. Test completion
Which of the following BEST matches the tasks with the activities?
Question #6 (1 Point)
Which of the following is MOST likely to describe a task performed by someone in a test
management role?
a) Behavior-Driven Development
c) Function-Driven Development
d) Performance-Driven Development
Which participant in the review process is responsible for ensuring that the review meetings
run effectively and that everyone at the meetings can voice their opinions freely?
a) Manager
b) Moderator
c) Chairperson
d) Review Leader
a) Scope creep
b) Poor architecture
c) Cost-cutting