Assignment Question List for Assignment 2
Assignment Question List for Assignment 2
Question #2 (1 Point)
Which of the following is an example of why testing is necessary?
a) Dynamic testing increases quality by causing test objects to fail in ways that could never be
achieved by the users
b) Static testing is used by developers to identify failures in their program code earlier than can
be achieved through dynamic testing
c) Static analysis provides evidence to customers that the elements of the system that provide
no outputs are t for release
d) Reviews increase the quality of requirements speci cations and lead to fewer changes being
needed in derived work products
Select ONE option.
Question #3 (1 Point)
One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the
following is an example of addressing this principle in practice?
a) Creating test cases that cover every possible speci ed output
b) Documenting all possible test input variations and prioritizing these based on importance
c) Starting testing as early as possible with reviews and other static testing approaches
d) Using equivalence partitioning and boundary value analysis to generate test cases
Select ONE option.
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
Select ONE option
Question #5 (1 Point)
Which of the following factors (i-v) have SIGNIFICANT in uence on the test process?
i. The SDLC
ii. The number of defects detected in previous projects
iii. The identi ed product risks
iv. New regulatory requirements forcing formal white-box testing
v. The test environment setup
a) i, ii have signi cant in uence
b) i, iii, iv have signi cant in uence
c) ii, iv, v have signi cant in uence
d) iii, v have signi cant in uence
Select ONE option.
Question #6 (1 Point)
Which of the following is MOST likely to describe a task performed by someone in a test
management role?
fi
fi
fi
fi
fi
fi
fl
fl
fl
fl
fi
fi
fl
a) Evaluate test basis and test object
b) De ne test environment requirements
c) Assess testability of test object
d) Create test completion report
Select ONE option.
Question #7 (1 Point)
Which of the following is MOST likely to be an example of a tester using a generic skill when
testing?
a) The tester’s deep knowledge of a variety of computer games meant that they got on well
with one of the developers who was also into gaming
b) The tester was a former pilot and was better able to understand the acceptance criteria for
the helicopter control system
c) The tester previously worked as a programmer and used their skills in this area to better
communicate with the business analysts
d) The tester was very careful not to make mistakes when they methodically generated test
cases prior to starting their exploratory testing session
Select ONE option.
Question #8 (1 Point)
How is the whole team approach present in the interactions between testers and business
representatives?
a) Business representatives decide on test automation approaches
b) Testers help business representatives to de ne test strategy
c) Business representatives are not part of the whole team approach
d) Testers help business representatives to create suitable acceptance tests
Select ONE option.
Question #9 (1 Point)
Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In
which SDLC models does this rule hold?
a) Only in sequential SDLC models
b) Only in iterative SDLC models
c) Only in iterative and incremental SDLC models
d) In sequential, incremental, and iterative SDLC models
Select ONE option.
A. Component testing
B. Component integrationtesting
C. System testing
D. Acceptance testing
Which of the following BEST matches the review types and the descriptions?
a) 1A, 2B, 3C, 4D
b) 1A, 2D, 3C, 4B
c) 1B, 2C, 3D, 4A
d) 1C, 2D, 3A, 4B
Select ONE option.
For every tenth wash the system gives a 10% discount, and for every twentieth wash, the
system gives a further 40% discount (i.e., a 50% discount in total).
Which of the following sets of input data (understood as the numbers of the current wash)
achieves the highest equivalence partition coverage?
a) 19, 20, 30
b) 11, 12, 20
c) 1, 10, 50
d) 10, 29, 30, 31
Select ONE option.
TC1 91 Excellent
TC2 50 Failed
TC4 60 Fair
TC5 70 Satisfactory
TC6 80 Good
What is the 2-value Boundary Value Analysis (BVA) coverage for the nal result that is achieved
with the existing test cases?
a) 50% b) 60% c) 33.3% d) 100%
Select ONE option.
ff
fi
fi
fi
fi
Question #22 (1 Point)
Your favorite bicycle daily rental store has just introduced a new Customer Relationship
Management system and asked you, one of their most loyal members, to test it.
Being a member T T T T F F F F
Missed Deadline T F T F T F F T
15th Rental F F T T F F T T
Actions
20% Discount X X
Gift T-shirt X X X
Based ONLY on the feature description of the Customer Relationship Management system,
which of the above rules describes an impossible situation?
a) R4 b) R2 c) R6 d) R8
Select ONE option.
Which of the following is the BEST example of an ATDD test for this user story?
a) Test if the editor can save the document after edit the page content
b) Test if the content owner can log in and make updates to the content
c) Test if the editor can schedule the edited content for publication
d) Test if the editor can reassign to another editor to make updates
Select ONE option.
You have prepared the following ve test cases, which you want to execute according to their
priorities:
Priority
TC1: SEARCH product A Medium
fi
fi
fi
ff
TC2: VIEW product A details Low
TC3: ADD product B to a shopping cart Medium
TC4: ADD product C to a shopping cart High
TC5: place an ORDER High
You also identi ed the following logical dependencies between test cases:
• SEARCH functionality must be tested before VIEW functionality can be tested, as product
details rely on search functionality.
• VIEW functionality must be tested before ADD functionality, as adding products relies on the
availability of accurate product details.
• ADD functionality must be tested before ORDER functionality, as placing an order relies on
the availability of accurate shopping cart information.
A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
C. Agile testing quadrant Q3: business facing, critique the product
D. Agile testing quadrant Q4: technology facing, critique the product
How do the following test categories map onto the agile testing quadrants?
Application hangs up
The application hangs up after entering “Test input: $ ” in the Name eld on the new user
creation screen. Tried to log o , log in with test_admin01 account, same issue. Tried with other
test admin accounts, same issue. No error message received; log (see attached) contains fatal
error noti cation. Based on the test case TC-1305, the application should accept the provided
input and create the user. Please x with high priority, this feature is related to REQ-0012, which
is a critical new business requirement.
What critical information is MISSING from this test report that would have been useful for the
developers?
a) Expected result and actual result
b) References and defect status
c) Test environment and test item
d) Priority and severity
Select ONE option.
Tools from which of the categories are MOST likely to facilitate test execution?
a) i,v
b) ii, iv
fi
fi
ff
fi
ä
fi
c) i, iii, v
d) ii, iii, iv
Select ONE options.