Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESETEST EXAM ISTQB Set A - 2023

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
TEST EXAM ISTQB Set A - 2023

Descripción:
TEST EXAM ISTQB Set A - 2023

Autor:
AVATAR

Fecha de Creación:
25/04/2024

Categoría:
Otros

Número preguntas: 40
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
Which of the following statements describe a valid test objective? To prove that there are no unfixed defects in the system under tes 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.
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.
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.
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.
Which of the following factors (i-v) have SIGNIFICANT influence on the test process? i. The SDLC ii. The number of defects detected in previous projects ii. The identified product risks iv. New regulatory requirements forcing formal white-box testing v. The test environment setup i, ii have significant influence; iii, iv, v have not i, iii, iv have significant influence; ii, v have not ii, iv, v have significant influence; i, iii have not iii, v have significant influence; i, ii, iv have not.
Which TWO of the following tasks belong MAINLY to a testing role? Select TWO options. a) Configure test environments b) Maintain the product backlog c) Design solutions to new requirements d) Create the test plan e) Report on achieved coverage a) and d a) and e) b) and d) c) and d).
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 not i, iii and v are important; ii and iv are not i, ii and v are important; iii and iv are not iii and iv are important; i, ii and v are not.
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.
Consider the following rule "for every SDLC activity there is a corresponding test activity". In which SDLC model does this rule hold? Only in sequential SDLC models Only in iterative SDLC model Only in iterative and incremental SDLC models In sequential, incremental, and iterative SDLC models.
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.
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 proces.
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 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 process improvement program Retrospectives embrace five values including courage and respect, which are crucial to maintain continuous improvement in the organization.
Which types of failures (1-4) fit which test levels (A-D) BEST? 1. Failures in system behavior as it deviates from 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.
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: 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.
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.
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 is the only way to measure the quality of changes It helps avoid requirements misunderstandings.
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.
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.
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 of the software and the business domain The test cases are used to identify deviations from the requirements.
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.
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: 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%.
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: 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.
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. What is the MINIMAL number of test cases to achieve valid transitions coverage? 4 2 7 3.
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.
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.
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.
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.
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.
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 deleting 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.
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.
Which TWO of the following options are the exit criteria for testing a system? a) Test environment readiness b) The ability to log in to the test object by the tester c) Estimated defect density is reached d) Requirements are translated into given/when/then format e) Regression tests are automated Select TWO options. a) and c) b) and e) a) and d) c) and e).
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.
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: Which of the following test cases should be executed as the third one? TC 003 TC 005 TC 002 TC 001.
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.
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.
Which tool 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.
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.
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: $a" 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.
Which test activity does a data preparation tool support? Test monitoring and control Test analysis and design Test implementation and execution Test completion.
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.
Denunciar test Consentimiento Condiciones de uso