40 Questions Quiz 2 (41-80)

Beschreibung

Quiz am 40 Questions Quiz 2 (41-80), erstellt von Daniel Neag am 03/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
35
0

Zusammenfassung der Ressource

Frage 1

Frage
Which of the following combinations correctly describes a valid approach to component testing: i) Functional testing of the component in isolation. ii) Structure-based testing of the code without recording incidents. iii) Automated tests that are run until the component passes. iv) Functional testing of the interfaces between modules.
Antworten
  • A. i and ii.
  • B. I, ii and iii
  • C. iii.
  • D. ii and iv

Frage 2

Frage
Which of the following is a KEY test control task?
Antworten
  • A. Initiating corrective actions
  • B. Determining the scope
  • C. Implementing the test policy
  • D. Scheduling test implementation

Frage 3

Frage
What is the name of a skeletal implementation of a software component that is used for testing?
Antworten
  • A. Use case
  • B. Domain
  • C. Driver
  • D. Stub

Frage 4

Frage
Which is the best definition of complete testing:
Antworten
  • A. You have discovered every bug in the program.
  • B. You have tested every statement, branch, and combination of branches in the program.
  • C. You have completed every test in the test plan.
  • D. You have reached the scheduled ship date.

Frage 5

Frage
Complete statement and branch coverage means:
Antworten
  • A. That you have tested every statement in the program.
  • B. That you have tested every statement and every branch in the program.
  • C. That you have tested every IF statement in the program.
  • D. That you have tested every combination of values of IF statements in the program

Frage 6

Frage
There are several risks of managing your project's schedule with a statistical reliability model. These include (choose one or more of the following):
Antworten
  • A. Testers spend more energy early in the product trying to find bugs than preparing to do the rest of the project's work more efficiently
  • B. Managers might not realize that the testing effort is ineffective, late in the project, because they expect a low rate of bug finding, so the low rate achieved doesn't alarm them.
  • C. It can increase the end-of-project pressure on testers to not find bugs, or to not report bugs.
  • D. All of the above

Frage 7

Frage
Typical defects that are easier to find in reviews than in dynamic testing are:
Antworten
  • A. Deviations from standards,
  • B. Requirement defects,
  • C. Design defects,
  • D. Insufficient maintainability and incorrect interface specifications.
  • E. All of the above.

Frage 8

Frage
Reviews, static analysis and dynamic testing have the same objective
Antworten
  • A. Identifying defects.
  • B. Fixing defects.
  • C. A. and B
  • D. None of the above

Frage 9

Frage
What techniques would be MOST appropriate if the specifications are outdated?
Antworten
  • A. Structure-based and experienced-based techniques
  • B. Black-box and specification-based techniques
  • C. Specification-based and structure-based techniques
  • D. Structure-based technique and exhaustive testing

Frage 10

Frage
Measurement dysfunction is a problem because:
Antworten
  • A. Even though the numbers you look at appear better, to achieve these numbers, people are doing other aspects of their work much less well.
  • B. We don't know how to measure a variable (our measurement is dysfunctional) and so we don't know how to interpret the result.
  • C. You are measuring the wrong thing and thus reaching the wrong conclusions.
  • D. All of the above.

Frage 11

Frage
Important consequences of the impossibility of complete testing are (Choose one or more answers):
Antworten
  • A. We can never be certain that the program is bug free.
  • B. We have no definite stopping point for testing, which makes it easier for some managers to argue for very little testing.
  • C. We have no easy answer for what testing tasks should always be required, because every task takes time that could be spent on other high importance tasks.
  • D. All of the above.

Frage 12

Frage
Poor software characteristics are
Antworten
  • A. Only Project risks
  • B. Only Product risks
  • C. Project risks and Product risks
  • D. Project risks or Product risks

Frage 13

Frage
System testing should investigate
Antworten
  • A. Non-functional requirements only not Functional requirements
  • B. Functional requirements only not non-functional requirements
  • C. Non-functional requirements and Functional requirements
  • D. Non-functional requirements or Functional requirements

Frage 14

Frage
Contract and regulation testing is a part of
Antworten
  • A. System testing
  • B. Acceptance testing
  • C. Integration testing
  • D. Smoke testing

Frage 15

Frage
Find the correct flow of the phases of a formal review
Antworten
  • A. Planning, Review meeting, Rework, Kick off
  • B. Planning, Individual preparation, Kick off, Rework
  • C. Planning, Review meeting, Rework, Follow up
  • D. Planning, Individual preparation, Follow up, Kick off

Frage 16

Frage
Which is not the testing objectives
Antworten
  • A. Finding defects
  • B. Gaining confidence about the level of quality and providing information
  • C. Preventing defects.
  • D. Debugging defects

Frage 17

Frage
Which of the following is a KEY task of a tester?
Antworten
  • A. Reviewing tests developed by others
  • B. Writing a test strategy for the project
  • C. Deciding what should be automated
  • D. Writing test summary reports

Frage 18

Frage
Which is not the project risks
Antworten
  • A. Supplier issues
  • B. Organization factors
  • C. Technical issues
  • D. Error-prone software delivered

Frage 19

Frage
Which of the following is a potential risk in using test support tools?
Antworten
  • A. Under estimating the effort needed to maintain the test assets
  • B. Losing access to important testing information when needed
  • C. Relying too much on qualitative and quantitative assessments
  • D. Lowering the morale of the test team because of repetition

Frage 20

Frage
How many test cases are needed to achieve 100 % statement coverage? if ((temperature < 0) or (temperature > 100)) { alert ("DANGER"); if ((speed > 100) and (load <= 50)) { speed = 50; } } else { check = false; }
Antworten
  • A. 5
  • B. 4
  • C. 2
  • D. 3

Frage 21

Frage
‘X’ has given a data on a person age, which should be between 1 to 99. Using BVA which is the appropriate one
Antworten
  • A. 0,1,2,99
  • B. 1, 99, 100, 98
  • C. 0, 1, 99, 100
  • D. –1, 0, 1, 99

Frage 22

Frage
Which is not a testing principle
Antworten
  • A. Early testing
  • B. Defect clustering
  • C. Pesticide paradox
  • D. Exhaustive testing

Frage 23

Frage
What consists of a set of input values, execution pre conditions and expected results?
Antworten
  • A. Test script
  • B. Test procedure specification
  • C. Test case
  • D. Test data

Frage 24

Frage
The ___________ Testing will be performed by the people at client own locations
Antworten
  • A. Alpha testing
  • B. Field testing
  • C. Performance testing
  • D. System testing

Frage 25

Frage
Which of the following is the standard for the Software product quality
Antworten
  • A. ISO 9126
  • B. ISO 829
  • C. ISO 1012
  • D. ISO 1028

Frage 26

Frage
Which is not a black box testing technique
Antworten
  • A. Equivalence partition
  • B. Decision tables
  • C. Transaction diagrams
  • D. Decision testing

Frage 27

Frage
Find the mismatch
Antworten
  • A. Test data preparation tools � Manipulate Data bases
  • B. Test design tools � Generate test inputs
  • C. Requirement management tools � Enables individual tests to be traceable
  • D. Configuration management tools � Check for consistence

Frage 28

Frage
Which of the following MAIN activity is part of the fundamental test process?
Antworten
  • A. Initiating and planning
  • B. Documenting root-causes
  • C. Capturing lessons learned
  • D. Planning and control

Frage 29

Frage
Purpose of test design technique is
Antworten
  • A. Identifying test conditions only, not Identifying test cases
  • B. Not Identifying test conditions, Identifying test cases only
  • C. Identifying test conditions and Identifying test cases
  • D. Identifying test conditions or Identifying test cases

Frage 30

Frage
One person has been dominating the current software process improvement meeting. Which of the following techniques should the facilitator use to bring other team members into the discussion?
Antworten
  • A. Confront the person and ask that other team members be allowed to express their opinions.
  • B. Wait for the person to pause, acknowledge the person’ s opinion, and ask for someone else’ s opinion.
  • C. Switch the topic to an issue about which the person does not have a strong opinion.
  • D. Express an opinion that differs from the person’ s opinion in order to encourage others to express their ideas.

Frage 31

Frage
Stochastic testing using statistical information or operational profiles uses the following method
Antworten
  • A. Heuristic testing approach
  • B. Methodical testing approach
  • C. Model based testing approach
  • D. Process or standard compliant testing approach

Frage 32

Frage
A software model that can't be used in functional testing
Antworten
  • A. Process flow model
  • B. State transaction model
  • C. Menu structure model
  • D. Plain language specification model

Frage 33

Frage
Arc testing is known as
Antworten
  • A. Branch testing
  • B. Agile testing
  • C. Beta testing
  • D. Ad-hoc testing

Frage 34

Frage
The purpose of exit criteria is
Antworten
  • A. Define when to stop testing
  • B. End of test level
  • C. When a set of tests has achieved a specific pre-condition
  • D. All of the above

Frage 35

Frage
Which factors contribute to humans making mistakes that can lead to faulty software? I. Setting aggressive schedule II. Integrating complex systems III. Allocating adequate resources IV. Failing to control changes
Antworten
  • A. I and II are true; III and IV are false
  • B. II and IV are true; I and III are false
  • C. I, II and IV are true; III is false
  • D. I, II and III are true; IV is false

Frage 36

Frage
Which sections are included as part of the test summary report? W. Variances X. Comprehensive assessment Y. Evaluation Z. Summary of activities
Antworten
  • A. W, X and Y
  • B. W, X, Y and Z
  • C. W and X
  • D. W, X and Z

Frage 37

Frage
What is the main purpose of Informal review
Antworten
  • A. Inexpensive way to get some benefit
  • B. Find defects
  • C. Learning, gaining understanding, effect finding
  • D. Discuss, make decisions, solve technical problems

Frage 38

Frage
Which is not a Component testing
Antworten
  • A. Check the memory leaks
  • B. Check the robustness
  • C. Check the branch coverage
  • D. Check the decision tables

Frage 39

Frage
Which test can be performed at all test levels?
Antworten
  • A. System testing
  • B. Operational testing
  • C. Structural testing
  • D. Integration testing

Frage 40

Frage
Which is not the fundamental test process
Antworten
  • A. Planning and control
  • B. Test closure activities
  • C. Analysis and design
  • D. None
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Voci Unit 10
escobar.annelize
Deutsch Einstufungstest Niveau A2.1
SprachschuleAktiv
Themen Geschichte
barbara91
A1 Negation (nicht oder kein?)
Anna Kania
Lerntypen - Bestimmung
Laura Overhoff
Vetie - Tierzucht & Genetik - T II
Fioras Hu
Marketing
Nico Weingärtner
WT1 Uni Due
Awash Kaul
Chirurgie Pferd Vetie
Anne Käfer
Tierseuchenbekämpfung 2017
Birte Schulz
Vetie - Spezielle Pathologie 2021
Valerie Nymphe