40 Question quiz 23 (921-960)

Descrição

Quiz sobre 40 Question quiz 23 (921-960), criado por Daniel Neag em 10-12-2017.
Daniel Neag
Quiz por Daniel Neag, atualizado more than 1 year ago
Daniel Neag
Criado por Daniel Neag mais de 6 anos atrás
49
0

Resumo de Recurso

Questão 1

Questão
According to the ISTQB Glossary, regression testing is required for what purpose?
Responda
  • 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.

Questão 2

Questão
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.
Responda
  • A. 2, 3 and 4
  • B. 2 and 4
  • C. 3 and 4
  • D. 1, 2 and 3

Questão 3

Questão
Which test requires the execution of the software component?
Responda
  • A. Formal inspection
  • B. Dynamic testing
  • C. Code walkthrough
  • D. Execution testing

Questão 4

Questão
What is the purpose of a test completion criterion?
Responda
  • 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

Questão 5

Questão
Maintenance testing is:
Responda
  • 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

Questão 6

Questão
Error guessing is best used:
Responda
  • 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

Questão 7

Questão
For which of the following test cases does test coverage analysis not assign the highest priority?
Responda
  • 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

Questão 8

Questão
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
Responda
  • 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.

Questão 9

Questão
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?
Responda
  • 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

Questão 10

Questão
Acceptance testing may occur at more than just a single test level. With the exception of:
Responda
  • 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.

Questão 11

Questão
Integrity testing involves:
Responda
  • A. The testing of pseudo code
  • B. Performance testing
  • C. Alpha testing
  • D.The final phase of testing prior to deployment

Questão 12

Questão
As a moderator in a typical formal review, what can be one of your responsibilities?
Responda
  • 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

Questão 13

Questão
Which is not a major task of test implementation and execution:
Responda
  • 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.

Questão 14

Questão
Which of the following is not appropriate for testing interactions between paths?
Responda
  • 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

Questão 15

Questão
Which of the following is the main purpose of the component build and integration strategy?
Responda
  • 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

Questão 16

Questão
Which of the following BEST describes the difference between an inspection and a walkthrough?
Responda
  • 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.

Questão 17

Questão
Where may functional testing be performed?
Responda
  • 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.

Questão 18

Questão
What is the MAIN objective when reviewing a software deliverable?
Responda
  • 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.

Questão 19

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

Questão 20

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

Questão 21

Questão
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?
Responda
  • A. 15,19 and 25.
  • B. 17,18 and19.
  • C. 18, 20 and22.
  • D. 16, 26 and 32.

Questão 22

Questão
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?
Responda
  • A. 5, 6, 20
  • B. 4, 5, 80
  • C. 4, 5, 99
  • D. 1, 20, 100

Questão 23

Questão
What is the KEY difference between preventative and reactive approaches to testing?
Responda
  • 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.

Questão 24

Questão
What determines the level of risk?
Responda
  • 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.

Questão 25

Questão
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.
Responda
  • A. ii, iii.
  • B. i, iii.
  • C. iii, iv.
  • D. i, ii

Questão 26

Questão
Which of the following is MOST important in the selection of a test approach?
Responda
  • 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.

Questão 27

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

Questão 28

Questão
A defect arrival rate curve:
Responda
  • 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.

Questão 29

Questão
We can achieve complete statement coverage but still miss bugs because: Choose two
Responda
  • 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

Questão 30

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

Questão 31

Questão
Bug life cycle
Responda
  • A. Open, Assigned, Fixed, Closed
  • B. Open, Fixed, Assigned, Closed
  • C. Assigned, Open, Closed, Fixed
  • D. Assigned, Open, Fixed, Closed

Questão 32

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

Questão 33

Questão
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?
Responda
  • 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.

Questão 34

Questão
Use cases can be performed to test
Responda
  • A. Performance testing
  • B. Unit testing
  • C. Business scenarios
  • D. Static testing

Questão 35

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

Questão 36

Questão
The __________ testing is performed at the developing organization's site
Responda
  • A. Unit testing
  • B. Regression testing
  • C. Alpha testing
  • D. Integration testing

Questão 37

Questão
The software engineer's role in tool selection is
Responda
  • 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

Questão 38

Questão
Which is not the software characteristics
Responda
  • A. Reliability
  • B. Usability
  • C. Scalability
  • D. Maintainability

Questão 39

Questão
A Test Plan Outline contains which of the following: i. Test Items ii. Test Scripts iii. Test Deliverables iv. Responsibilities
Responda
  • 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

Questão 40

Questão
Which of the following is not a major task of Exit criteria?
Responda
  • 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.

Semelhante

Organização político administrativa - UNIÃO
eliana_belem
Francês
BeatrizL
Mandarin Básico
Alessandra S.
Direito Constitucional - Brutal - Tribunais
Rômulo Campos
Guia de Estudos para o ENEM 2014
Alessandra S.
Direito Previdenciário
Taty Tesch
Mapa Mental - Como Criar um Mapa Mental
Adelaide Silva A
Sistema Digestório
Daniela Barreto3004
REVISÃO DO ENS FUNDAMENTAL
Paulo César R. Silva
Redação Oficial
Lavs Agah
SIMULADÃO EA-HSG FATOS DA HISTÓRIA NAVAL PARTE 1
Aleks Harbour