A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests.
Which coverage metric will provide the needed information for this analysis?
Consider a review for a high-level architectural document written by a software architect. The architect does most of the review preparation work, including distributing the document to reviewers before the review meeting. However, reviewers are not required to analyze the document in advance, and during the review meeting the software architect explains the document step by step. The only goal of this review is to establish a common understanding of the software architecture that will be used in a software development project.
Which of the following review types does this review refer to?
Which ONE of the following activities TYPICALLY belongs to the planning phase of the review process?
Consider the following list of activities (I to V):
I. Test design
II. Test planning
III. Review test basis
IV. Be a facilitator of a peer review
V. Test monitoring and control
Which ONE of the following options identifies the activities that the test management role is MAINLY focused on?
Which ONE of the following options MOST ACCURATELY describes the activities of “testing†and “debugging�
Which of the following are the phases of the ISTQB fundamental test process?
Which of the following statements is incorrect regarding the involvement of testers in the software development lifecycle (SDLC)?
Which of the following answers describes a reason for adopting experience-based testing techniques?
Which of the following is a test task that usually occurs during test implementation?
Which of the following is a typical potential risk of using test automation tools?
Which of the following statements refers to a good testing practice that applies to all software development lifecycles?
Your organization's test strategy states that it is desirable to usemore than one method for estimating test effort. You are responsible for estimating test effort for the next project. Based on historical data, thedevelopment-to-test effort ratiois5:3.
The initial estimate for thedevelopment effort is 450 person-days.
Which ONE of the following options corresponds to the estimatedtest effortusing the ratio-based method?
The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referred to as TAS).
If the TAS is between 50k€ and 80k€, the bonus is 10%. If the TAS exceeds 80k€ by a value not greater than 40k€, the bonus is 15%. Finally, if the TAS
exceeds the maximum threshold which entitles to a 15% bonus, the bonus is 22%.
Consider applying equivalence partitioning to the TAS (Note: 1k€ = 1000 euros).
Which one of the following answers contain only test cases that belong to the same equivalence partition?
Which one of the following statements IS NOT a valid objective of testing?
Which two of the following statements describe the advantages provided by good traceability between the test basis and test work products?
I. Analyzing the impact of changes.
ii. A measure of code quality.
iii. Accurate test estimation.
iv. Making testing auditable.
Select the correct answer:
Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?
Consider an estimation session in which a six-member Agile team (Memb1..... Memb6) uses the planning poker technique to estimate a user story (in story points). The team members will use a set of cards with the following values: 1,2, 3,5, 8,13,21. Below is the outcome of the first round of estimation for this session:
Which of the following answers BEST describes how the estimation session should proceed?
Which of the following applications will be the MOST suitable for testing by Use Cases
Which TWO of the following are benefits of continuous integration?
I. Allows earlier detection and easier root cause analysis of integration problems and conflicting changes.
II. Removes the need for manual test analysis, design and execution.
Hi. Removes the dependency on automated regression packs when integrating larger systems, or components.
iv. Gives the development team regular feedback on whether the code is working.
Select the correct answer:
Which of the following statements about white-box test techniques is true?
Following a risk-based testing approach you have designed 10 tests to cover a product risk with a high-risk level. You want to estimate, adopting the three-point test estimation technique, the test effort required to reduce the risk level to zero by executing those 10 tests. You made the following three initial estimates:
• most optimistic = 6 person hours
• most likely = 30 person hours
• most pessimistic = 54 person hours
Based only on the given information, which of the following answers about the three-point test estimation technique applied to this problem is true?
Which ONE of the following options MOST ACCURATELY describesstatement testing?
Mark the correct sentences:
* Defects are a result of environmental conditions and are also referred to as "Failures"
* A human mistake may produce a defect
* A system mil totally fail to operate correctly when a failure exists in it
* When a defect exists in a system it may result in a failure
* Defects occur only as a result of technology changes
Which of the following statements about the typical activities of a formal review process is TRUE?
Which statement is true regarding confirmation testing and regression testing?
The statement: "Test activities should start in the early stages of the lifecycle, adhering to the testing principle of early testing†is relevant to which of the recognized software development models?
What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?
In which of the following test documents would you expect to find test exit criteria described9
Which of the following characterizations applies to a test tool used for the analysis of a developer's code prior to its execution?
Which ONE of the following options MOST ACCURATELY describesbranch testing?
Which of the following statements about static testing and dynamic testing is TRUE?
Which of the following best describes the relationship between a test progress report and a test summary report?
Which ONE of the following tools would be MOST SUITABLE for facilitating thecreation of test cases, test data, and test procedures?
Which ONE of the following options corresponds to an activity in the testing process in which testable features are identified?
You are testing the latest version of an air-traffic control system prior to production deployment using exploratory testing. After following an unusual sequence of input steps, the system crashes. After the crash, you document a defect report with the following information:
•Title: System crashes unexpectedly during input.
•Brief summary: System crashes when an unusual sequence of inputs is used.
•Version: V1.001
•Test: Exploratory testing prior to production deployment
•Priority: Urgent
•Risk: High
•References: Screenshot of crashed application
What critical Information Is missing from this report?
Scenario 2 “Big Dropâ€:
A company“The Big Dropâ€providesbulk discounts and frequent customer discountsas follows:
How manypossible decision rulescan be extracted from this table?
Which of the following statements best describe Behavior-Driven Development (BDD)?
Which of the following is not an example of a typical generic skill required for testing?
Which ONE of the following statements about maintenance testing is CORRECT?
Which of the following statements best describes the way in which decision coverage is measured?