40 Question quiz 23 (921-960)

Beschreibung

Quiz am 40 Question quiz 23 (921-960), erstellt von Daniel Neag am 10/12/2017.
Daniel Neag
Quiz von Daniel Neag, aktualisiert more than 1 year ago
Daniel Neag
Erstellt von Daniel Neag vor mehr als 6 Jahre
49
0

Zusammenfassung der Ressource

Frage 1

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

Frage 2

Frage
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.
Antworten
  • A. 2, 3 and 4
  • B. 2 and 4
  • C. 3 and 4
  • D. 1, 2 and 3

Frage 3

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

Frage 4

Frage
What is the purpose of a test completion criterion?
Antworten
  • 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

Frage 5

Frage
Maintenance testing is:
Antworten
  • 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

Frage 6

Frage
Error guessing is best used:
Antworten
  • 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

Frage 7

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

Frage 8

Frage
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
Antworten
  • 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.

Frage 9

Frage
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?
Antworten
  • 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

Frage 10

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

Frage 11

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

Frage 12

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

Frage 13

Frage
Which is not a major task of test implementation and execution:
Antworten
  • 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.

Frage 14

Frage
Which of the following is not appropriate for testing interactions between paths?
Antworten
  • 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

Frage 15

Frage
Which of the following is the main purpose of the component build and integration strategy?
Antworten
  • 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

Frage 16

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

Frage 17

Frage
Where may functional testing be performed?
Antworten
  • 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.

Frage 18

Frage
What is the MAIN objective when reviewing a software deliverable?
Antworten
  • 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.

Frage 19

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

Frage 20

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

Frage 21

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

Frage 22

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

Frage 23

Frage
What is the KEY difference between preventative and reactive approaches to testing?
Antworten
  • 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.

Frage 24

Frage
What determines the level of risk?
Antworten
  • 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.

Frage 25

Frage
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.
Antworten
  • A. ii, iii.
  • B. i, iii.
  • C. iii, iv.
  • D. i, ii

Frage 26

Frage
Which of the following is MOST important in the selection of a test approach?
Antworten
  • 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.

Frage 27

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

Frage 28

Frage
A defect arrival rate curve:
Antworten
  • 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.

Frage 29

Frage
We can achieve complete statement coverage but still miss bugs because: Choose two
Antworten
  • 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

Frage 30

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

Frage 31

Frage
Bug life cycle
Antworten
  • A. Open, Assigned, Fixed, Closed
  • B. Open, Fixed, Assigned, Closed
  • C. Assigned, Open, Closed, Fixed
  • D. Assigned, Open, Fixed, Closed

Frage 32

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

Frage 33

Frage
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?
Antworten
  • 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.

Frage 34

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

Frage 35

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

Frage 36

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

Frage 37

Frage
The software engineer's role in tool selection is
Antworten
  • 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

Frage 38

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

Frage 39

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

Frage 40

Frage
Which of the following is not a major task of Exit criteria?
Antworten
  • 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.
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Induktionsstrom und Transformatoren
Peter Kasebacher
Deutsche Redewendungen und Umgangssprache / Quiz 02 / deutschlernerblog.de
deutschlernerblog.de
Nationalismus in Europa (1789-1848)
Jonas .
Der Erste Weltkrieg
Laura Overhoff
Ecologie politique - Vocabulaire
Gaelle Bourgeois
KSOZ Grimm
Markus Gio
PuKW STEP6 - Hummel (Sofort überprüfbar)
Tim Schröder
Vetie Pharma Datum unbekannt
Alina Stumpf
Quiz MS-4.2 Foliensatz II_Teil 1
Bernd Leisen
Geflügelkrankheiten 2016
Birte Schulz
Vetie Milchhygiene 2018
Theresa Blaue