option
Cuestiones
ayuda
daypo
buscar.php

Certified Tester Foundation Level (CTFL) v4.0

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
Certified Tester Foundation Level (CTFL) v4.0

Descripción:
A - B - C - D

Fecha de Creación: 2024/07/04

Categoría: Informática

Número Preguntas: 186

Valoración:(1)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

A. 1) Which of the following statements describe a valid test objective?. To prove that there are no unfixed defects in the system under test. To prove that there will be no failures after the implementation of the system into production. To reduce the risk level of the test object and to build confidence in the quality level. To verify that there are no untested combinations of inputs.

A. 2) Which of the following options shows an example of test activities that contribute to success?. Having testers involved during various software development lifecycle (SDLC) activities will help to detect defects in work products. Testers try not to disturb the developers while coding, so that the developers write better code. Testers collaborating with end users help to improve the quality of defect reports during component integration and system testing. Certified testers will design much better test cases than non-certified testers.

A. 3) You have been assigned as a tester to a team producing a new system incrementally. You have noticed that no changes have been made to the existing regression test cases for several iterations and no new regression defects were identified. Your manager is happy, but you are not. Which testing principle explains your skepticism?. Tests wear out. Absence-of-errors fallacy. Defects cluster together. Exhaustive testing is impossible.

A. 4) You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality. Which of the following activities is a part of test analysis?. Estimating that testing the integration with the payment service will take 8 person-days. Deciding that the team should test if it is possible to properly share payment between many users. Using boundary value analysis (BVA) to derive the test data for the test cases that check the correct payment processing for the minimum allowed amount to be paid. Analyzing the discrepancy between the actual result and expected result after executing a test case that checks the process of payment with a credit card, and reporting a defect.

A. 5) Which of the following factors have a SIGNIFICANT influence on the test approach? i. The SDLC ii. The number of defects detected in previous projects iii. The identified product risks iv. New regulatory requirements forcing formal white-box testing v. The test environment setup. i, ii have significant influence. i, iii, iv have significant influence. ii, iv, v have significant influence. iii, v have significant influence.

A. 6) Which TWO of the following tasks belong MAINLY to a testing role? Select TWO options. Configure test environments. Maintain the product backlog. Design solutions to new requirements. Create the test plan. Analyze the test basis.

A. 7) Which of the following skills (i-v) are the MOST important skills of a tester? i. Having domain knowledge ii. Creating a product vision iii. Being a good team player iv. Planning and organizing the work of the team v. Critical thinking. ii and iv are important. i, iii and v are important. i, ii and v are important. iii and iv are important.

A.8 ) How is the whole team approach present in the interactions between testers and business representatives?. Business representatives decide on test automation approaches. Testers help business representatives to define test strategy. Business representatives are not part of the whole team approach. Testers help business representatives to create suitable acceptance tests.

A. 9) Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?. Only in sequential SDLC models. Only in iterative SDLC models. Only in iterative and incremental SDLC models. In sequential, incremental, and iterative SDLC models.

A. 10) Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?. In ATDD, acceptance criteria are typically created based on the given/when/then format. In ATDD, test cases are mainly created at component testing and are code-oriented. In ATDD, tests are created, based on acceptance criteria to drive the development of the related software. in ATDD, tests are based on the desired behavior of the software, which makes it easier for team members to understand them.

A. 11) Which of the following is NOT an example of the shift left approach?. Reviewing the user requirements before they are formally accepted by the stakeholders. Writing a component test before the corresponding code is written. Executing a performance efficiency test for a component during component testing. Writing a test script before setting up the configuration management process.

A. 12) Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?. Retrospectives are very popular these days and clients would appreciate it if we added them to our processes. Organizing retrospectives will save the organization money because without them end user representatives do not provide immediate feedback about the product. Process weaknesses identified during the retrospective can be analyzed and serve as a to do list for the organization’s continuous process improvement program. Retrospectives embrace five values including courage and respect, which are crucial to maintain continuous improvement in the organization.

A. 13) Which types of failures (1-4) fit which test levels (A-D) BEST? 1. Failures in system behavior as it deviates from the user’s business needs 2. Failures in communication between components 3. Failures in logic in a module 4. Failures in not correctly implemented business rules A. Component testing B. Component integration testing C. System testing D. Acceptance testing. 1D, 2B, 3A, 4C. 1D, 2B, 3C, 4A. 1B, 2A, 3D, 4C. 1C, 2B, 3A, 4D.

A. 14) You are testing a user story with three acceptance criteria: AC1, AC2 and AC3. AC1 is covered by test case TC1, AC2 by TC2, and AC3 by TC3. The test execution history had three test runs on three consecutive versions of the software as follows (picture below) Tests are repeated once you are informed that all defects found in the test run are corrected and a new version of the software is available. Which of the above tests are executed as regression tests?. Only 4, 7, 8, 9. Only 5, 7. Only 4, 6, 8, 9. Only 5, 6.

A. 15) Which of the following is NOT a benefit of static testing?. Having less expensive defect management due to the ease of detecting defects later in the SDLC. Fixing defects found during static testing is generally much less expensive than fixing defects found during dynamic testing. Finding coding defects that might not have been found by only performing dynamic testing. Detecting gaps and inconsistencies in requirements.

A. 16) Which of the following is a benefit of early and frequent feedback?. It improves the test process for future projects. It forces customers to prioritize their requirements based on agreed risks. It provides a measure for the quality of changes. It helps avoid requirements misunderstandings.

A. 17) The reviews being used in your organization have the following attributes: There is the role of a scribe • The main purpose is to evaluate quality • The meeting is led by the author of the work product • There is individual preparation • A review report is produced Which of the following review types is MOST likely being used?. Informal review. Walkthrough. Technical review. Inspection.

A. 18) Which of these statements is NOT a factor that contributes to successful reviews?. Participants should dedicate adequate time for the review. Splitting large work products into small parts to make the required effort less intense. Participants should avoid behaviors that might indicate boredom, exasperation, or hostility to other participants. Failures found should be acknowledged, appreciated, and handled objectively.

A. 19) Which of the following is a characteristic of experience-based test techniques?. Test cases are created based on detailed design information. Items tested within the interface code section are used to measure coverage. The techniques heavily rely on the tester’s knowledge of the software and the business domain. The test cases are used to identify deviations from the requirements.

A. 20) You are testing a simplified apartment search form which has only two search criteria: • floor (with three possible options: ground floor; first floor; second or higher floor) • garden type (with three possible options: no garden; small garden; large garden) Only apartments on the ground floor have gardens. The form has a built-in validation mechanism that will not allow you to use the search criteria which violate this rule. Each test has two input values: floor and garden type. You want to apply equivalence partitioning (EP) to cover each floor and each garden type in your tests. What is the minimal number of test cases to achieve 100% EP coverage?. 3. 4. 5. 6.

A. 21) You are testing a system that calculates the final course grade for a given student. The final grade is assigned based on the final result, according to the following rules: • 0 – 50 points: failed • 51 – 60 points: fair • 61 – 70 points: satisfactory • 71 – 80 points: good • 81 – 90 points: very good • 91 – 100 points: excellent You have prepared the following set of test cases (Picture below) What is the 2-value Boundary Value Analysis (BVA) coverage for the final result that is achieved with the existing test cases?. 50%. 60%. 33.3%. 100%.

A. 22) Your favorite bicycle daily rental store has just introduced a new Customer Relationship Management system and asked you, one of their most loyal members, to test it. The implemented features are as follows: • Anyone can rent a bicycle, but members receive a 20% discount • However, if the return deadline is missed, the discount is no longer available • After 15 rentals, members get a gift: a T-Shirt Decision table describing the implemented features looks as follows (picture below) Based ONLY on the feature description of the Customer Relationship Management system, which of the above rules describes an impossible situation?. R4. R2. R6. R8.

A. 23) You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state. (Picture below) What is the MINIMAL number of test cases to achieve valid transitions coverage?. 4. 2. 7. 3.

A. 24) Your test suite achieved 100% statement coverage. What is the consequence of this fact?. Each instruction in the code that contains a defect has been executed at least once. Any test suite containing more test cases than your test suite will also achieve 100% statement coverage. Each path in the code has been executed at least once. Every combination of input values has been tested at least once.

A. 25) Which of the following is NOT true for white-box testing?. During white-box testing the entire software implementation is considered. White-box coverage metrics can help identify additional tests to increase code coverage. White-box test techniques can be used in static testing. White-box testing can help identify gaps in requirements implementation.

A. 26) Which of the following BEST describes the concept behind error guessing?. Error guessing involves using your knowledge and experience of defects found in the past and typical errors made by developers. Error guessing involves using your personal experience of development and the errors you made as a developer. Error guessing requires you to imagine that you are the user of the test object and to guess errors the user could make interacting with it. Error guessing requires you to rapidly duplicate the development task to identify the sort of errors a developer might make.

A. 27) In your project there has been a delay in the release of a brand-new application and test execution started late, but you have very detailed domain knowledge and good analytical skills. The full list of requirements has not yet been shared with the team, but management is asking for some test results to be presented. Which test technique fits BEST in this situation?. Checklist-based testing. Error guessing. Exploratory testing. Branch testing.

A. 28) Which of the following BEST describes the way acceptance criteria can be documented?. Performing retrospectives to determine the actual needs of the stakeholders regarding a given user story. Using the given/when/then format to describe an example test condition related to a given user story. Using verbal communication to reduce the risk of misunderstanding the acceptance criteria by others. Documenting risks related to a given user story in a test plan to facilitate the risk-based testing of a given user story.

A. 29) Consider the following user story: As an Editor I want to review content before it is published so that I can assure the grammar is correct and its acceptance criteria: • The user can log in to the content management system with "Editor" role • The editor can view existing content pages • The editor can edit the page content • The editor can add markup comments • The editor can save changes • The editor can reassign to the "content owner" role to make updates Which of the following is the BEST example of an ATDD test for this user story?. Test if the editor can save the document after edit the page content. Test if the content owner can log in and make updates to the content. Test if the editor can schedule the edited content for publication. Test if the editor can reassign to another editor to make updates.

A. 30) How do testers add value to iteration and release planning?. Testers determine the priority of the user stories to be developed. Testers focus only on the functional aspects of the system to be tested. Testers participate in the detailed risk identification and risk assessment of user stories. Testers guarantee the release of high-quality software through early test design during the release planning.

A. 31) Which TWO of the following options are the exit criteria for testing a system? Select TWO options. Test environment readiness. The ability to log in to the test object by the tester. Estimated defect density is reached. Requirements are translated into given/when/then format. Regression tests are automated.

A. 32) Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made: • Most optimistic estimation: 2 person-hours • Most likely estimation: 11 person-hours • Most pessimistic estimation: 14 person-hours What is the final estimate?. 9 person-hours. 14 person-hours. 11 person-hours. 10 person-hours.

A. 33) You are testing a mobile application that allows users to find a nearby restaurant based on the type of food they want to eat. Consider the following list of test cases, priorities (i.e., a smaller number means a higher priority), and dependencies: (Picture below) Which of the following test cases should be executed as the third one?. TC 003. TC 005. TC 002. TC 001.

A. 34) Consider the following test categories (1-4) and agile testing quadrants (A-D): 1. Usability testing 2. Component testing 3. Functional testing 4. Reliability testing A. Agile testing quadrant Q1: technology facing, supporting the development team B. Agile testing quadrant Q2: business facing, supporting the development team C. Agile testing quadrant Q3: business facing, critique the product D. Agile testing quadrant Q4: technology facing, critique the product How do the following test categories map onto the agile testing quadrants?. 1C, 2A, 3B, 4D. 1D, 2A, 3C, 4B. 1C, 2B, 3D, 4A. 1D, 2B, 3C, 4A.

A. 35) During a risk analysis the following risk was identified and assessed: • Risk: Response time is too long to generate a report • Risk likelihood: medium; risk impact: high • Response to risk: o An independent test team performs performance testing during system testing o A selected sample of end users performs alpha and beta acceptance testing before the release What measure is proposed to be taken in response to this analyzed risk?. Risk acceptance. Contingency plan. Risk mitigation. Risk transfer.

A. 36) Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?. Acceptance criteria. Defect report. Test completion report. Burndown chart.

A. 37) You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?. Traceability management. Maintenance testing. Configuration management. Requirements engineering.

A. 38) You received the following defect report from the developers stating that the anomaly described in this test report is not reproducible. Application hangs up 2022-May-03 – John Doe – Rejected The application hangs up after entering “Test input: $ä” in the Name field on the new user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried with other test admin accounts, same issue. No error message received; log (see attached) contains fatal error notification. Based on the test case TC-1305, the application should accept the provided input and create the user. Please fix with high priority, this feature is related to REQ-0012, which is a critical new business requirement. What critical information is MISSING from this test report that would have been useful for the developers?. Expected result and actual result. References and defect status. Test environment and test item. Priority and severity.

A. 39) Which test activity does a data preparation tool support?. Test monitoring and control. Test analysis. Test design and implementation. Test completion.

A. 40) Which item correctly identifies a potential risk of performing test automation?. It may introduce unknown regressions in production. Sufficient efforts to maintain testware may not be properly allocated. Testing tools and associated testware may not be sufficiently relied upon. It may reduce the time allocated for manual testing.

A (Add Q). 1) You were given a task to analyze and fix causes of failures in a new system to be released. Which activity are you performing?. Debugging. Software testing. Requirement elicitation. Defect management.

A (Add Q). 2) In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?. It is correct. Testing and QA mean exactly the same thing. It is correct. These names can be used interchangeably because both testing and QA focus their activities on the same quality issues. It is not correct. Testing is something more; testing includes all activities with regard to quality. QA focuses on quality-related processes. It is not correct. QA is focused on quality-related processes while testing concentrates on demonstrating that a component or system is fit for purpose and to detect defects.

A (Add Q). 3) A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values. Which of the following correctly describes an incorrectly coded upper bound?. The root cause. A failure. An error. A defect.

A (Add Q). 4) Consider the following testware. (Picture below) Which test activity produces this testware as an output?. Test planning. Test monitoring and control. Test analysis. Test design.

A (Add Q). 5) Which of the following is the BEST example of how traceability supports testing?. Performing the impact analysis of a change will give information about the completion of the tests. Analyzing the traceability between test cases and test results will give information about the estimated level of residual risk. Performing the impact analysis of a change will help selecting the right test cases for regression testing. Analyzing the traceability between the test basis, the test objects and the test cases will help in selecting test data to achieve the assumed coverage of the test object.

A (Add Q). 6) Which of the following BEST explains a benefit of independence of testing?. The use of an independent test team allows project management to assign responsibility for the quality of the final deliverable to the test team. If a test team external to the organization can be afforded, then there are distinct benefits in terms of this external team not being so easily swayed by the delivery concerns of project management and the need to meet strict delivery deadlines. An independent test team can work separately from the developers, need not be distracted with project requirement changes, and can restrict communication with the developers to defect reporting through the defect management system. When specifications contain ambiguities and inconsistencies, assumptions are made on their interpretation, and an independent tester can be useful in questioning those assumptions and the interpretation made by the developer.

A (Add Q). 7) You are working as a tester in the team that follows the V-model. Which of the following activities CAN be performed in the initial phases of the SDLC? Select TWO options. Dynamic test execution. Static testing. Test planning. Acceptance test execution. Maintenance testing.

A (Add Q). 8) Which of the following are advantages of DevOps? i. Faster product release and faster time to market ii. Increases the need for repetitive manual testing iii. Constant availability of executable software iv. Reduction in the number of regression tests associated with code refactoring v. Setting up the. i, ii, iv are advantages. iii, v are advantages. i, iii are advantages. ii, iv, v are advantages.

A (Add Q). 9) You work as a tester in a project on a mobile application for food ordering for one of your clients. The client sent you a list of requirements. One of them, with high priority, says “The order must be processed in less than 10 seconds in 95% of the cases”. You created a set of test cases in which a number of random orders were made, the processing time measured, and the test results were checked against the requirements. What test type did you perform?. Functional, because the test cases cover the user’s business requirement for the system. Non-functional, because the measure the system’s performance. Functional, because the test cases interact with the user interface. Structural, because we need to know the internal structure of the program to measure the order processing time.

A (Add Q). 10) Your organization’s test strategy suggests that once a system is going to be retired, data migration shall be tested. As part of what test type is this testing MOST likely to be performed?. Maintenance testing. Regression testing. Component testing. Integration testing.

A (Add Q). 11) The following is a list of the work products produced in the SDLC. i. Business requirements ii. Schedule iii. Test budget iv. Third-party executable code v. User stories and their acceptance criteria Which of them can be reviewed?. i and iv can be reviewed. i, ii, iii and iv can be reviewed. i, ii, iii, and v can be reviewed. iii, iv, v can be reviewed.

A (Add Q). 12) Decide which of the following statements (i-v) are true for static testing. i. Abnormal external behaviors are easier to identify with this testing ii. Discrepancies from a coding standard are easier to find with this testing iii. It identifies failures caused by defects when the software is run iv. Its test objective is to identify defects as early as possible v. Missing coverage for critical security requirements is easier to find and fix. i, iv, v are true for static testing. i, iii, iv are true for static testing. ii, iii are true for static testing. ii, iv, v are true for static testing.

A (Add Q). 13) Which of the following statements about formal reviews is TRUE?. Some reviews do not require more than one role. The review process has several activities. Documentation to be reviewed is not distributed before the review meeting, with the exception of the work product for specific review types. Defects found during the review are not reported since they are not found by dynamic testing.

A (Add Q). 14) What task may management take on during a formal review?. Taking overall responsibility for the review. Deciding what is to be reviewed. Ensuring the effective running of review meetings, and mediating, if necessary. Recording review information such as review decisions.

A (Add Q). 15) A wine storage system uses a control device that measures the wine cell temperature T (measured in °C, rounded to the nearest degree) and alarms the user if it deviates from the optimal value of 12, according to the following rules: • if T = 12, the system says, “optimal temperature” • if T < 12, the system says, “temperature is too low!” • if T > 12, the system says, “temperature is too high!” You want to use the 3-point boundary value analysis (BVA) to verify the behavior of the control device. A test input is a temperature in °C provided by the device. What is the MINIMAL set of test inputs that achieves 100% of the desired coverage?. 11, 12, 13. 10, 12, 14. 10, 11, 12, 13, 14. 10, 11, 13, 14.

A (Add Q). 16) Which of the following statements about branch testing is CORRECT?. If a program includes only unconditional branches, then 100% branch coverage can be achieved without executing any test cases. If the test cases exercise all unconditional branches in the code, then 100% branch coverage is achieved. If 100% statement coverage is achieved, then 100% branch coverage is also achieved. If 100% branch coverage is achieved, then all decision outcomes in each decision statement in the code are exercised.

A (Add Q). 17) You are testing a mobile application that allows customers to access and manage their bank accounts. You are running a test suite that involves evaluating each screen, and each field on each screen, against a general list of user interface best practices derived from a popular book on the topic that maximizes attractiveness, ease-of-use, and accessibility for such applications. Which of the following options BEST categorizes the test technique you are using?. Black-box. Exploratory. Checklist-based. Error guessing.

A (Add Q). 18) Which of the following BEST describe the collaborative approach to user story writing?. User stories are created by testers and developers and then accepted by business representatives. User stories are created by business representatives, developers, and testers together. User stories are created by business representatives and verified by developers and testers. User stories are created in a way that they are independent, negotiable, valuable, estimable, small, and testable.

A (Add Q). 19) Consider the following part of a test plan. Testing will be performed using component testing and component integration testing. The regulations require to demonstrate that 100% branch coverage is achieved for each component classified as critical. Which part of the test plan does this part belong to?. Communication. Risk register. Context of testing. Test approach.

A (Add Q). 20) Your team uses planning poker to estimate the test effort for a newly required feature. There is a rule in your team that if there is no time to reach full agreement and the variation in the results is small, applying rules like “accept the number with the most votes” can be applied. After two rounds, the consensus was not reached, so the third round was initiated. You can see the test estimation results in the table below. (Picture below) Which of the following is the BEST example of the next step?. The product owner has to step in and make a final decision. Accept 13 as the final test estimate as this has most of the votes. No further action is needed. Consensus has been reached. Remove the new feature from the current release because consensus has not been reached.

A (Add Q). 21) Which of the following is TRUE regarding the test pyramid?. It emphasizes having far more tests at the lower test levels. It suggests that each low-level test checks a large part of the functionality. It describes distribution of test types across SDLC. It has no impact on the construction of automated tests.

A (Add Q). 22) During risk analysis the team considered the following risk: “The system allows too high a discount for a customer”. The team estimated the risk impact to be very high. What can one say about the risk likelihood?. It is also very high. High risk impact always implies high risk likelihood. It is very low. High risk impact always implies low risk likelihood. One cannot say anything about risk likelihood. Risk impact and risk likelihood are independent. Risk likelihood is not important with such a high-risk impact. One does not need to define it.

A (Add Q). 23) The following list contains risks that have been identified for a new software product to be developed: i. Management moves two experienced testers to another project ii. The system does not comply with functional safety standards iii. System response time exceeds user requirements iv. Stakeholders have inaccurate expectations v. Disabled people have problems when using the system Which of them are project risks?. i, iv are project risks. iv, v are project risks. i, iii are project risks. ii, v are project risks.

A (Add Q). 24) Which of the following is an example of how product risk analysis influences thoroughness and scope of testing?. The test manager monitors and reports the level of all known risks on a daily basis so the stakeholders can make an informed decision on the release date. One of the identified risks was "Lack of support of open-source databases", so the team decided to integrate the system with an open-source database. During the quantitative risk analysis, the team estimated the total level of all identified risks and reported it as the total residual risk before testing. Risk assessment revealed a very high level of performance risks, so it was decided to perform detailed performance efficiency testing early in the SDLC.

A (Add Q). 25) Which TWO of the following options are common metrics used for reporting on the quality level of the test object? Select TWO options. Number of defects found during system testing. Total effort on test design divided by the number of designed test cases. Number of executed test procedures. Number of defects found divided by the size of a work product. Time needed to repair a defect.

A (Add Q). 26) Which of the following pieces of information contained in a test progress report is the LEAST useful for business representatives?. Impediments to testing. Branch coverage achieved. Test progress. New risks within the test cycle.

B. 1) Which of the following is an example of why testing is necessary?. Dynamic testing increases quality by causing test objects to fail in ways that could never be achieved by the users. Static testing is used by developers to identify failures in their program code earlier than can be achieved through dynamic testing. Static analysis provides evidence to customers that the elements of the system that provide no outputs are fit for release. Reviews increase the quality of requirements specifications and lead to fewer changes being needed in derived work products.

B. 2) Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?. QA is performed as part of testing. Testing is performed as part of QC. Testing is another term for QC. Testing is performed as part of QA.

B. 3) One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?. Creating test cases that cover every possible specified output. Documenting all possible test input variations and prioritizing these based on importance. Starting testing as early as possible with reviews and other static testing approaches. Using equivalence partitioning and boundary value analysis to generate test cases.

B. 4) Which test activity involves working with test data requirements, test conditions, test environment requirements and test cases?. Test design. Test execution. Test analysis. Test implementation.

B. 5) Which of the following is MOST likely to impact how testing is performed for a given test object?. The average level of experience of the organization’s marketing team. The knowledge of users that a new system is being developed for them. The number of years’ experience of the members of the test team. The end user’s organizational structure for a commercial music streaming application.

B. 6) Which of the following statements is a CORRECT example of the value of traceability?. Traceability between the mitigated risks and passing test cases provides a means of determining the level of residual risk. Traceability between user requirements and test execution results provides a means of measuring project progress against business goals. Traceability between testers and failing test cases provides a means of determining the skill level of the testers. Traceability between the identified risks and written test conditions provides a means of determining which risks are worth testing.

B. 7) Which of the following is MOST likely to be an example of a tester using a generic skill when testing?. The tester’s deep knowledge of a variety of computer games meant that they got on well with one of the developers who was also into gaming. The tester was a former pilot and was better able to understand the acceptance criteria for the helicopter control system. The tester previously worked as a programmer and used their skills in this area to better communicate with the business analysts. The tester was very careful not to make mistakes when they methodically generated test cases prior to starting their exploratory testing session.

B. 8) Which of the following is an advantage of the whole-team approach?. It allows team members to take on any role at any time. It only needs a single team to support the complete development project. It embeds business representatives alongside developers in the same team. It generates a team synergy that benefits the entire project.

B. 9) Which of the following statements about the chosen software development lifecycle is CORRECT?. If agile software development is used, system test automation replaces the need for regression testing. If a sequential development model is used, then the dynamic testing is typically restricted to later in the lifecycle. If an iterative development model is used, then component testing is typically performed manually by developers. If an incremental development model is used, then static testing is done in early increments and dynamic testing in later increments.

B. 10) Which of the following is a good testing practice that applies to all software development lifecycles?. Testers should review work products as part of the next development phase. Testers should review work products as soon as drafts are available. Testers should review work products before test analysis and design begins. Testers should review work products immediately after they are published.

B. 11) Which of the following is an example of a test-first approach to development?. Test-Driven Development. Coverage-Driven Development. Quality-Driven Development. Feature-Driven Development.

B. 12) Which of the following statements about DevOps is CORRECT?. To speed up releases, continuous integration is used to encourage developers to submit code quickly without the need to complete component testing. To be able to update and release systems on a more frequent basis, many automated regression tests are required to reduce the danger of regression. To treat both developers and operations equally, the testers will allocate more effort to release testing by operations using a shift-right approach. To create increased synergy between testers, developers and operations, the testing must become fully automated with no manual testing.

B. 13) Which of the following is MOST likely to be performed as part of system testing?. Security testing of a credit management system by an independent test team. Testing the interface of a currency exchange system with an external banking system. Beta testing of a remote learning system by courseware developers. Testing interactions between the user interface and database of a human resources system.

B. 14) Which of the following statements is CORRECT?. Regression tests increase in number as the project progresses, whereas the number of confirmation tests decreases as the project progresses. Regression tests are created and run when the test object is fixed, whereas confirmation tests are run whenever the test object is enhanced. Regression testing is concerned with checking that the operational environment remains unchanged, whereas confirmation testing is concerned with testing changes to the test object. Regression testing is concerned with adverse effects in unchanged code, whereas confirmation testing is concerned with testing changed code.

B. 15) Which of the following is an example of a defect that can be found by static testing but NOT by dynamic testing?. Lack of usability provided through the user interface. Code with no path that reaches it. Poor response times for most of the expected users. Required features that are not implemented in the code.

B. 16) Which of the following is a benefit of early and frequent stakeholder feedback?. Managers are aware of which developers are less productive. It allows project managers to prioritize their stakeholder interactions. It facilitates early communication of potential quality issues. End users better understand why the delivery of the work product is delayed.

B. 17) Given the following task descriptions: 1. The quality characteristics to be evaluated and the exit criteria are selected 2. Everyone has access to the work product 3. Anomalies are identified in the work product 4. Anomalies are discussed And the following review activities A. Individual review B. Review initiation C. Planning D. Communication and analysis Which of the following BEST matches the task descriptions and activities?. 1B, 2C, 3D, 4A. 1B, 2D, 3C, 4A. 1C, 2A, 3B, 4D. 1C, 2B, 3A, 4D.

B. 18) Given the following roles in reviews: 1. Scribe 2. Review leader 3. Facilitator 4. Manager And the following responsibilities in reviews: A. Ensures the effective running of review meetings and the setting up a safe review environment B. Records review information, such as decisions and new anomalies found during the review meeting C. Decides what is to be reviewed and provides resources, such as staff and time for the review D. Takes overall responsibility for the review such as organizing when and where the review will take place Which of the following BEST matches the roles and responsibilities?. 1A, 2B, 3D, 4C. 1A, 2C, 3B, 4D. 1B, 2D, 3A, 4C. 1B, 2D, 3C, 4A.

B. 19) Which of the following statements BEST describes the difference between decision table testing and branch testing?. In decision table testing, the test cases are derived from the decision statements in the code. In branch testing, the test cases are derived from knowledge of the control flow of the test object. In decision table testing, the test cases are derived from the specification that describes the business logic. In branch testing the test cases are based on anticipation of potential defects in the source code. In decision table testing, the test cases are derived from knowledge of the control flow of the test object. In branch testing, test cases are derived from the specification that describes the business logic. In decision table testing, the test cases are independent of how the software is implemented. In branch testing, test cases can be created only after the design or implementation of the code.

B. 20) Customers of the TestWash car wash chain have cards with a record of the number of washes they have bought so far. The initial value is 0. After entering the car wash, the system increases the number on the card by one. This value represents the number of the current wash. Based on this number the system decides what discount the customer is entitled to. For every tenth wash the system gives a 10% discount, and for every twentieth wash, the system gives a further 40% discount (i.e., a 50% discount in total). Which of the following sets of input data (understood as the numbers of the current wash) achieves the highest equivalence partition coverage?. 19, 20, 30. 11, 12, 20. 1, 10, 50. 10, 29, 30, 31.

B. 21) You are testing a form that verifies the correctness of the length of the password given as input. The form accepts a password with the correct length and rejects a password that is too short or too long. The password length is correct if it has between 6 and 12 characters inclusive. Otherwise, it is considered incorrect. At first, the form is empty (password length = 0). You apply boundary value analysis to the “password length” variable. Your set of test cases achieves 100% 2-value boundary value coverage. The team decided that due to the high risk of this component, test cases should be added to ensure 100% 3-value boundary value coverage. Which additional password lengths should be tested to achieve this?. 4, 5, 13, 14. 7, 11. 1, 5, 13. 1, 4, 7, 11, 14.

B. 22) The following decision table contains the rules for determining the risk of atherosclerosis. (Picture below) You designed the test cases with the following test input data: TC1: Cholesterol = 125 mg/dl - Blood pressure = 141 mm Hg TC2: Cholesterol = 200 mg/dl - Blood pressure = 201 mm Hg TC3: Cholesterol = 124 mg/dl - Blood pressure = 201 mm Hg TC4: Cholesterol = 109 mg/dl - Blood pressure = 200 mm Hg TC5: Cholesterol = 201 mg/dl - Blood pressure = 140 mm Hg What is the decision table coverage achieved by these test cases?. 40%. 60%. 80%. 100%.

B . 23) A storage system can store up to three elements and is modeled by the following state transition diagram. The variable N represents the number of currently stored elements. (Picture below) Which of the following test cases, represented as sequences of events, achieves the highest level of valid transitions coverage?. Add, Remove, Add, Add, Add. Add, Add, Add, Add, Remove, Remove. Add, Add, Add, Remove, Remove. Add, Add, Add, Remove, Add.

B. 24) You run two test cases, T1 and T2, on the same code. Test T1 achieved 40% statement coverage and test T2 achieved 65% statement coverage. Which of the following sentences must be necessarily true?. The test suite composed with tests T1 and T2 achieves 105% statement coverage. There exists at least one statement that must have been executed by both T1 and T2. At least 5% of the statements in the code under test are non-executable. The test suite composed of tests T1 and T2 achieves full branch coverage.

B. 25) Let the branch coverage metric be defined as BCov = (X / Y) * 100%. What do X and Y represent in this formula?. X = number of decision outcomes exercised by the test cases Y = total number of decision outcomes in the code. X = number of conditional branches exercised by the test cases Y = total number of branches in the code. X = number of branches exercised by the test cases Y = total number of branches in the code. X = number of conditional branches exercised by the test cases Y = total number of decision outcomes in the code.

B. 26) Which TWO of the following statements provide the BEST rationale for using exploratory testing? Select TWO options. Testers have not been allocated enough time for test design and test execution. The existing test strategy requires that testers use formal, black-box test techniques. The specification is written in a formal language that can be processed by a tool. Testers are the members of an agile team and have good programming skills. Testers are experienced in the business domain and have good analytical skills.

B. 27) Which of the following BEST fits as an element of the checklist used in checklist-based testing?. “The developer made an error when implementing the code”. “The achieved statement coverage exceeds 85%”. “The program works correctly regarding functional and non-functional requirements”. “The error messages are written in language that the user can understand”.

B. 28) Consider the following acceptance criteria for a user story written from the perspective of an online store owner. Given that the user is logged in and on the homepage, When the user clicks on the "Add Item" button, Then the "Create Item" form should appear, And the user should be able to input a name and price for the new item. In what format is this acceptance criteria written?. Rule-oriented. Scenario-oriented. Product-oriented. Process-oriented.

B. 29) Your team analyzes the following user story in order to define the acceptance criteria: As a registered customer, I want to be able to view my previous orders on the company's website, so that I can keep track of my purchases. Which of the following test cases will NOT be relevant for this user story?. Input: the customer logs into their account on the website and clicks the “see order history” button Expected output: the system shows a list of all the customer’s previous orders, including the date, order number, and total cost. Input: the customer clicks on an order from the order list Expected output: the system displays the individual items purchased, along with their prices and quantities. Input: the customer clicks “Sort ascending” button on the order history screen Expected output: the system shows the order history sorted by order number in ascending order. Input: an unregistered customer registers as a new customer with a valid e-mail address that does not already exist in the customer database Expected output: the system accepts the registration and creates the account.

B. 30) Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are: (1) Code development (2) Submit code into a version control system and merge it into the “test” branch (3) Perform component testing for the submitted code Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?. Static analysis returns no high severity warnings for the submitted code. System version control reports no conflicts when merging code into the “test” branch. Component tests are compiled and ready to be executed. Statement coverage is at least 80%.

B. 31) You want to estimate the test effort for the new project using estimation based on ratios. You calculate the test-to-development effort ratio using averaged data for both development effort and test effort from four historical projects similar to the new one. The table shows this historical data. (Picture below) The estimated development effort for the new project is $800,000. What is your estimate of the test effort in this project?. $40,000. $80,000. $81,250. $82,500.

B. 32) You are testing a web application that allows users to SEARCH for products, VIEW product details, ADD products to a shopping cart, and place an ORDER. You have prepared the following five test cases, which you want to execute according to their priorities: TC1: SEARCH product A Priority: medium TC2: VIEW product A details Priority: low TC3: ADD product B to a shopping cart Priority: medium TC4: ADD product C to a shopping cart Priority: high TC5: place an ORDER Priority: high You also identified the following logical dependencies between test cases: • SEARCH functionality must be tested before VIEW functionality can be tested, as product details rely on search functionality. • VIEW functionality must be tested before ADD functionality, as adding products relies on the availability of accurate product details. • ADD functionality must be tested before ORDER functionality, as placing an order relies on the availability of accurate shopping cart information. Which test case should be executed as the fourth one?. TC3. TC1. TC2. TC4.

B. 33) According to the testing quadrants model, which of the following falls into quadrant Q1 (“technology facing” and “support the team”)?. Usability testing. Functional testing. User acceptance testing. Component integration testing.

B. 34) Given the following risks: 1. Ineffective loop implementation causes long system responses 2. Consumers change their preferences 3. Flooding of the server room 4. Patients above a certain age receive inaccurate reports And the following mitigation activities: A. Risk acceptance B. Performance testing C. Using boundary value analysis as the test technique D. Risk transfer Which of the following BEST matches the risks with the mitigation activities?. 1C, 2D, 3A, 4B. 1B, 2D, 3A, 4C. 1B, 2A, 3D, 4C. 1C, 2A, 3D, 4B.

B. 35) Which of the following is a product quality metric?. Mean time to failure. Number of defects found. Requirements coverage. Defect detection percentage.

B. 36) You are a member of a test team located in North America, developing a product for a client located in Europe. The team is agile and follows the DevOps approach and uses a continuous integration/continuous delivery pipeline. Which of the following is the LEAST effective way to communicate test progress to the customer?. Face-to-face. Dashboards. Email. Video conferencing.

B. 37) Which of the following BEST describes an example of how configuration management (CM) supports testing?. Having the version number of the environment, the CM tool can retrieve the version numbers of libraries, stubs and drivers used in that environment. Having a record of the values of the test inputs, the CM tool can execute the test cases for these configurations and calculate test coverage. Having data about the date of purchase of a software license, the CM tool automatically generates information about the fact that the product license is coming to an end. Having the version number of the test case, the CM tool can automatically generate test data for this test case.

B. 38) You are testing a sort function that gets a set of numbers as input and returns the same set of numbers sorted in ascending order. The log from the test execution looks as follows (Picture below) Which of the following provides the BEST description of the failure that can be used in a defect report?. The system fails to sort several sets of numbers. Reference: TC3, TC4, TC5. The system seems to disregard duplicates while sorting. Reference: TC3, TC4, TC5. The system fails to sort negative numbers. Reference: TC4, TC5. TC3, TC4 and TC5 have defects (duplicate input data) and should be corrected.

B. 39) Given the following descriptions: 1. Support workflow tracking 2. Facilitate communication 3. Virtual machines 4. Support reviews And the following test tool categories: A. Static testing tools B. Tools supporting scalability and deployment standardization C. DevOps tools D. Collaboration tools Which of the following BEST matches the descriptions and categories?. 1A, 2B, 3C, 4D. 1B, 2D, 3C, 4A. 1C, 2D, 3B, 4A. 1D, 2C, 3A, 4B.

B. 40) Which of the following is MOST likely to be a benefit of test automation?. It provides coverage measures that are too complicated for humans to derive. It shares responsibility for the testing with the tool vendor. It removes the need for critical thinking when analyzing test results. It generates test cases from an analysis of the program code.

C. 1) Which of the following is a typical test objective?. Validating that documented requirements are met. Causing failures and identifying defects. Initiating errors and identifying root causes. Verifying the test object meets user expectations.

C. 2) Which of the following statements BEST describes the difference between testing and debugging?. Testing causes failures while debugging fixes failures. Testing is a negative activity while debugging is a positive activity. Testing determines that defects exist while debugging removes defects. Testing finds the cause of defects while debugging fixes the cause of defects.

C.3) The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?. Explaining that it is not possible for testing to show the absence of defects. Supporting the end users to perform acceptance testing. Ensuring that no implementation defects remain in the delivered system. Modifying tests that cause no failures to ensure few defects remain.

C. 4) Which of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning? Select TWO options. Test implementation. Test design. Test execution. Test monitoring. Test analysis.

C. 5) Given the following testware: 1. Coverage items 2. Change requests 3. Test execution schedule 4. Prioritized test conditions And the following test activities A. Test analysis B. Test design C. Test implementation D. Test completion Which of the following BEST shows the testware produced by the activities?. 1B, 2D, 3C, 4A. 1B, 2D, 3A, 4C. 1D, 2C, 3A, 4B. 1D, 2C, 3B, 4A.

C. 6) Which of the following statements about the different testing roles is MOST likely to be CORRECT?. In Agile software development, the test management role is the primary responsibility of the team, while the testing role is primarily the responsibility of a single individual from outside the team. The testing role is primarily responsible for test monitoring and control, while the test management role is primarily responsible for test planning and test completion. In Agile software development, test management activities that span multiple teams are handled by a test manager outside the team, while some test management tasks are handled by the team itself. The test management role is primarily responsible for test analysis and test design, while the testing role is primarily responsible for test implementation and execution.

C. 7) Which of the following is an advantage of the whole-team approach?. Teams with no testers. Improved team dynamics. Specialist team members. Larger team sizes.

C. 8) Which of the following statements about the independence of testing is CORRECT?. Independent testers will find defects due to their different technical perspective from developers, but their independence may lead to an adversarial relationship with the developers. Developers’ familiarity with their own code means they only find a few defects in it, however their shared software background with testers means these defects would also be found by the testers. Independent testing requires testers who are outside the developer’s team and ideally from outside the organization, however these testers find it difficult to understand the application domain. Testers from outside the developer’s team are more independent than testers from within the team, but the testers from within the team are more likely to be blamed for delays in product release.

C. 9) Which of the following is a good testing practice that applies to all software development lifecycles?. For each test level, there is a corresponding development level. For each test objective, there is a corresponding development objective. For every software test activity, there is a corresponding user activity. For every software development activity, there is a corresponding test activity.

C. 10) Which of the following is an example of a test-first approach to development?. Component Test-Driven Development. Integration Test-Driven Development. System Test-Driven Development. Acceptance Test-Driven Development.

C. 11) Which of the following provides the BEST description of the shift-left approach?. When agreed by the developers, manual activities on the left-hand side of the test process are automated to support the principle of ‘early testing saves time and money’. Where cost-effective, test activities are moved to be performed earlier in the software development lifecycle (SDLC) to reduce the total cost of quality by reducing the number of defects found later in the SDLC. When they have spare time available, testers are required to automate tests for regression testing, starting with component tests and component integration tests. When available, testers are trained to perform tasks early in the SDLC to allow more test activities to be automated later in the SDLC.

C. 12) Which of the following is LEAST likely to occur as a result of a retrospective?. The quality of future test objects improves by identifying improvements in development practices. Test efficiency improves by speeding up the configuration of test environments through automation. End users’ understanding of the development and test processes is improved. Automated test scripts are enhanced through feedback from developers.

C. 13) Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?. Component testing. Component integration testing. System integration testing. Acceptance testing.

C. 14) The navigation system software has been updated due to it suggesting routes that break traffic laws, such as driving the wrong way down one-way streets. Which of the following BEST describes the testing that will be performed?. Only confirmation testing. Confirmation testing then regression testing. Only regression testing. Regression testing then confirmation testing.

C. 15) Given the following example defects: i. Two different parts of the design specification disagree due to the complexity of the design ii. A response time is too long and so makes users lose patience iii. A path in the code cannot be reached during execution iv. A variable is declared but never subsequently used in the program v. The amount of memory needed by the program to generate a report is too high Which of the following BEST identifies example defects that could be found by static testing (rather than dynamic testing)?. ii, v. iii, v. i, ii, iv. i, iii, iv.

C. 16) Which of the following is a benefit of early and frequent stakeholder feedback?. Changes to requirements are understood and implemented earlier. It ensures business stakeholders understand user requirements. It allows product owners to change their requirements as often as they want. End users are told which requirements will not be implemented prior to release.

C. 17) Given the following review types: 1. Technical review 2. Informal review 3. Inspection 4. Walkthrough And the following descriptions: A. Includes objectives such as gaining consensus, generating new ideas, and motivating authors to improve B. Includes objectives such as educating reviewers, gaining consensus, generating new ideas and detecting potential defects C. The main objective is detecting potential defects and it requires metrics collection to support process improvement D. The main objective is detecting potential defects and it generates no formal documented output Which of the following BEST matches the review types and the descriptions?. 1A, 2B, 3C, 4D. 1A, 2D, 3C, 4B. 1B, 2C, 3D, 4A. 1C, 2D, 3A, 4B.

C. 18) Which of the following is a factor that contributes to a successful review?. Ensure management participate as reviewers. Split large work products into smaller parts. Set reviewer evaluation as an objective. Plan to cover one document per review.

C. 19) What is the MAIN difference between black-box test techniques and experience-based test techniques?. The test object. The test level at which the test technique is used. The test basis. The software development lifecycle (SDLC) in which the test technique can be used.

C. 20) You are testing a PIN validator, which accepts valid PINs and rejects invalid PINs. A PIN is a sequence of digits. A PIN is valid if it consists of four digits, at least two of which are different. You have identified the following valid equivalence partitions: Variable: PIN code length • The partition “length correct” - four-digit PINs • The partition “length incorrect” - PINs with length other than 4 Variable: Number of different digits • The partition “number of different digits correct” - PINs with at least two different digits • The partition “number of different digits incorrect” - PINs with all digits being the same Which of the following is a MINIMUM set of input test data that covers all identified equivalence partitions?. 1, 1111, 1234, 12345, 1. 111, 1111, 1112. 1, 12345. 12345, 1234.

C. 21) W A developer was asked to implement the following business rule: INPUT: value (integer number) IF (value ≤ 100 OR value ≥ 200) THEN write “value incorrect” ELSE write “value OK” You design the test cases using 2-value boundary value analysis. Which of the following sets of test inputs achieves the greatest coverage?. 100, 150, 200, 201. 99, 100, 200, 201. 98, 99, 100, 101. 101, 150, 199, 200.

C. 22) You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table (Picture below) What test data will show that there are contradictory rules in the decision table?. C1 = T, C2 = T, C3 = F. C1 = T, C2 = F, C3 = T. C1 = T, C2 = T, C3 = T and C1 = F, C2 = T, C3 = T. C1 = F, C2 = F, C3 = F.

C. 23) You are designing test cases based on the following state transition diagram: (Picture below) What is the MINIMUM number of test cases required to achieve 100% valid transitions coverage?. 3. 2. 5. 6.

C. 24) You want to apply branch testing to the code represented by the following control flow graph. (Picture below) How many coverage items do you need to test?. 2. 4. 8. 7.

C. 25) How can white-box testing be useful in support of black-box testing?. White-box coverage measures can help testers evaluate black-box tests in terms of the code coverage achieved by these black-box tests. White-box coverage analysis can help testers identify unreachable fragments of the source code. Branch testing subsumes black-box test techniques, so achieving full branch coverage guarantees achieving full coverage of any black-box technique. White-box test techniques can provide coverage items for black-box techniques.

C. 26) Consider the following list: • Correct input not accepted • Incorrect input accepted • Wrong output format • Division by zero What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?. Exploratory testing. Fault attack. Checklist-based testing. Boundary value analysis.

C. 27) Which of the following BEST describes how using checklist-based testing can result in increased coverage?. Checklist items can be defined at a sufficiently low level of detail, so the tester can implement and execute detailed test cases based on these items. Checklists can be automated, so each time an automated test execution covers the checklist items, it results in additional coverage. Each checklist item should be tested separately and independently, so the elements cover different areas of the software. Two testers designing and executing tests based on the same high-level checklist items will typically perform the testing in slightly different ways.

C. 28) Which of the following provides the BEST example of a scenario-oriented acceptance criterion?. The application must allow users to delete their account and all associated data upon request. When a customer adds an item to their cart and proceeds to checkout, they should be prompted to log in or create an account if they haven’t already done so. IF (contain(product(23).Name, cart.products())) THEN return FALSE. The website must comply with the ICT Accessibility 508 Standards and ensure that all content is accessible to users with disabilities.

C. 29) You are using acceptance test-driven development and designing test cases based on the following user story: As a Regular or Special user, I want to be able to use my electronic floor card, to access specific floors. Acceptance Criteria: AC1: Regular users have access to floors 1 to 3 AC2: Floor 4 is only accessible to Special users AC3: Special users have all the access rights of Regular users Which test case is the MOST reasonable one to test AC3?. Check that a Regular user can access floors 1 and 3. Check that a Regular user cannot access floor 4. Check that a Special user can access floor 5. Check that a Special user can access floors 1, 2 and 3.

C. 30) Which of the following is NOT a purpose of a test plan?. To define test data and expected results for component tests and component integration tests. To define as exit criteria from the component test level that “100% statement coverage and 100% branch coverage must be achieved”. To describe what fields the test progress report shall contain and what should be the form of this report. To explain why system integration testing will be excluded from testing, although the test strategy requires this test level.

C. 31) At the beginning of each iteration, the team estimates the amount of work (in person-days) they will need to complete during the iteration. Let E(n) be the estimated amount of work for iteration n, and let A(n) be the actual amount of work done in iteration n. From the third iteration, the team uses the following estimation model based on extrapolation: (Picture 1) The graph shows the estimated and actual amount of work for the first four iterations. (Picture 2) What is the estimated amount of work for iteration #5?. 10.5 person-days. 8.25 person-days. 6.5 person-days. 9.4 person-days.

C. 32) You are preparing a test execution schedule for executing seven test cases TC 1 to TC 7. The following figure includes the priorities of these test cases (1=highest priority, 3 = lowest priority). The figure also shows the dependencies between test cases using arrows. For instance, the arrow from TC 4 to TC 5 means that TC 5 can only be executed if TC 4 was previously executed. (Picture below) Which test case should be executed sixth?. TC 3. TC 5. TC 6. TC 2.

C. 33) What does the test pyramid model show?. That tests may have different priorities. That tests may have different granularity. That tests may require different coverage criteria. That tests may depend on other tests.

C. 34) What is the relationship between the testing quadrants, test levels and test types?. Testing quadrants represent particular combinations of test levels and test types, defining their location in the software development lifecycle. Testing quadrants describe the degree of granularity of individual test types performed at each test level. Testing quadrants assign the test types that can be performed to the test levels. Testing quadrants group test levels and test types by several criteria such as targeting specific stakeholders.

C. 35) Which of the following is an example of how product risk analysis may influence the thoroughness and scope of testing?. Continuous risk monitoring allows us to identify emerging risk as soon as possible. Risk identification allows us to implement risk mitigation activities and reduce the risk level. The assessed risk level helps us to select the rigor of testing. Risk analysis allows us to derive coverage items.

C. 36) Which of the following activities in the test process makes the MOST use of test progress reports?. Test design. Test completion. Test analysis. Test planning.

C. 37) Which of the following is NOT an example of how configuration management supports testing?. All commits to the repository are uniquely identified and version controlled. All changes in the test environment elements are tracked. All requirement specifications are referenced unambiguously in test plans. All identified defects have an assigned status.

C. 38) Consider the following defect report for a web-based shopping application: Application: WebShop v0.99 Defect: Login button not working Steps to Reproduce: 1) Launch the website 2) Click on the login button Expected result: The user should be redirected to the login page. Actual result: The login button does not respond when clicked. Severity: High Priority: Urgent What is the MOST important information that is missing from this report?. Name of the tester and date of the report. Test environment elements and their version numbers. Identification of the test object. Impact on the interests of stakeholders.

C. 39) Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?. Test execution and coverage tools. Test design and implementation tools. Defect management tools. Test management tools.

C. 40) Which of the following is MOST likely to be a benefit of test automation?. The capability of generating test cases without access to the test basis. The achievement of increased coverage through more objective assessment. The increase in test execution times available with higher processing power. The prevention of human errors through greater consistency and repeatability.

D. 1) Which of the following is a typical test objective?. Finding and fixing defects in the test object. Maintaining effective communications with developers. Validating that legal requirements have been met. Building confidence in the quality of the test object.

D. 2) A designer documents a design for a user interface that does not suitably address disabled users because the designer is tired. The programmer implements the user interface in line with the design but as they are working under severe time pressure, they do not include suitable exception handling in their program code for bonus calculations. When the operational system is used, complaints are made by some disabled users about the interface and the company is subsequently fined by the relevant regulatory authority. No one notices that bonus calculations are sometimes incorrect. Which of the following statements is CORRECT?. The miscalculation of bonuses is a defect that occasionally occurs. The fine received for failing to address some disabled users is a failure. The programmer working under severe time pressure is a root cause. The design of the user interface includes a designer error.

D. 3) Test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?. Tests wear out. Absence-of-defects fallacy. Early testing saves time and money. Defects cluster together.

D. 4) Given the following test tasks: 1. Derive test cases from test conditions 2. Identify reusable testware 3. Organize test cases into test procedures 4. Evaluate test basis and test object And the following test activities: A. Test analysis B. Test design C. Test implementation D. Test completion Which of the following BEST matches the tasks with the activities?. 1B, 2A, 3D, 4C. 1B, 2D, 3C, 4A. 1C, 2A, 3B, 4D. 1C, 2D, 3A, 4B.

D. 5) Given the following testware: i. Test completion report ii. Data held in a database used for test inputs and expected results iii. The list of elements needed to build the test environment iv. Documented sequences of test cases in execution order v. Test cases Which of the following BEST shows the testware produced as a result of performing test implementation?. ii, iv. iii, v. i, ii, v. i, iii, iv.

D. 6) Which of the following is MOST likely to describe a task performed by someone in a test management role?. Evaluate test basis and test object. Define test environment requirements. Assess testability of test object. Create test completion report.

D. 7) Which of the following is an advantage of the whole team approach?. Improved communication between team members. Decreased individual accountability for quality. Faster deployment of deliverables to the end users. Reduced collaboration with external business users.

D. 8) Given the following benefits and drawbacks of the independence of testing: i. The testers work in a different location from the developers ii. Testers question the assumptions programmers make while writing code iii. A confrontational dynamic has been established between testers and developers iv. Developers have convinced themselves that testers are mostly accountable for quality v. Testers have different biases than those held by the developers Which are MOST likely to be considered benefits?. i, iv. ii, v. i, iii, iv. ii, iii, v.

D. 9) Which of the following is a good testing practice that applies to all software development lifecycles?. Each test level has specific and distinct test objectives. Test implementation and execution for a given test level should start during the corresponding development phase. Testers should start test design as soon as drafts of the relevant work products become available. Every dynamic testing activity has a corresponding static testing activity.

D. 10) Which of the following is an example of a test-first approach to development?. Behavior-Driven Development. Test Level Driven Development. Function-Driven Development. Performance-Driven Development.

D. 11) Which of the following is MOST likely to be a challenge encountered when implementing DevOps?. Making sure that non-functional quality characteristics are not overlooked. Managing continuously changing test environments. The need for more manual testers with suitable experience. Setting up the test automation as part of the delivery pipeline.

D. 12) Which of the following BEST describes retrospectives?. Retrospectives allow team members to identify other team members who did not fully contribute to achieving quality as required by the whole-team approach. Retrospectives give testers an opportunity to identify activities that were successful so that these are retained when potential improvements are made in the future. Retrospectives are where agile team members are allowed to voice their concerns about management and customers in a blame-free environment. Retrospectives give agile team members a forum where they focus on discussing the plan and technical decisions for the next iteration.

D. 13) Which of the following tests is MOST likely to be performed as part of functional testing?. The test checks that the sort function puts the elements of the list or array in ascending order. The test checks whether the sort function completes sorting within one second of starting. The test checks how easily the sort function can be changed from sorting ascending to sorting descending. The test checks that the sort function still functions correctly when moved from a 32-bit to a 64-bit architecture.

D. 14) Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?. The developers reported that changing the currency exchange system was difficult and the testers decided to check if this was true. The refund option of the currency exchange system was removed as it did not always repay the correct amount to customers. The agile team has started developing a user story that adds a new customer loyalty feature to the currency exchange system. The language support option of the currency exchange system was used to enable both English and local language currency transactions.

D. 15) Which of the following CANNOT be examined by static testing?. Contract. Test plan. Encrypted code. Test charter.

D. 16) Which of the following statements about the value of static testing is CORRECT?. The defect types found by static testing are different from the defect types that can be found by dynamic testing. Dynamic testing can detect the defect types that can be found by static testing plus some additional defect types. Dynamic testing can identify some of the defects that can be found by static testing but not all of them. Static testing can identify the defect types that can be found by dynamic testing as well as some extra defect types.

D. 17) Given the following descriptions of review activities: 1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed 2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product 3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies 4. The objective of the review and its schedule are established to ensure a focused and efficient review 5. Participants are provided with access to the item being reviewed Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?. 4 – 3 – 5 – 2 – 1. 4 – 5 – 3 – 1 – 2. 5 – 4 – 1 – 3 – 2. 5 – 4 – 3 – 2 – 1.

D. 18) Which participant in the review process is responsible for ensuring that the review meetings run effectively and that everyone at the meetings can voice their opinions freely?. Manager. Moderator. Chairperson. Review Leader.

D. 19) You perform system testing of an e-commerce web application and are provided with the following requirement: REQ 05-017. If the total cost of purchases exceeds $100, the customer gets a 5% discount on subsequent purchases. Otherwise, the customer does not receive a discount. Which test techniques will be MOST helpful in designing test cases based on this requirement?. White-box test techniques. Black-box test techniques. Experience-based test techniques. Risk-based test techniques.

D. 20) The system for selling cinema tickets calculates the discount type based on the client’s birth year (BY) and on the current year (CY) as follows: Let D be the difference between CY and BY, that is, D = CY – BY • If D < 0 → then print the error message “birth year cannot be greater than current year” • If 0 ≤ D < 18 → then apply the student discount • If 18 ≤ D < 65 →then apply no discount • If D ≥ 65 →then apply the pensioner discount Your test suite already contains two test cases: • BY = 1990, CY = 2020, expected result: no discount • BY = 2030, CY = 2029, expected result: print the error message Which of the following test data sets should be added to achieve full valid equivalence partitioning coverage for the discount type?. BY = 2001, CY = 2065. BY = 1900, CY = 1965. BY = 1965, CY = 1900. BY = 2011, CY = 2029. BY = 2000, CY = 2000.

D. 21) You are testing a temperature control system for a horticultural cold storage facility. The system receives the temperature (in full degrees Celsius) as the input. If the temperature is between 0 and 2 degrees inclusive, the system displays the message “temperature OK”. For lower temperatures, the system displays the message "temperature too low" and for higher temperatures it displays the message “temperature too high”. Using two-value boundary value analysis, which of the following sets of test inputs provides the highest level of boundary value coverage?. –1, 3. 0, 2. –1, 0, 2, 3. –2, 0, 2, 4.

D. 22) You are designing test cases based on the following decision table. (Picture below) So far you have designed the following test cases: • TC1: 19-year-old, unregistered man with no experience; expected result: category A • TC2: 65-year-old, unregistered woman with 5 years of experience; expected result: category B • TC3: 66-year-old, registered man with no experience; expected result: category C • TC4: 65-year-old, registered woman with 4 years of experience; expected result: category D Which of the following test cases, when added to the existing set of test cases, will increase the decision table coverage?. 66-year-old, unregistered man with no experience; expected result: category B. 55-year-old, unregistered woman with 2 years of experience; expected result: category A. 19-year-old, registered woman with 5 years of experience; expected result: category D. No additional test case can increase the already achieved decision table coverage.

D. 23) You are applying state transition testing to the hotel room reservation system modeled by the following state transition table, with 4 states and 5 different events: (Picture below) Assuming all test cases start in the ‘Requesting’ state, which of the following test cases, represented as sequences of events, achieves the highest valid transitions coverage?. NotAvailable, Available, ChangeRoom, NotAvailable, Cancel. Available, ChangeRoom, NotAvailable, Available, Pay. Available, ChangeRoom, Available, ChangeRoom, NotAvailable. NotAvailable, Cancel, ChangeRoom, Available, Pay.

D. 24) Your test suite S for a program P achieves 100% statement coverage. It consists of three test cases, each of which achieves 50% statement coverage. Which of the following statements is CORRECT?. Executing S will cause all possible failures in P. S achieves 100% branch coverage for P. Every executable statement in P containing a defect has been run at least once during the execution of S. After removing one test case from S, the remaining two test cases will still achieve 100% statement coverage.

D. 25) Why does white-box testing facilitate defect detection even when the software specification is vague, outdated or incomplete?. Test cases are designed based on the structure of the test object rather than the specification. For each white-box test technique the coverage can be well-defined and easily measured. White-box test techniques are very well designed to detect omissions in the requirements. White-box test techniques can be used in both static testing and dynamic testing.

D. 26) Which of the following is NOT anticipated by the tester while applying error guessing?. The developer misunderstood the formula in the user story for calculating the interest. The developer wrote “FA = A*(1+IR^N)” instead of “FA = A*(1+IR)^N” in the source code. The developer missed the seminar on new compound interest rate legislation. The accuracy of the interest calculated by the system is not precise enough.

D. 27) Which of the following is true about exploratory testing?. Test cases are designed before the exploratory testing session starts. The tester can perform test execution, but cannot perform test design. Exploratory testing results are good predictors of the number of remaining defects. During exploratory testing the tester may use black-box test techniques.

D. 28) Which collaborative user story writing practice enables the team to achieve a collective understanding of what needs to be delivered?. Planning poker, so that a team can achieve consensus on the effort needed to implement a user story. Reviews, so that a team can detect inconsistencies and contradictions in a user story. Iteration planning, so that user stories with the highest business value for a customer can be prioritized for implementation. Conversation, so that team members can understand how the software will be used.

D. 29) You have just started designing test cases for the following user story. As a customer, I want to be able to filter search results by price range, so that I can find products within my budget more easily. Acceptance criteria: 1. The filter should work for all versions of the application from version 3.0 upwards 2. The filter should allow the customer to set a price range with a minimum and a maximum price 3. The search results should update dynamically as the customer adjusts the price range filter In all test cases the precondition is as follows: there are only two products available, products A and B. Product A costs $100 and product B costs $110. Which of the following is the BEST example of a test case for this user story?. Enter webpage and set filter to show prices between $90 and $100. Expected result: results show product A only. Set maximum price to $110. Expected result: results now include both products A and B. Enter webpage. Expected result: the default minimum and maximum prices are $100 and $110 respectively. Add product C to stock, with price $120. Refresh the client’s webpage. Expected result: the default maximum price changes to $120. Enter webpage and set filter to show prices between $90 and $115. Expected result: results show both products A and B. Change currency from USD to EUR. Expected result: the filter range changes correctly to EUR values, according to the current exchange rate. Enter webpage with three different browsers: Edge, Chrome and Opera. In each browser set filter between $90 and $110. Expected result: results include both products A and B and the results layout is the same in all three browsers.

D. 30) Which of the following BEST define EXIT criteria in a testing project? Select TWO options. The budget is approved. Budget runs out. Test basis is available. Test cases achieved at least 80% statement coverage. All test analysts are ISTQB certified at the Foundation Level.

D. 31) The team wants to estimate the time needed for one tester to execute four test cases for a software component. The team has gathered the following measures of the effort used to execute a single test case: • Best-case scenario: 1 hour • Worst-case scenario: 8 hours • Most likely scenario: 3 hours Given that the three-point estimation technique is being used, what is the final estimate of the time needed to execute all four test cases?. 14 hours. 3.5 hours. 16 hours. 12 hours.

D. 32) The table shows the traceability matrix from test cases to requirements. “X” means that a given test case covers the corresponding requirement. (Picture below) You want to prioritize the test cases following the additional coverage prioritization technique. You execute all four test cases. Which test case should be executed as the LAST one?. TC1. TC2. TC3. TC4.

D. 33) How can the testing quadrants be beneficial for testing?. They help in test planning by dividing the test process into four stages, corresponding to the four basic test levels: component, integration, system, and acceptance testing. They help in assessing the high-level coverage (e.g., requirements coverage) based on low-level coverage (e.g., code coverage). They help non-technical stakeholders to understand the different types of tests and that some test types are more relevant to certain test levels than others. They help agile teams to develop a communication strategy based on classifying people according to four basic psychological types, and on modelling the relations between them.

D. 34) For a given risk, its risk level is $1,000 and its risk likelihood is estimated as 50%. What is the risk impact?. $500. $2,000. $50,000. $200.

D. 35) Which of the following are product risks?. Scope creep. Poor architecture. Cost-cutting. Poor tool support. Response time too long.

D. 36) Which of the following is NOT a valid purpose for a test report?. Tracking test progress and identifying areas that require further attention. Providing information on the tests executed, their results, and any issues or defects found. Providing information about each defect, such as the steps to reproduce it. Providing information on testing planned for the next period.

D. 37) The user reported a software failure. An engineer from the support team asked the user for the software version number where the failure was observed. Based on the version number, the team reassembled all the files that made up the release. This later allowed a developer to perform analysis, find the defect, and fix it. Which of the following enabled the above activity to be performed by the team?. Risk management. Test monitoring and control. Whole-team approach. Configuration management.

D. 38) Consider the following defect report for a Book Lending System. Defect ID: 001 | Title: Unable to Return a Book | Severity: High | Priority: | Environment: Windows 10, Google Chrome Description: When attempting to return a book using the Book Return feature, the system does not register the return and the book remains checked out to the user. Steps to Reproduce: 1) Login to the Book Lending System as a user who has checked out a book. 2) Click on the "Book Return" button for the book that has been checked out. 3) System does not register the return and the book remains checked out. Expected Result: The book should be returned and no longer appear as checked out to the user. Actual Result: The book remains checked out to the user and is not registered as returned in the system. Attachments: [empty list] Which of the following is MOST likely to help the developer reproduce the failure quickly?. Adding information about which users and which books the issue affects to the “Description” section. Filling in the missing value for the “Priority” field. Adding memory dumps and database snapshots taken after each step described in the “Steps to Reproduce” section to the “Attachments” section. Repeating the same test case for different environments and writing defect reports for each of them separately.

D. 39) Given the following test tool categories: i. Collaboration tools ii. DevOps tools iii. Management tools iv. Non-functional testing tools v. Test design and implementation tools Tools from which of the categories are MOST likely to facilitate test execution?. i, v. ii, iv. i, iii, v. ii, iii, iv.

D. 40) Which of the following is MOST likely to be a risk of test automation?. The detection of additional high-severity defects. Providing measures that are too complicated for humans to derive. Incompatibility with the development platform. Substantially reduced test execution times.

Denunciar Test