Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEISTQB Sample A

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
ISTQB Sample A

Descripción:
2018's syllabus

Autor:
ISTQB
(Otros tests del mismo autor)

Fecha de Creación:
15/04/2022

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 one of the following answers describes a test condition? A distinguishing characteristic of a component or system A testable aspect of a component or system identified as a basis for testing The degree to which a software product provides functions which meet stated and implied needs when the software is used under specified conditions Test cases designed to execute combinations of conditions and actions resulting from them.
Which of the following statements is a valid objective for testing? The test should start as late as possible so that development had enough time to create a good product To validate whether the test object works as expected by the users and other stakeholders To prove that all possible defects are identified To prove that any remaining defects will not cause any failures.
Which of the following statements correctly describes the difference between testing and debugging? Testing identifies the source of defects; debugging analyzes the defects and proposes prevention activities Dynamic testing shows failures caused by defects; debugging eliminates the defects, which are the source of failures Testing removes faults; but debugging removes defects that cause the faults Dynamic testing prevents the causes of failures; debugging removes the failures.
Which one of the statements below describes the most common situation for a failure discovered during testing or in production? The product crashed when the user selected an option in a dialog box The wrong version of a compiled source code file was included in the build The computation algorithm used the wrong input variables The developer misinterpreted the requirement for the algorithm.
Mr. Test has been testing software applications on mobile devices for a period of 5 years. He has a wealth of experience in testing mobile applications and achieves better results in a shorter time than others. Over several months, Mr. Test did not modify the existing automated test cases and did not create any new test cases. This leads to fewer and fewer defects being found by executing the tests. What principle of testing did Mr. Test not observe? Testing depends on the environment Exhaustive testing is not possible Repeating of same tests will not find new defects Defects cluster together.
In what way can testing be part of Quality Assurance? It ensures that requirements are detailed enough Testing reduces the risk of poor software quality It ensures that standards in the organization are followed It measures the quality of software in terms of number of executed test cases.
Which of the following activities is part of the main activity "test analysis" in the test process? Identifying any required infrastructure and tools Creating test suites from test scripts Analyzing lessons learned for process improvement Evaluating the test basis for testability.
Match the following test work products (1-4) with the right description (A-D). 1A, 2C, 3B, 4D 1D, 2B, 3A, 4C 1A, 2C, 3D, 4B 1D, 2C, 3B, 4A.
How can white-box testing be applied during user acceptance testing? To check if large volumes of data can be transferred between integrated systems To check if all code statements and code decision paths have been executed To check if all work process flows have been covered To cover all web page navigations.
Which of the following statements comparing component testing and system testing is TRUE? Component testing verifies the functionality of software modules, program objects, and classes that are separately testable, whereas system testing verifies interfaces between components and interactions between different parts of the system Test cases for component testing are usually derived from component specifications, design specifications, or data models, whereas test cases for system testing are usually derived from requirement specifications or use cases Component testing only focuses on functional characteristics, whereas system testing focuses on functional and non-functional characteristics Component testing is the responsibility of the testers, whereas system testing typically is the responsibility of the users of the system.
Which one of the following is TRUE? The purpose of regression testing is to check if the correction has been successfully implemented, while the purpose of confirmation testing is to confirm that the correction has no side effects The purpose of regression testing is to detect unintended side effects, while the purpose of confirmation testing is to check if the system is still working in a new environment The purpose of regression testing is to detect unintended side effects, while the purpose of confirmation testing is to check if the original defect has been fixed The purpose of regression testing is to check if the new functionality is working, while the purpose of confirmation testing is to check if the original defect has been fixed.
Which one of the following is the BEST definition of an incremental development model? Defining requirements, designing software and testing are done in phases where in each phase a piece of the system is added A phase in the development process should begin when the previous phase is complete Testing is viewed as a separate phase which takes place after development has been completed Testing is added to development as an increment.
Which of the following should NOT be a trigger for maintenance testing? Decision to test the maintainability of the software Decision to test the system after migration to a new operating platform Decision to test if archived data is possible to be retrieved Decision to test after “hot fixes”.
Which of the following options are roles in a formal review? Developer, Moderator, Review leader, Reviewer, Tester Author, Moderator, Manager, Reviewer, Developer Author, Manager, Review leader, Reviewer, Designer Author, Moderator, Review leader, Reviewer, Scribe.
Which activities are carried out within the planning of a formal review? Collection of metrics for the evaluation of the effectiveness of the review Answer any questions the participants may have Definition and Verification of fulfillment of entry criteria for the review Evaluation of the review findings against the exit criteria.
Which of the review types below is the BEST option to choose when the review must follow a formal process based on rules and checklists? Informal Review Technical Review Inspection Walkthrough.
Which of the following statements about static testing are MOST true? Static testing is a cheap way to detect and remove defects Static testing makes dynamic testing less challenging Static testing makes it possible to find run-time problems early in the lifecycle When testing safety-critical system, static testing has less value because dynamic testing finds the defects better.
You will be invited to a review. The work product to be reviewed is a description of the in-house document creation process. The aim of the description is to present the work distribution between the different roles involved in the process in a way that can be clearly understood by everyone. You will be invited to a checklist-based review. The checklist will also be sent to you. It includes the following points: i. Is the person who performs the activity clearly identified for each activity? ii. Are the entry criteria clearly defined for each activity? iii. Are the exit criteria clearly defined for each activity? iv. Are the supporting roles and their scope of work clearly defined for each activity? In the following we show an excerpt of the work result to be reviewed, for which you should use the checklist above: "After checking the customer documentation for completeness and correctness, the software architect creates the system specification. Once the software architect has completed the system specification, he invites testers and verifiers to the review. A checklist describes the scope of the review. Each invited reviewer creates review comments - if necessary - and concludes the review with an official review done-comment." Which of the following statements about your review is correct? Point ii) of the checklist has been violated because it is not clear which condition must be fulfilled to invite to the review You notice that in addition to the tester and the verifier, the validator must also be invited. Since this item is not part of your checklist, you do not create a corresponding comment Point iii) of the checklist has been violated as it is not clear what marks the review as completed Point i) of the checklist has been violated because it is not clear who is providing the checklist for the invitation to the review.
What is checklist-based testing? A test technique in which tests are derived based on the tester's knowledge of past faults, or general knowledge of failures A test technique based on an analysis of the specification of a component or system An experience-based test technique whereby the experienced tester uses a list of items to be noted, checked, or remembered, or a set of rules or criteria against which a product must be verified An approach to testing where the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.
Which one of the following options is categorized as a black-box test technique? A technique based on analysis of the architecture A technique checking that the test object is working according to the detailed design A technique based on the knowledge of past faults, or general knowledge of failures A technique based on formal requirements.
The following statement refers to decision coverage: “When the code contains only a single ‘if’ statement and no loops or CASE statements, and its execution is not nested within the test, any single test case we run will result in 50% decision coverage.” Which of the following statement is correct? The statement is true. Any single test case provides 100% statement coverage and therefore 50% decision coverage The statement is true. Any single test case would cause the outcome of the “if” statement to be either true or false The statement is false. A single test case can only guarantee 25% decision coverage in this case The statement is false. The statement is too broad. It may be correct or not, depending on the tested software.
Which one of the following is the description of statement coverage? It is a metric, which is the percentage of test cases that have been executed It is a metric, which is the percentage of statements in the source code that have been executed It is a metric, which is the number of statements in the source code that have been executed by test cases that are passed It is a metric, that gives a true/false confirmation if all statements are covered or not.
Which statement about the relationship between statement coverage and decision coverage is true? 100% decision coverage also guarantees 100% statement coverage 100% statement coverage also guarantees 100% decision coverage 50% decision coverage also guarantees 50% statement coverage Decision coverage can never reach 100%.
For which of the following situations is exploratory testing suitable? When time pressure requires speeding up the execution of tests already specified When the system is developed incrementally, and no test charter is available When testers are available who have enough knowledge of similar applications and technologies When an advanced knowledge of the system already exists, and evidence is to be if it should be tested intensively.
An employee’s bonus is to be calculated. It cannot be negative, but it can be calculated down to zero. The bonus is based on the length of employment: • Less than or equal to 2 years • More than 2 years but less than 5 years • 5 to 10 years inclusively • Longer than 10 years What is the minimum number of test cases required to cover all valid equivalence partitions for calculating the bonus? 3 5 2 4.
A speed control and reporting system has the following characteristics: • If you drive 50 km/h or less, nothing will happen. • If you drive faster than 50 km/h, but no more than 55 km/h, you will be warned. • If you drive faster than 55 km/h but not more than 60 km/h, you will be fined. • If you drive faster than 60 km/h, your driving license will be suspended. • The speed in km/h is available to the system as an integer value. Which would be the most likely set of values (km/h) identified by applying the boundary value analysis, where only the values on the boundaries of the equivalence classes are selected? 0, 49, 50, 54, 59, 60 50, 55, 60 49, 50, 54, 55, 60, 62 50, 51, 55, 56, 60, 61.
A company's employees are paid bonuses if they work more than a year in the company and achieve a target which is individually agreed before. These facts can be shown in a decision table: Which of the following test cases represents a situation that can happen in real life, and is missing in the above decision table? Condition1 = YES, Condition2 = NO, Condition3 = YES, Action= NO Condition1 = YES, Condition2 = YES, Condition3 = NO, Action= YES Condition1 = NO, Condition2 = NO, Condition3 = YES, Action= NO Condition1 = NO, Condition2 = YES, Condition3 = NO, Action= NO.
Which of the following statements about the given state transition diagram and table of test cases is TRUE? The given test cases cover both valid and invalid transitions in the state transition diagram The given test cases represent all possible valid transitions in the state transition diagram The given test cases represent some of the valid transitions in the state transition diagram The given test cases represent pairs of transitions in the state transition diagram.
A video application has the following requirement: The application shall allow playing a video on the following display resolution: 1. 640x480 2. 1280x720 3. 1600x1200 4. 1920x1080 Which of the following list of test cases is a result of applying the equivalence partitioning test technique to test this requirement? Verify that the application can play a video on a display of size 1920x1080 (1 test case) Verify that the application can play a video on a display of size 640x480 and 1920x1080 (2 test cases) Verify that the application can play a video on each of the display sizes in the requirement (4 test cases) Verify that the application can play a video on any one of the display sizes in the requirement (1 test case).
Which of the following statements BEST describes how tasks are divided between the test manager and the tester? The test manager plans testing activities and chooses the standards to be followed, while the tester chooses the tools and set the tools usage guidelines The test manager plans, coordinates, and controls the testing activities, while the tester automates the tests The test manager plans, monitors, and controls the testing activities, while the tester designs tests and decides on the release of the test object The test manager plans and organizes the testing and specifies the test cases, while the tester executes the tests.
Which of the following metrics would be MOST useful to monitor during test execution? Percentage of executed test cases Average number of testers involved in the test execution Coverage of requirements by source code Percentage of test cases already created and reviewed.
Which of the following can affect and be part of the (initial) test planning? Budget limitations Test log Failure rate Use cases.
Which of the following lists contains only typical exit criteria from testing? Reliability measures, test coverage, schedule and status about fixing defect and remaining risks Reliability measures, test coverage, degree of tester’s independence and product completeness Reliability measures, test coverage, test cost, availability of test environment, time to market and product completeness Time to market, remaining defects, tester qualification, availability of testable use cases, test coverage and test cost.
Which one of the following is NOT included in a test summary report? Defining pass/fail criteria and objectives of testing Deviations from the test approach Measurements of actual progress against exit criteria Evaluation of the quality of the test object.
The project develops a "smart" heating thermostat. The control algorithms of the thermostat were modeled as Matlab/Simulink models and run on the internet connected server. The thermostat uses the specifications of the server to trigger the heating valves. The test manager has defined the following test strategy/approach in the test plan: 1. The acceptance test for the whole system is executed as an experience-based test. 2. The control algorithms on the server are checked against standard of the energy saving regulation. 3. The functional test of the thermostat is performed as risk-based testing. 4. The security tests of data / communication via the internet are executed together with external security experts. What four common types of test strategies/approaches did the test manager implement in the test plan? Methodical, analytical, reactive, and regression-averse Analytical, standard-compliant, consultative, and reactive Model-based, methodical, analytical, and consultative Regression-averse, consultative, reactive, and methodical.
Which one of the following is the characteristic of a metrics-based approach for test estimation? Budget which was used by a previous similar test project Overall experience collected in interviews with test managers Estimation of effort for test automation agreed in the test team Average of calculations collected from business experts.
As a test manager you are responsible for testing the following parts of requirements: • R1 - Process anomalies • R2 - Synchronization • R3 - Approval • R4 - Problem solving • R5 - Financial data • R6 - Diagram data • R7 - Changes to the user profile Notation: Logical requirement dependencies (A -> B means, that B depends on A): Which one of the following options structures the test execution schedule according to the requirement dependencies? R1 ; R3 ; R4 ; R7 ; R2 ; R5 ; R6 R1 ; R3 ; R2 ; R4 ; R7 ; R5 ; R6 R1 ; R3 ; R2 ; R5 ; R6 ; R4 ; R7 R1 ; R2 ; R5 ; R6 ; R3 ; R4 ; R7.
You are testing a new version of software for a coffee machine. The machine can prepare different types of coffee based on four categories. i.e., coffee size, sugar, milk, and syrup. The criteria are as follows: • Coffee size (small, medium, large) • Sugar (none, 1 unit, 2 units, 3 units, 4 units) • Milk (yes or no) • Coffee flavor syrup (no syrup, caramel, hazelnut, vanilla) Now you are writing a defect report with the following information: • Title: Low coffee temperature. • Short summary: When you select coffee with milk, the time for preparing coffee is too long and the temperature of the beverage is too low (less than 40 °C). • Expected result: The temperature of coffee should be standard (about 75 °C). • Degree of risk: Medium • Priority: Normal What valuable information was omitted in the above defect report? The actual test results Identification of the tested software version Status of the defect Ideas for improving the test case.
Which one of the following is MOST likely to be a benefit of test execution tools? It is easy to create regression tests It is easy to maintain version control of test assets It is easy to design tests for security testing It is easy to run regression tests.
Which one of the following test tools is mostly suitable for developers rather than testers? Requirement management tools Configuration management tools Static analysis tools Performance testing tools.
Denunciar test Consentimiento Condiciones de uso