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 of the following statements about impact of DevOps on testing is CORRECT?
Which ONE of the following options BEST describes the purpose of confirmation testing versus regression testing?
Which of the following is LEAST likely to describe a task performed by someone in a testing role?
Which ONE of the following statements about maintenance testing is CORRECT?
Which ONE of the following statements BEST applies tochecklist-based testing?
A system has a self-diagnostics module that starts executing after the system is reset. The diagnostics are running 12 different tests on the systems memory hardware. The following is one of the requirements set for the diagnostics module:
'The time taking the diagnostics tests to execute shall be less than 2 seconds' Which of the following is a failure related to the specified requirement?
Which ONE of the following statements does NOT describe how testing contributes to higher quality?
For each test case to be executed, the following table specifies its dependencies and the required configuration of the test environment for running such test case:
Assume that CONF1 is the initial configuration of the test environment. Based on this assumption, which of the following is a test execution schedule that is compatible with the specified dependencies and allows minimizing the number of switches between the different configurations of the test environment?
The following chart represents metrics related to testing of a project that was competed. Indicate what is represented by tie lines A, B and the axes X.Y
A)
B)
C)
D)
Which of the following coverage criteria results in the highest coverage for state transition based test cases?
Which of the following statements about how different types of test tools support testers is true?
Which ONE of the following options BEST describes Behavior-Driven Development (BDD)?
Which of the following statements correctly describe the business facing quadrant that supports the team?
Which of the following statements is CORRECT about the value added by a tester to release planning?
Which ONE of the following options CORRECTLY describes one of the seven principles of the testing process?
Which of the following is a test-first approach, where tests that express a shared understanding from stakeholders of how the application is expected to work, are first written in business-readable language (following the Given/When/Then format), and then made executable to drive development?
Which of the following is a typical potential risk of using test automation tools?
Which sequence of stated in the answer choices is correct in accordance with the following figure depicting the life-cycle of a defect?
Consider an estimation session where a six-member Agile team (Memb1, ... , Memb6) is performing a planning poker session to estimate a user story (in story points). Team
members are using a set of cards with the following values: 1, 2, 3, 5, 8, 13, 21. Below is the outcome produced by the first round of estimation for this session:
Which of the following answers best describes how the estimation session should proceed?
A software development company invests heavily in tools to support the entire software development lifecycle, including testing. They have a tool that allows automated creation and installation of builds and subsequent execution of various types of automated tests. Which ONE of the following is a CORRECT statement about this type of test tool?
A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests were performed on stable and isolated test environments where you were the only user interacting with the application. All tests passed, but in some of those tests you observed the following issue: on some mobile devices only, the response time for two web pages containing images was extremely slow.
Based only on the given information, which of the following recommendation would you follow?
Which ONE of the following is a CORRECT example of the purpose of a test plan?
After being in operation for many years, a document management system must be decommissioned as it has reached its end of life. This system will not be replaced by any other new system. A legal obligation provides that all documents within the system must be kept for at least 20 years in a state archive.
Which of the following statements about maintenance testing for decommissioning of this system is true?
Consider the followingiteration planning taskswhere a tester can provide value:
Break down user stories into tasks (particularly testing tasks)
Estimate test effort for all testing tasks
Identify and refine functional and non-functional aspects of the test object
Which ONE of the following tasks should be ADDED to the above list?
Which of the following about typical information found within a test plan is false?
What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?
For a given set of test-cases, which of the following is a benefit of running these tests with a test automation tool?
An e-commerce site accepts credit cards for processing the payment. The payment processing form has a field for the amount of money to be deducted. The minimum amount of money that can be processed is $10. The credit cards have a limit of $5,000 (Five Thousand). Assume that only integers can be accepted as inputs. Which of the following set of boundary values you will choose for EFFICIENT testing for the amount of money that can be spent?
Which of the following statements about the value of maintaining traceability between the test basis and test work products is not true?
A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage refers to the amount of the single sale). These values are determined on the basis of the type of customer (classified as "Basic" or "Premium") to which such sale was made, and on the amount of such sale classified into the following three groups G1, G2 and G3:
• [G1]: less than 300 euros
• [G2]: between 300 and 2000 euros
• [G3]: greater than 2000 euros
Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?
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?
Shripriya is defining the guidelines for the review process implementation in her company. Which of the following statements is LEAST likely to have been recommended by her?
Which of the following is a role that is usually responsible for documenting the findings (e.g., action items, decisions, recommendations) made by the review team as part of a typical formal review?
An organization is working on updating test cases for a particular module of their software.
Sam updated a set of test cases yesterday and saved the new version on his PC.
Unfortunately, the hard disk of his PC crashed, and his work was lost.
The IT department of the organization restored the contents of his hard disk with the last available back-up - from the previous morning. However, the changes made by him yesterday were lost forever.
Which of the following tools, had it been used, would have prevented the loss of Sam's updates?
You are working on creating test cases for a user story -
As a customer, I want to be able to book an ISTQB exam for a particular date, so that I can find choose my time slot and pay the correct amount, including discounts, if any.
The acceptance criteria for this :
1.The dates shown should be from the current date to 2 years in future
2.Initially there should be 10 timeslots available for each day, 1 hour each, starting at 8 AM GMT
3.Maximum 5 persons should be able to select a time slot after which that time slot should become unavailable
4.First timeslot should have a 10% discount.
Which of the following is the BEST example of a test case for this user story?
In branch testing, what is the significance of a conditional branch in a software program?
In which of the following test documents would you expect to find test exit criteria described9
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
During component testing of a program if 100% decision coverage is achieved, which of the following coverage criteria is also guaranteed to be 100%?