40 Question quiz 23 (921-960)

Descripción

Test sobre 40 Question quiz 23 (921-960), creado por Daniel Neag el 10/12/2017.
Daniel Neag
Test por Daniel Neag, actualizado hace más de 1 año
Daniel Neag
Creado por Daniel Neag hace más de 6 años
49
0

Resumen del Recurso

Pregunta 1

Pregunta
According to the ISTQB Glossary, regression testing is required for what purpose?
Respuesta
  • A. To verify the success of corrective actions.
  • B. To prevent a task from being incorrectly considered completed.
  • C. To ensure that defects have not been introduced by a modification.
  • D. To motivate better unit testing by the programmers.

Pregunta 2

Pregunta
Which of the following structure-based test design technique would be most likely to be applied to? 1 Boundaries between mortgage interest rate bands. 2 An invalid transition between two different area's statuses. 3 The business process flow for mortgage approval. 4 Control flow of the program to calculate repayments.
Respuesta
  • A. 2, 3 and 4
  • B. 2 and 4
  • C. 3 and 4
  • D. 1, 2 and 3

Pregunta 3

Pregunta
Which test requires the execution of the software component?
Respuesta
  • A. Formal inspection
  • B. Dynamic testing
  • C. Code walkthrough
  • D. Execution testing

Pregunta 4

Pregunta
What is the purpose of a test completion criterion?
Respuesta
  • A. to know when a specific test has finished its execution
  • B. to ensure that the test case specification is complete
  • C. to set the criteria used in generating test inputs
  • D. to determine when to stop testing

Pregunta 5

Pregunta
Maintenance testing is:
Respuesta
  • A. updating tests when the software has changed
  • b. testing a released system that has been changed
  • C. testing by users to ensure that the system meets a business need
  • D. testing to maintain business advantage

Pregunta 6

Pregunta
Error guessing is best used:
Respuesta
  • A. after more formal techniques have been applied
  • B. as the first approach to deriving test cases
  • C. by inexperienced testers
  • D. after the system has gone live

Pregunta 7

Pregunta
For which of the following test cases does test coverage analysis not assign the highest priority?
Respuesta
  • A. The ones that cover the most important quality risk
  • B. The ones that cover the requirements
  • C. The ones that cover conditions
  • D. The ones that cover the functions

Pregunta 8

Pregunta
Given this decision table on Car Rental, what is the expected result for the following test cases? TCI: A 26-year-old on business but with violations or accidents on his driving record TC2: A 62-year-old tourist with a clean driving record
Respuesta
  • A. TCI: Don't supply car; TC2: Supply car with premium charge.
  • B. TCI: Supply car with premium charge; TC2: Supply car with no premium charge.
  • C. TCI: Don't supply car; TC2: Supply car with no premium charge.
  • D. TCI: Supply car with premium charge; TC2: Don't supply car.

Pregunta 9

Pregunta
Requirement 24.3. A 'Postage Assistant' will calculate the amount of postage due for letters and small packages up to 1 kilogram in weight. The inputs are: the type of item (letter, book or other package) and the weight in grams. Which of the following conform to the required contents of a test case?
Respuesta
  • A. Test the three types of item to post and three different weights [Req 24.3]
  • B. Test 1: letter, 10 grams, postage $0.25. Test 2: book, 500 grams, postage $1.00. Test 3: package, 999 gram, postage $2.53 [Req 24.3]
  • C. Test 1: letter, 10 grams to Belgium. Test 2: book 500 grams to USA. Test 3: package, 999 grams to South Africa [Req 24.3]
  • D. Test 1: letter 10 grams, Belgium, postage $0.25. Test 2: package 999 grams to South Africa, postage $2.53

Pregunta 10

Pregunta
Acceptance testing may occur at more than just a single test level. With the exception of:
Respuesta
  • A. A COTS software product may be acceptance tested when it is installed or integrated.
  • B. Acceptance testing of the usability of a component may be done during component testing.
  • C. Acceptance testing after a change has been released to the user community.
  • D. Acceptance testing of a new functional enhancement may come before system testing.

Pregunta 11

Pregunta
Integrity testing involves:
Respuesta
  • A. The testing of pseudo code
  • B. Performance testing
  • C. Alpha testing
  • D.The final phase of testing prior to deployment

Pregunta 12

Pregunta
As a moderator in a typical formal review, what can be one of your responsibilities?
Respuesta
  • A. Deciding on the execution of reviews
  • B. Documenting all the issues and problems
  • C. Leading the review of the documents
  • D. Identifying and describing the findings

Pregunta 13

Pregunta
Which is not a major task of test implementation and execution:
Respuesta
  • A. Develop and prioritizing test cases, creating test data, writing test procedures and optionally, preparing test harness and writing automated test scripts.
  • B. Logging the outcome of test execution and recording the identities and versions of the software under test, test tools and testware.
  • C. Checking test logs against the exit criteria specified in test planning.
  • D. Verifying that the test environment has been set up correctly.

Pregunta 14

Pregunta
Which of the following is not appropriate for testing interactions between paths?
Respuesta
  • A. Path that people are particularly likely to follow
  • B. Choices at one menu level or data entry screen can affect the presentation of choices elsewhere
  • C. Test reaction to all combinations of valid and invalid inputs
  • D. Randomly select different paths in each test cycle

Pregunta 15

Pregunta
Which of the following is the main purpose of the component build and integration strategy?
Respuesta
  • A. to ensure that all of the small components are tested
  • B. to ensure that the system interfaces to other systems and networks
  • C. to ensure that the integration testing can be performed by a small team
  • D. to specify how the software should be divided into components
  • E. to specify which components to combine when, and how many at once

Pregunta 16

Pregunta
Which of the following BEST describes the difference between an inspection and a walkthrough?
Respuesta
  • A. Both inspections and walkthroughs are led by the author.
  • B. An inspection is led by a moderator and a walkthrough is led by the author.
  • C. Both inspections and walkthroughs are led by a trained moderator.
  • D. A walkthrough is led by the author. The author is not present during inspections.

Pregunta 17

Pregunta
Where may functional testing be performed?
Respuesta
  • A. At system and acceptance testing levels only.
  • B. At all test levels.
  • C. At all levels above integration testing.
  • D. At the acceptance testing level only.

Pregunta 18

Pregunta
What is the MAIN objective when reviewing a software deliverable?
Respuesta
  • A. To identify potential application failures by use of a test specification.
  • B. To identify defects in any software work product.
  • C. To identify spelling mistakes in a requirements specification.
  • D. To identify standards inconsistencies in the code.

Pregunta 19

Pregunta
As part of which test process do you determine the exit criteria?
Respuesta
  • A. Test planning.
  • B. Evaluating exit criteria and reporting.
  • C. Test closure.
  • D. Test control.

Pregunta 20

Pregunta
Which of the following is a MAJOR task of test implementation and execution?
Respuesta
  • A. Measuring and analyzing results.
  • B. Reporting discrepancies as incidents.
  • C. Identifying test conditions or test requirements.
  • D. Assessing if more tests are needed.

Pregunta 21

Pregunta
A thermometer measures temperature in whole degrees only. If the temperature falls below 18 degrees, the heating is switched off. It is switched on again when the temperature reaches 21 degrees. What are the best values in degrees to cover all equivalence partitions?
Respuesta
  • A. 15,19 and 25.
  • B. 17,18 and19.
  • C. 18, 20 and22.
  • D. 16, 26 and 32.

Pregunta 22

Pregunta
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?
Respuesta
  • A. 5, 6, 20
  • B. 4, 5, 80
  • C. 4, 5, 99
  • D. 1, 20, 100

Pregunta 23

Pregunta
What is the KEY difference between preventative and reactive approaches to testing?
Respuesta
  • A. Preventative tests and reactive tests are designed as early as possible.
  • B. Preventative tests are designed early; reactive tests are designed after the software has been produced.
  • C. Preventative testing is always analytical; reactive testing is always heuristic.
  • D. Preventative tests are designed after the software has been produced; reactive tests are designed early in response to review comments.

Pregunta 24

Pregunta
What determines the level of risk?
Respuesta
  • A. The cost of dealing with an adverse event if it occurs.
  • B. The probability that an adverse event will occur.
  • C. The amount of testing planned before release of a system.
  • D. The likelihood of an adverse event and the impact of the event.

Pregunta 25

Pregunta
Which of the following types of defects is use case testing MOST LIKELY to uncover? i) Defects in the process flows during real-world use of the system. ii) Defects in the interface parameters in integration testing. iii) Integration defects caused by the interaction and interference of different components. iv) Defects in the system as it transitions between one state and another.
Respuesta
  • A. ii, iii.
  • B. i, iii.
  • C. iii, iv.
  • D. i, ii

Pregunta 26

Pregunta
Which of the following is MOST important in the selection of a test approach?
Respuesta
  • A. Availability of tools to support the proposed techniques.
  • B. The budget allowed for training in proposed techniques.
  • C. Available skills and experience in the proposed techniques.
  • D. The willingness of the test team to learn new techniques.

Pregunta 27

Pregunta
Which of the following is a purpose of the review planning phase?
Respuesta
  • A. Log defects.
  • B. Explain the documents to the participants.
  • C. Gather metrics.
  • D. Allocate the individual roles.

Pregunta 28

Pregunta
A defect arrival rate curve:
Respuesta
  • A. Shows the number of newly discovered defects per unit time
  • B. Shows the number of open defects per unit time.
  • C. Shows the cumulative total number of defects found up to this time.
  • D. Any of these, depending on the company.

Pregunta 29

Pregunta
We can achieve complete statement coverage but still miss bugs because: Choose two
Respuesta
  • A. The failure occurs only if you reach a statement taking the TRUE branch of an IF statement, and you got to the statement with a test that passed through the FALSE branch.
  • B. The failure depends on the program's inability to handle specific data values, rather than on the program's flow of control.
  • C. We are not required to test code that customers are unlikely to execute.
  • D. All of the above

Pregunta 30

Pregunta
Maintenance releases and technical assistance centers are examples of which of the following costs of quality?
Respuesta
  • A. External failure
  • B. Internal failure
  • C. Appraisal
  • D. Prevention

Pregunta 31

Pregunta
Bug life cycle
Respuesta
  • A. Open, Assigned, Fixed, Closed
  • B. Open, Fixed, Assigned, Closed
  • C. Assigned, Open, Closed, Fixed
  • D. Assigned, Open, Fixed, Closed

Pregunta 32

Pregunta
Who is responsible for documenting all the issues, problems and open points that were identified during the review meeting
Respuesta
  • A. Moderator
  • B. Scribe
  • C. Reviewers
  • D. Author

Pregunta 33

Pregunta
A project that is in the implementation phase is six weeks behind schedule. The delivery date for the product is four months away. The project is not allowed to slip the delivery date or compromise on the quality standards established for his product. Which of the following actions would bring this project back on schedule?
Respuesta
  • A. Eliminate some of the requirements that have not yet been implemented.
  • B. Add more engineers to the project to make up for lost work.
  • C. Ask the current developers to work overtime until the lost work is recovered.
  • D. Hire more software quality assurance personnel.

Pregunta 34

Pregunta
Use cases can be performed to test
Respuesta
  • A. Performance testing
  • B. Unit testing
  • C. Business scenarios
  • D. Static testing

Pregunta 35

Pregunta
The ___________ technique can be used to achieve input and output coverage
Respuesta
  • A. Boundary value analysis
  • B. Equivalence partitioning
  • C. Decision table testing
  • D. State transition testing

Pregunta 36

Pregunta
The __________ testing is performed at the developing organization's site
Respuesta
  • A. Unit testing
  • B. Regression testing
  • C. Alpha testing
  • D. Integration testing

Pregunta 37

Pregunta
The software engineer's role in tool selection is
Respuesta
  • A. To identify, evaluate, and rank tools, and recommend tools to management
  • B. To determine what kind of tool is needed, then find it and buy it
  • C. To initiate the tool search and present a case to management
  • D. To identify, evaluate and select the tools

Pregunta 38

Pregunta
Which is not the software characteristics
Respuesta
  • A. Reliability
  • B. Usability
  • C. Scalability
  • D. Maintainability

Pregunta 39

Pregunta
A Test Plan Outline contains which of the following: i. Test Items ii. Test Scripts iii. Test Deliverables iv. Responsibilities
Respuesta
  • A. i,ii,iii are true and iv is false
  • B. i,iii,iv are true and ii is false
  • C. ii,iii are true and i and iv are false
  • D. i,ii are false and iii , iv are true

Pregunta 40

Pregunta
Which of the following is not a major task of Exit criteria?
Respuesta
  • A. Checking test logs against the exit criteria specified in test planning.
  • B. Logging the outcome of test execution.
  • C. Assessing if more tests are needed.
  • D. Writing a test summary report for stakeholders.
Mostrar resumen completo Ocultar resumen completo

Similar

La Biología
maya velasquez
Test sobre la Organización del Estado de Los Reyes Católicos
maya velasquez
EVALUACIÓN DE DIBUJO TECNICO
Jorge Arevalo
Preposiciones en inglés
Lolo Reyes
LA EDAD MEDIA - EDUpunto.com
EDUpunto Por: Ernesto De Frías
La Segunda Guerra Mundial - EDUpunto.com
EDUpunto Por: Ernesto De Frías
ORGANIGRAMA
Sebastian Valencia
CONTAMINACION AMBIENTAL
Ximena gonzalez
Cáncer de Ovário
Luz Moor
Las Alteraciones
mariajesus camino
RCF Libro 1 Test 1
Mayor Degtyarev