Q: 11
Which of the following can be executed by model-based testing tools?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 12
What is the common name for a type of automated testing technique that separates test input data
and expected test results from the control script used to execute all of the tests?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 13
The last release of a hotel booking website resulted in poor system performance when hotel
searches reached peak volumes. To address these problems in the forthcoming release, changes to
the system architecture are to be implemented as follows:
Change 1 - Provision of a single Internet service using multiple servers, rather than a single server, to
maximize throughput and minimize response time during peak volumes
Change 2 - Prevention of unnecessary database calls for objects that were not immediately needed
by the calling applications. Achieved by not automatically creating database connections at the start
of processing, instead only just before the data is required.
The system architecture document has been drafted and as Technical Test Analyst you have been
invited to participate in its review. Which of the following review checklist items is MOST likely to
identify any defects in the proposed system architecture for Change 2?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 14
The last release of a hotel booking website resulted in poor system performance when hotel
searches reached peak volumes. To address these problems in the forthcoming release, changes to
the system architecture are to be implemented as follows:
Change 1 - Provision of a single Internet service using multiple servers, rather than a single server, to
maximize throughput and minimize response time during peak volumes
Change 2 - Prevention of unnecessary database calls for objects that were not immediately needed
by the calling applications. Achieved by not automatically creating database connections at the start
of processing, instead only just before the data is required.
The system architecture document has been drafted and as Technical Test Analyst you have been
invited to participate in its review. Which of the following review checklist items is MOST likely to
identify any defects in the proposed system architecture for Change 1?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 15
Consider the simplified logic below for crediting money to a bank account.
Receive money and account number to be credited
IF account number is valid
IF customer account is active
Store current account balance as oldBalance
Credit money to account
IF oldBalance = zero
Set message "Overdraft cleared"
ELSE
Set message "A/c overdrawn"
ENDIF
ELSE
Set message = "You have more money"
ENDIF
IF account holder is VIP customer
Send message by email to customer
ENDIF
ELSE
Set message "A/c inactive"
Send message by email to supervisor
ENDIF
ELSE
Add 1 to count of invalid inputs
ENDIF
What percentage of decision testing coverage has been achieved by the following suite of test cases?
Test Case A - Account number valid, account is active, oldBalance = -100, balance now = +200, not a
VIP customer
Test Case B - Account number valid, account is active, oldBalance = -100, balance now = -50, is a VIP
customer
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 16
BestFor Incorporated is a rapidly growing online financial services company that offers guidance to its
customers on a range of financial products. Its first website, BestForMortgages, was launched two
years ago, shortly followed by BestForPensions. The popularity of both sites has driven the company
to expand its offerings into other sectors and a third website, BestForFood, is currently under
development.
The first two websites have proven to be functionally robust but suffered from performance issues
due to:
Underestimation of concurrent user access at peak times in its original operational profiles
Data volumes rapidly growing beyond expectations on a single database shared by both sites.
All three websites will share the same web server.
In consideration of the problems encountered with the first two websites, which TWO of the
following types of testing should be performed on the BestForFood website to see whether similar
defects exist?
A) Load Testing
B) Stress Testing
C) Scalability testing
D) Portability Testing
E) Recoverability testing
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 17
Which TWO of the following could be identified using Dynamic Analysis?
A) Objects having too much or too little visibility into parent classes.
B) Repetition of code within a single component or module.
C) System memory not released when it is no longer needed.
D) Pointers in a program that are no longer accurate and must not be used. E. Code that cannot be
reached and so will not be executed.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 18
Consider the following statements regarding Performance Efficiency Testing:
A) Static Analysis tools can analyze code to identify performance bottlenecks
B) Code reviews are an effective way of detecting performance issues
C) Scalability and Load testing are usually performed during the System test level
D) Performance test execution cannot begin until a production-like environment is available
Which TWO of these statements are TRUE?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 19
You are testing software that requires you to enter defined order numbers and either add, delete or
update the information associated with that order number, which of the following is the minimum
set of columns you should see in your keyword-driven input table?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 20
Given the following decision: IF X 10 THEN
And the following test inputs: X=6 and Y=12, X=5 and Y=10
Which of the following additional sets of test inputs will ensure that full Multiple Condition coverage
is achieved?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Question 11 of 20 · Page 2 / 2