QUESTION NO: 1
Which of the following descriptions is an example of the use of defect taxonomies?
A. Grouping defects found in execution by functional areas
B. Following a defect management process through testing
C. Running tests with the aim of finding as many defects as possible
D. Using a list of known defect types to penetrate the security of computer systems
QUESTION NO: 2
You are testing an ATM based on the following use case;
ATM start screen is showing
The user inserts card
The user types in PIN
The user selects ‘cash with receipt’
The user selects € 50
The user selects ‘no further service’
Expected results
The ATM provides €50 to the user
The ATM return the card and balance slip
The ATM clears the screen
The ATM returns to start menu in your test log which of the following could be noted as part of additional attention points?
A. Issues regarding time-behavior
B. Issues regarding interoperability
C. More test cases needed to achieve full coverage
D. Expected results not clearly defined
QUESTION NO: 3
Tax system
A tax system needs to be updated due to new legislation. For a person with a salary of less than € 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
Applying equivalence partitioning to the “Tax System” specification, which of the following set of equivalence classes is most effective in testing the processing the number of children?
A. 2, 4 and 6 children
B. 2, 4 and 5 children
C. 1, 3 and 6 children
D. 3, 4 and 6 children
QUESTION NO: 4
Ken, an entrepreneur in Leeds finds the quality of the tea locally available so low, that he decides to research superior teas around the world. He decides to market, sell and distribute these superior teas via the web. His market strategy is to offer superior products on a well-designed website with graphics that are fast to load, has high availability, superior usability and fast response times.
The website will offer the following:
-An innovative interactive catalogue of teas, which not only enables customers to buy the product, but also enables them to provide feedback by rating the teas (which will influence his stock purchasing levels)
Provide the customer with the ability to use secure credit card transactions
Provide the customer to give general feedback
Ken selects an iterative model for the development of the prototypes. The team consists of three developers that are experienced in web development. Ken, although he doesn’t have technical skillset, is concerned with quality. He doesn’t believe a lot of documentation is necessary and he wants the website to be completed quickly.
The test basis contains the following:
-Story boards that show the information flow and page links through the site
-HTML pages developed to date.
-A statement of non-functional requirements.
With the strategy taking shape, Ken asks your advice on the specific testing techniques that should be used to complete the required testing, bearing in mind the nature of the application and the nature of Ken’s overall objectives.
Which TWO of the following items may more frequently need to be explained in greater detail for non-functional defect reports than for a functional defect report?
A. Expected results
B. Steps to reproduce the defect
C. Test data used to identify the fault
D. Level of load on the system at the time of failure
E. Actual results
QUESTION NO: 5
A temperature unit holds the temperature between 10 degrees Celcius and –10 degrees Celcius. If the temperature drops below –10 or rises above 10 then an alarm rings. Boundary Value Analysis tests are drawn up using the approach of two test cases per boundary. The temperatures to be tested are:
A. 11, 10, -11, -10
B. 11, 10, 9, -11, -10, -9
C. 11, 9, -9, -11
D. 10, 9, -9, -10
QUESTION NO: 6
Using the “Tax System” specification scenario as described above, using boundary value analysis, which would be the most interesting test set to explicitly test one single boundary value as defined in the “Tax System” specification?
A. (i)
B. (ii)
C. (iii)
D. (iv)
QUESTION NO: 7
A company wants to develop a web site to implement an on-line sales channel. The company has decided to do some usability testing, but resources are limited. The usability testing has therefore to be done as efficient as possible. Which THREE techniques would you recommend?
A. SUMI
B. Usability laboratory
C. Use case testing
D. Heuristic evaluation
E. Equivalence partitioning
F. Pairwise testing
G. Exploratory testing
QUESTION NO: 8
Which of the following criteria on test progress would enable the business to determine a likely ‘go live’ date?
(i) Number of tests planned versus number of tests executed
(ii) Number of high priority defects outstanding
(iii) The test team’s timesheets in order to show how much effort has been devoted to testing
(iv) Number of tests passed and number failed
(v) Number of defects found in each development area
(vi) The rate at which defects are being found
A. (ii), (iii), (iv)
B. (i), (iii), (v)
C. (i), (ii), (vi)
D. (iv), (v), (vi)
QUESTION NO: 9
The use case will be used as a basis for the design of usability test scenario’s. As a tester you are asked to review the ATM use case from the perspective of usability testing.
As a tester you are asked to review the ATM use case provided below. The use case will be used as a basis for functionality testing to be performed later.
Which one of the comments, described hereafter, would be the MOST important one you would make?
A. Acceptance criteria not defined
B. Business priority is missing
C. Post condition not defined
D. Alternative flows are missing
QUESTION NO: 10
Tax system
A tax system needs to be updated due to new legislation. For a person with a salary of less than € 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
How many input classes can be distinguished when applying equivalence partitioning to the “Tax
System” specification?
A. 5
B. 6
C. 7
D. 8
QUESTION NO: 11
A new banking system has 2 customers’ types, 2 account types and will operate in two different countries?
How many test cases will be needed using the pair wise testing technique and the appropriate 2wise orthogonal array?
A. 2
B. 4
C. 5
D. 8
QUESTION NO: 12
To enhance both the effectiveness and efficiency of the test design phase the purchase of a test design tool is being considered. Which one of the statements hereafter best characterizes a test design tool?
A. It validates models of the software
B. It enables tests to be executed automatically
C. It enables individual tests to be traced to requirements
D. It generates test inputs or executable tests from requirements
QUESTION NO: 13
In an organization using keyword-driven automation, which of the following activities typically is the responsibility of the test analyst?
A. Write the code to automate the key processes
B. Work with the users to define the key usability aspects of the software
C. Identify the key business processes that must be tested
D. Write manual tests for the key business processes that can then be automated
QUESTION NO: 14
Ken, an entrepreneur in Leeds finds the quality of the tea locally available so low, that he decides to research superior teas around the world. He decides to market, sell and distribute these superior teas via the web. His market strategy is to offer superior products on a well-designed website with graphics that are fast to load, has high availability, superior usability and fast response times.
The website will offer the following:
-An innovative interactive catalogue of teas, which not only enables customers to buy the product, but also enables them to provide feedback by rating the teas (which will influence his stock purchasing levels)
Provide the customer with the ability to use secure credit card transactions
Provide the customer to give general feedback
Ken selects an iterative model for the development of the prototypes. The team consists of three developers that are experienced in web development. Ken, although he doesn’t have technical skillset, is concerned with quality. He doesn’t believe a lot of documentation is necessary and he wants the website to be completed quickly.
The test basis contains the following:
-Story boards that show the information flow and page links through the site
-HTML pages developed to date.
-A statement of non-functional requirements.
With the strategy taking shape, Ken asks your advice on the specific testing techniques that should be used to complete the required testing, bearing in mind the nature of the application and the nature of Ken’s overall objectives.
We now make the assumption that in the scenario described as above, exploratory testing was selected as being the main test technique. You have now been given the task of specifying, executing and recording the exploratory test sessions.
Select TWO of the options below to define what you will typically use for specifying, executing and recording the sessions?
A. Record the results in email and send the email to the test manager.
B. Use external testers on the team to provide a new approach and fresh view to the testing effort.
C. Create test charters for planned test session.
D. Use debriefing sessions with stakeholders and other testers to discuss the findings and new risks identified.
E. Define concrete test cases to be executed by the developers.
QUESTION NO: 15
A SUMI test was performed at an early stage within the system test. Hereafter you find the results of the SUMI test.
Based on these results, what would you recommend as the most appropriate approach for usability testing?
A. Since the SUMI scores are largely above market average no further action on usability is needed
B. Since the standard deviation of most SUMI scales is much too large, a new SUMI test must be performed
C. Since the scores are not really showing a high level of user-satisfaction additional usability testing based on use case is needed
D. Since the SUMI results do not provide details, an additional focused heuristic evaluation on the lower scales is recommended
QUESTION NO: 16
Which of the following is a type of testing that someone in the role of a test analyst, working with the test manager, should typically consider and plan for?
A. Security testing
B. Reliability testing
C. Accessibility testing
D. Performance testing
QUESTION NO: 17
Which of the following is a typical work product that the Test Analyst would deliver as part of the test closure activities?
A. A list of all deferred defects
B. A list of all rejected defect reports
C. A list of all defects found in production and fixed in this release
D. A list of all resolved defects
QUESTION NO: 18
You are starting to review some of the incident reports that have been submitted as a result of test execution.
Which THREE of the comments would be your main findings when you have reviewed the following incident report?
A. Should have been two defect reports
B. Ambiguous description
C. Both severity and priority do not make sense
D. Actual cause is missing
E. Reproducibility is not indicated
F. Defect type is missing
G. Date to be fixed not defined
QUESTION NO: 19
Study the “Supercar” classification tree, which of the following statements is correct?
A. The classification tree is correct and complete
B. The options for “in stock” are missing
C. Order information is missing
D. The error message is missing
QUESTION NO: 20
Which of the following tasks and responsibilities do NOT belong to that of a test analyst in the context of evaluating exit criteria and reporting?
A. The test analyst should be able to use the reporting tools
B. The test analyst is responsible for supplying accurate information
C. The test analyst will contribute to the final report at the end of the testing
D. The test analyst should write final test reports objectively