40 Question quiz 12 (441-480)

Beschreibung

Quiz am 40 Question quiz 12 (441-480), erstellt von Daniel Neag am 06/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
21
0

Zusammenfassung der Ressource

Frage 1

Frage
Test Plan
Antworten
  • A. Road map for testing
  • B. Tells about the actual results and expected results
  • C. Both a and b
  • D. None of the above

Frage 2

Frage
User Acceptance Testing
Antworten
  • A. Same as Alpha Testing
  • B. Same as Beta Testing
  • C. Combination of Alpha and Beta Testing
  • D. None of the above

Frage 3

Frage
Path coverage includes
Antworten
  • A. Statement coverage
  • B. Condition coverage
  • C. Decision coverage
  • D. None of these

Frage 4

Frage
Which of the following demonstrates independence in testing? J. Independent testers are external to the organization K. Independent testers are part of the development team L. Independent testers are from the user community M. Programmers who wrote the code serve as independent testers N. Customers who wrote the requirements serve as independent testers
Antworten
  • A. J. L and N
  • B. J. K, L and N
  • C. K. M and N
  • D. J, L, M and N

Frage 5

Frage
Recovery testing is a system test that forces the software to fail and verifies that data recovery is properly performed. The following should be checked for correctness 1. Re-initialization 2. Restart 3. Data Recovery 4. Check Point Mechanism
Antworten
  • A. 1 and 2
  • B. 1, 2 and 3
  • C. 1, 2, 3 and 4
  • D. 2 and 4

Frage 6

Frage
Data flow analysis studies:
Antworten
  • A. Possible communications bottlenecks in a program.
  • B. The rate of change of data values as a program executes.
  • C. The use of data on paths through the code.
  • D. The intrinsic complexity of the code.

Frage 7

Frage
Which of the following is NOT a white box technique?
Antworten
  • A. Statement testing
  • B. Path testing
  • C. Data flow testing
  • D. State transition testing

Frage 8

Frage
Which one of the following describes the major benefit of verification early in the life cycle?
Antworten
  • A. It allows the identification of changes in user requirements.
  • B. It facilitates timely set up of the test environment.
  • C. It reduces defect multiplication.
  • D. It allows testers to become involved early in the project.

Frage 9

Frage
Which test is usually run many times and generally evolve slowly?
Antworten
  • A. Performance testing
  • B. Stress testing
  • C. Reliability testing
  • D. Regression testing

Frage 10

Frage
Alpha testing is:
Antworten
  • A. Post-release testing by end user representatives at the developer's site.
  • B. The first testing that is performed.
  • C. Pre-release testing by end user representatives at the developer's site.
  • D. Pre-release testing by end user representatives at their sites.

Frage 11

Frage
We split testing into distinct stages primarily because:
Antworten
  • A. Each test stage has a different purpose.
  • B. It is easier to manage testing in stages.
  • C. We can run different tests in different environments.
  • D. The more stages we have, the better the testing.

Frage 12

Frage
Which of the following would NOT normally form part of a test plan?
Antworten
  • A. Features to be tested
  • B. Incident reports
  • C. Risks
  • D. Schedule

Frage 13

Frage
What should be considered when introducing a tool into an organization?
Antworten
  • A. Assessing the organizational maturity
  • B. Counting the number of systems to be tested
  • C. Calculating the ratio between programmers and testers
  • D. Reviewing the exit criteria of previous projects

Frage 14

Frage
Which one of the following statements about system testing is NOT true?
Antworten
  • A. System tests are often performed by independent teams.
  • B. Functional testing is used more than structural testing.
  • C. Faults found during system tests can be very expensive to fix.
  • D. End-users should be involved in system tests.

Frage 15

Frage
Which of the following is not described in a unit test standard?
Antworten
  • A. Syntax testing
  • B. Equivalence partitioning
  • C. Stress testing
  • D. Modified condition/decision coverage

Frage 16

Frage
Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?
Antworten
  • A. Regression testing
  • B. Integration testing
  • C. System testing
  • D. User acceptance testing

Frage 17

Frage
Which of the following is false?
Antworten
  • A. Incidents should always be fixed.
  • B. An incident occurs when expected and actual results differ.
  • C. Incidents can be analysed to assist in test process improvement.
  • D. An incident can be raised against documentation.

Frage 18

Frage
Which document specifies the execution order of test cases?
Antworten
  • A. Test design specification
  • B. Test item
  • C. Test procedure specification
  • D. Test plan

Frage 19

Frage
Which of the following statements is NOT correct?
Antworten
  • A. A minimal test set that achieves 100% LCSAJ coverage will also achieve 100% branch coverage.
  • B. A minimal test set that achieves 100% path coverage will also achieve 100% statement coverage.
  • C. A minimal test set that achieves 100% path coverage will generally detect more faults than one that achieves 100% statement coverage.
  • D. A minimal test set that achieves 100% statement coverage will generally detect more faults than one that achieves 100% branch coverage.

Frage 20

Frage
How are integration testing and use case testing similar and dissimilar?
Antworten
  • A. Both checks for interactions: integration for components, use case for actions
  • B. Both are black-box techniques: integration is low-level, use case is high-level
  • C. Both are static testing: developers perform integration, users execute use case tests
  • C. Both are V&V techniques: integration is for validation, use case is for verification

Frage 21

Frage
What is the main difference between a walkthrough and an inspection?
Antworten
  • A. An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator.
  • B. An inspection has a trained leader, whilst a walkthrough has no leader.
  • C. Authors are not present during inspections, whilst they are during walkthroughs.
  • D. A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.

Frage 22

Frage
Which of these activities provides the biggest potential cost saving from the use of CAST?
Antworten
  • A. Test management
  • B. Test design
  • C. Test execution
  • D. Test planning

Frage 23

Frage
Which of the following is NOT true of incidents?
Antworten
  • A. Incident resolution is the responsibility of the author of the software under test.
  • B. Incidents may be raised against user requirements.
  • C. Incidents require investigation and/or correction.
  • D. Incidents are raised when expected and actual results differ.

Frage 24

Frage
Which of the following characterizes the cost of faults?
Antworten
  • A. They are cheapest to find in the early development phases and the most expensive to fix in the latest test phases.
  • B. They are easiest to find during system testing but the most expensive to fix then.
  • C. Faults are cheapest to find in the early development phases but the most expensive to fix then.
  • D. Although faults are most expensive to find during early development phases, they are cheapest to fix then.

Frage 25

Frage
Which one of the following statements, about capture-replay tools, is NOT correct?
Antworten
  • A. They are used to support multi-user testing.
  • B. They are used to capture and animate user requirements.
  • C. They are the most frequently purchased types of CAST tool.
  • D. They capture aspects of user behaviour.

Frage 26

Frage
Which of the following is true of the V-model?
Antworten
  • A. It states that modules are tested against user requirements.
  • B. It only models the testing phase.
  • C. It specifies the test techniques to be used.
  • D. It includes the verification of designs.

Frage 27

Frage
Error guessing:
Antworten
  • A. Supplements formal test design techniques.
  • B. Can only be used in component, integration and system testing.
  • C. Is only performed in user acceptance testing.
  • D. Is not repeatable and should not be used.

Frage 28

Frage
In a system designed to work out the tax to be paid: An employee has $4000 of salary tax free. The next $1500 is taxed at 10% The next $28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class?
Antworten
  • A. $4800; $14000; $28000
  • B. $5200; $5500; $28000
  • C. $28001; $32000; $35000
  • D. $5800; $28000; $32000

Frage 29

Frage
The oracle assumption:
Antworten
  • A. Is that there is some existing system against which test output may be checked.
  • B. Is that the tester can routinely identify the correct outcome of a test.
  • C. Is that the tester knows everything about the software under test.
  • D. Is that the tests are reviewed by experienced testers.

Frage 30

Frage
In prioritising what to test, the most important objective is to:
Antworten
  • A. Find as many faults as possible.
  • B. Test high risk areas.
  • C. Obtain good test coverage.
  • D. Test whatever is easiest to test.

Frage 31

Frage
The most important thing about early test design is that it:
Antworten
  • A. Makes test preparation easier.
  • B. Means inspections are not required.
  • C. Can prevent fault multiplication.
  • D. Will find all faults.

Frage 32

Frage
Which of the following are potential drawbacks of independence in testing? 01. Independent testers may feel they are not part of the development team 02. Developers may lose a sense of personal responsibility for quality 03. Project managers will not have as much control on the project 04. Customers may end up requesting features that are technically impossible
Antworten
  • A. 01 and 02
  • B. 01, 02 and 03
  • C. 03 and 04
  • D. 01, 02, 03 and 04

Frage 33

Frage
Integration testing in the small:
Antworten
  • A. Tests the individual components that have been developed.
  • B. Tests interactions between modules or subsystems.
  • C. Only uses components that form part of the live system.
  • D. Tests interfaces to other systems.

Frage 34

Frage
Which of the following requirements is testable?
Antworten
  • A. The system shall be user friendly.
  • B. The safety-critical parts of the system s all contain 0 faults.
  • C. The response time shall be less than one second for the specified design load.
  • D. The system shall be built to be portable.

Frage 35

Frage
An important benefit of code inspections is that they:
Antworten
  • A. Enable the code to be tested before the execution environment is ready.
  • B. Can be performed by the person who wrote the code.
  • C. Can be performed by inexperienced staff.
  • D. Are cheap to perform.

Frage 36

Frage
Test cases are designed during:
Antworten
  • A. Test recording.
  • B. Test planning.
  • C. Test configuration.
  • D. Test specification.

Frage 37

Frage
A failure is:
Antworten
  • A. Found in the software; the result of an error.
  • B. Departure from specified behaviour.
  • C. An incorrect step, process or data definition in a computer program.
  • D. A human action that produces an incorrect result.

Frage 38

Frage
How would you estimate the amount of re-testing likely to be required?
Antworten
  • A. Metrics from previous similar projects
  • B. Discussions with the development team
  • C. Time allocated for regression testing
  • D. A. & B.

Frage 39

Frage
Given the following sets of test management terms (v-z), and activity descriptions (1-5), which one of the following best pairs the two sets? v - Test control w - Test monitoring x - Test estimation y - Incident management z - Configuration control 1 - Calculation of required test resources 2 - Maintenance of record of test results 3 - Re-allocation of resources when tests overrun 4 - Report on deviation from test plan 5 - Tracking of anomalous test results
Antworten
  • A. v-3,w-2,x-1,y-5,z-4
  • B. v-2,w-5,x-1,y-4,z-3
  • C. v-3,w-4,x-1,y-5,z-2
  • D. v-2,w-1,x-4,y-3,z-5

Frage 40

Frage
In a system designed to work out the tax to be paid: An employee has $4000 of salary tax free. The next $1500 is taxed at 10% The next $28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case?
Antworten
  • A. $1500
  • B. $32001
  • C. $33501
  • D. $28000
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Spielst du Fußball?
Nadja Blust
IKA-Theoriefragen Serie 02 (15 Fragen)
IKA ON ICT GmbH
BKF C95 (Fragen der Ziffern 1c, 1d)
Harald Koenig
Lungenembolie
ak.budde83
OEKO UniVie
Magdalena Zöschg
Abiturthemen 2016 in Deutsch für alle Bundesländer
Laura Overhoff
La mondialisation - Vocab
Gaelle Bourgeois
Mediation
Antonia C
FOST 1 - Erkenntnisgewinnung und Datenerhebung in der Psychologie
Kathy H
KFOR Univie (mögliche Prüfungsfragen)
frau planlos
Vetie - Innere Medizin 2013
Fioras Hu