People Skills – Team Composition
Which of the following would you expect to be most likely an example of a motivating factor for testers?
Number of correct responses: 1
K21 credit
People Skills – Team Composition
An agile development team decides to hire a tester who has always worked:
- in independent test teams, reporting the problems found in a defect tracking system
- in safety-critical projects, with a stronger focus on the quality of the product than on time and budget.
This agile team is focused on short-term goals to get the product released on time and within budget.
Which of the following answers would you expect to be most likely true in this scenario?
Number of correct responses: 1
K21 credit
You are using this skills assessment spreadsheet in order to define a training development plan for your test team.
Your objective is to fill the skill gaps by having at least a team member rated as an expert for each skill identified for the “technical expertise” and “testing skills” sections, and with the ability to train the other team members.
Considering the budget constraints you can send only one person to a training course.
Based only on the given information, which of the following answers would you expect to be the best option to achieve your objective?
Number of correct responses: 1
K43 credits
Test Tools and Automation
Assume you are managing a test automation project for a mission-critical system.
Because vendor provided tools and open source solutions don't meet the needs of this project, you ask your test team to develop a custom automation framework.
Which of the following management issues associated to the development of this custom automation framework is least likely to manage?
Number of correct responses: 1
K21 credit
People Skills – Team Composition
Assume you are managing the system testing execution phase of a project.
The system test execution period for that project is scheduled for eighteen weeks and the release date is scheduled at the end of system testing.
During the sixth week of system test execution, at the staff meeting, the project manager informs you that the project deadlines are changed and the release date that is only three weeks ahead.
This new release will not allow the completion of the system tests. Suppose also that you have followed a risk-driven test approach for this project.
Which of the following statements represents the worst way to lead your test team in the next three weeks?
Number of correct responses: 1
K21 credit
Defect Management
Which of the following information would you expect to be the most useful to perform a defect clustering analysis?
Number of correct responses: 1
K21 credit
Defect Management
Consider a defect report and assume that a part of its lifecycle includes the following states:
New: Is the initial state
Working: Means that the developers are addressing the defect in order to produce a fix for the defect
Clarification: Means that the developers need more information from the tester to address the defect and produce a fix for the defect and the tester is working to provide this information to the developers
Verification: Means that a fix for the defect has been produced and the tester is running the adequate tests to verify whether the fix solves the defect
Closed: is the final state
Which of the following answers represents an invalid sequence of states that can’t lead the bug report to the “Closed” state?
Number of correct responses: 1
K21 credit
Defect Management
During the system testing phase a tester from your test team observes a failure in the system under test and he/she decides to create an incident report. The incident report is currently in a “new” state, indicating it needs to be investigated.
Which THREE of the following information items can’t yet be present in the incident report?
Number of correct responses: 3
K32 credits (2 credits out of 3 credits correct, 1 credit point)
Defect Management
Assume you are working on a defect management process to be used by a software organization to track the current status of the defects reports for several projects.
When a defect is found for investigation a defect report is created in “Opened” state that is the unique initial state. The defect report status has also a unique finale state that is the “Closed” state.
The following state transition diagram describes the states of this defect management process:
where only the initial (“Opened”) and final (“Closed”) states are indicated while the remaining states (V, W, X, Y, Z) have yet to be named.
Which of the following assignments would you expect to best complete the defect management process?
Number of correct responses: 1
K32 credits
The following are the requirements identified as “critical”:
REQ-SEL-001. The user shall be able to combine all the three products with all the four durations to define an item to purchase
REQ-SEL-002. The user shall be able to add a maximum of six different items to the shopping cart
REQ-PUR-001. The user shall be able to purchase all the items in the shopping cart using a credit voucher
REQ-PUR-002. The user shall be able to purchase all the items in the shopping cart using the available credit already charged on the smartcard
REQ-PUR-003. The user shall be able to purchase all the items in the shopping cart using all the accepted credit cards (Visa, MasterCard and Great Wall Card)
REG-LOGO-001. The user shall be able to logout (by clicking the logout button) from both the “select” and “purchase” pages going back to the “browse” page (anonymous navigation)
Moreover the following quality risk item has been identified as “critical”:
QR-P1. The web customer portal might not be able to provide the expected response time (less than 10 sec) for the purchase transactions under a load of up-to 1000 concurrent users
Test analysis for system testing has just begun and the following test conditions have been identified:
TC-SEL-01. Test the combinations of products and durations to define an item to purchase
TC-SEL-02. Test the maximum number of items, which can be added to the shopping cart
TC-PUR-01. Test the purchase of an item
TC-PUR-02. Test the purchase of an item with the credit charged on the smartcard
Assume that you have used traceability to determine the logical test cases that cover all the requirements and the single risk item identified in that scenario.
Which of the following is a positive logical test that is complete, is correct, and covers the REG-LOGO-001 requirement?
Number of correct responses: 1
K32 credits
Testing Process
Which of the following statements describing the consequences of specifying test conditions at a detailed level is NOT true?
Number of correct responses: 1
K21 credit
The following is the unique “critical” quality risk item that has been identified:
CR-RSK-1. The GUI of the application might accept non-integer values for the input field designed to get the number of bottles from the user
Test analysis for system testing has just begun and the following test conditions have been identified:
TC-SEL-2. Test the selection of the package sizes
TC-SEL-4. Test wrong numbers of bottles for an order
TC-CR-RSK-1. Test the accepted values from the input field designed to get the number of bottles from the user
What is the MINIMUM number of test conditions that must be added to fulfill both the EXCR1 and EXCR2 exit criteria?
Number of correct responses: 1
K32 credits
Test Management
You are estimating the effort for the integration testing activities of a new project. Consider the following factors, which can affect that estimation:
I. Availability of re-usable test systems and documentation from previous, similar projects
II. Unexpected timing of components arrival
III. Stability of the integration test team (no turnover)
IV. Many and geographically distributed sub-teams
Which of the following statements is true?
Number of correct responses: 1
K21 credit
Test Management
You are the Test Manager of a new project aimed at developing a software system that must be certified at level B of the DO-178B standard. The project will follow a V-Model software development life cycle and it will have four formal levels of testing: component, integration, system and acceptance testing.
You must produce the test plan documentation for this project by providing an adequate coordination across the four levels of testing in order to assure auditability.
Which of the following answers would you expect to best describe how to organize the test plan?
Number of correct responses: 1
K32 credits
Test Management
For which of the following activities would the costs be classified as a cost of detection?
Number of correct responses: 1
K21 credit
Which of the following statements represents the most effective contribution of the stakeholders to the completion of the failure mode analysis table?
Number of correct responses: 1
K43 credits
Test Management
You are working on a project to develop an authentication system for an e-commerce website. This system provides two features: Registration and authentication. Two different development teams develop these two features.
There is a high likelihood that the delivery of the authentication feature to the test team will be three weeks later. To complete the registration the user must provide the following registration inputs: Name, surname, birthdate, fiscal code and he/she can select a username and a password.
A registered user can be a special user or a normal user. To be identified as a special user, he/she must also provide, during the registration process, a voucher possibly received from the IT department.
Access is granted only if a user is registered and the password is correct: In all other cases access is denied. If the registered user is a special user and the password is wrong, a special warning is shown on the system console.
You are currently performing a quality risk analysis using FMEA.
Based only on the given information, which of the following is NOT a product risk that could be identified during the quality risk analysis?
Number of correct responses: 1
K43 credits
During the follow-up phase the following conditions are checked:
X1. The code has been completely reviewed
X2. All the identified defects have been correctly fixed and the modified code has been compiled successfully and run through all the static analyzers used by the project without warnings and errors
X3. The modified code is available under the configuration management system with a new version number for the specified CI
If these conditions are fulfilled then the review process terminates.
Which of the following characteristics of a formal review is missing in this description?
Number of correct responses: 1
K21 credit
The main objectives the senior management team wants to achieve are:
- to reduce the costs associated with dynamic testing
- to use reviews to ensure that the project is on course for success and following the plan
- to use reviews as a well-documented and effective bug-removal activity following a formal process with well-defined roles
- to determine the effectiveness of reviews in terms of phase containment
- to improve phase containment effectiveness
Which of the following answers would you expect to describe the best way to achieve these objectives?
Number of correct responses: 1
K43 credits
Reviews
You are the Test Manager of a project that adopts a V-model with four formal levels of testing: unit, integration, system and acceptance testing.
On this project reviews have been conducted for each development phase prior to testing, which is to say that reviews of requirements, functional specification, high-level design, low-level design and code have been performed prior to testing.
Assume that no requirements defects have been reported after the release of the product.
Which TWO of the following metrics do you need in order to evaluate the requirements reviews in terms of phase containment effectiveness?
Number of correct responses: 2
K32 credits
Reviews
You are a Test Manager working for a software organization where reviews have never been applied. After a meeting with your managers examining a business case for reviews, (including their costs, benefits, and potential issues), the management finally decides to adopt formal reviews for future projects.
You have been given a budget that you have spent to provide training in the review process and to introduce the review process on a pilot project.
On that pilot project the introduction of reviews has been very positive in terms of positive involvement from all the participants. All the reviews applied to different documents have been very effective for their purposes (especially at revealing defects).
Which of the following answers describes an important success factor for the introduction of formal reviews which is missing in this scenario?
Number of correct responses: 1
K43 credits
Reviews
Consider the following list of statements about audits and management reviews:
I. Audits are usually more effective than management reviews at finding defects
II. Audits and management reviews have the same main goals, the only difference is related to the roles and level of formality
III. A typical outcome of an audit includes observations and recommendations, corrective actions and a pass/fail assessment
IV. An audit is not the appropriate mechanism to use at the code review in order to detect defects prior to dynamic testing
Which of the following statements is true?
Number of correct responses: 1
K21 credit
You have been carefully monitoring the progress of testing for your project. You have been using the established traceability to verify that the requirements and test
conditions are being adequately addressed. The test team is proceeding well in their test case execution and you can see that you are achieving about 80% coverage of
the test conditions per the traceability mapping in your test management system. You have seen a number of defects being logged against test conditions that are failing,
but you do not see a mapping of the test cases to those conditions.
What is likely to be occurring in the testing area that is causing the traceability to break down? [2]
Which of the following statements is true regarding documentation standards? [2]
You have just conducted a skills assessment for your team. You decided to rate everyone from 1 to 5 in the skill areas as follows:
5 = expert
4 = proficient
3 = can use this skill effectively but will need some assistance
2 = interested in learning this skill but has only minimal knowledge
1 = not interested in learning this skill
Given these values, you have rated your team as shown in the table below for the designated skill areas:
You will be starting to test a new product that is an upgrade from one of your existing end user products. Your testing will include white box,
performance, security, usability, and black box. You also have a goal to automate 100% of the smoke test and 50% of the regression tests by the end of the release.
Your team willingly shares knowledge and conducts regular lunch time cross-training sessions.
Your manager wants to know if you would like to bring in someone to help train your team in preparation for this project. In which area could
you best utilize this help? [3]
While mining the defect database for patterns of problems in the last release, a Test Manager notices that many of the most damaging failures were caused by defects
injected during the low-level design phase.
Which of the following actions will likely give this project the most effective solution to this problem? [3]
Improving the Testing Process
Which of the following statements about the TMMi test process improvement model is true?
Number of correct responses: 1
K21 credit
Improving the Testing Process
Which of the following statements about the STEP test process improvement model is true?
Number of correct responses: 1
K21 credit
Improving the Testing Process
Consider the following statements describing the importance of improving the test process:
I. Test process improvement is important because being focused only on the test process it can provide recommendations to improve the test process itself, but it can’t indicate or suggest improvement to areas of the development process
II. Test process improvement is important because it is much more effective than software process improvement to improve the quality of a software system
III. Test process improvement is important because several process improvement models (STEP, TPI Next, TMMi) have been developed over the years
IV. Test process improvement is important because every organization, regardless of the context, should always achieve the maximum level of maturity of testing described in the test improvement models such as TMMi
Which of the following answers is correct?
Number of correct responses: 1
K21 credit