ISTQB Foundation Software Testing B

Descrição

ISTQB - Foundation Level Foundation - Certified Tester Quiz sobre ISTQB Foundation Software Testing B, criado por Robyn Babbage em 29-06-2018.
Robyn Babbage
Quiz por Robyn Babbage, atualizado more than 1 year ago
Robyn Babbage
Criado por Robyn Babbage aproximadamente 7 anos atrás
34
0
1 2 3 4 5 (0)

Resumo de Recurso

Questão 1

Questão
Which factors contribute to humans making mistakes that can lead to faulty software? (K2) I. Setting aggressive schedule II. Integrating complex systems III. Allocating adequate resources IV. Failing to control changes
Responda
  • I and II are true; III and IV are false
  • II and IV are true; I and III are false
  • I, II and IV are true; III is false
  • I, II, and III are true; IV is false

Questão 2

Questão
How can software defects in future projects be prevented from reoccurring? (K1)
Responda
  • Creating documentation procedures and allocating resource contingencies
  • Asking programmers to perform a thorough and independent testing
  • Combining levels of testing and mandating inspections of all documents
  • Documenting lessons learned and determining the root cause of problems

Questão 3

Questão
Which of the following are USUALLY stated as testing objectives? (K2) I. Finding defects in the software II. Reducing maintenance costs III. Confirming that the system works IV. Assessing the quality of the software V. Meeting schedule milestones.
Responda
  • I and II
  • I, III, and IV
  • II, IV, and V
  • III and IV

Questão 4

Questão
Which test approach uses all combinations of input values and preconditions? (K1)
Responda
  • Component testing
  • Error guessing
  • Keyword driven testing
  • Exhaustive testing

Questão 5

Questão
Which of the following is a KEY test control task? (K1)
Responda
  • Initiating corrective actions
  • Determining the scope
  • Implementing the test policy
  • Scheduling test implementation

Questão 6

Questão
Which of the following is a MAJOR task when evaluating the exit criteria? (K!)
Responda
  • Creating test suites and cases for efficient execution
  • Writing a test summary report for stakeholders
  • Handing the testware to the maintenance organisation
  • Identifying any required infrastructure and tools

Questão 7

Questão
What principles do 'avoiding author bias' and 'communicating problem constructively' represent? (K2)
Responda
  • Preventive testing and reactive testing
  • experience-based testing and interoperability testing
  • Independent testing and good interpersonal skills
  • Criticism avoidance and effective relationships

Questão 8

Questão
Which test may OPTIONALLY be included in the common type of the V-Model? (K1)
Responda
  • Component (unit) testing
  • Acceptance testing
  • System integration testing
  • Validation and verification

Questão 9

Questão
What is the difference between component testing and integration testing? (K2)
Responda
  • Component testing tests interfaces, integration testing searches for defects
  • Component testing searches for defects, integration testing tests interfaces
  • Developers perform component testing; testers perform integration testing
  • Testers perform component testing; users perform integration testing

Questão 10

Questão
Which test investigates both functional and non-functional system requirements? (K1)
Responda
  • Alpha testing
  • System testing
  • Acceptance testing
  • Confirmation testing

Questão 11

Questão
Which of the following can be tested as part of operational testing? (K1)
Responda
  • Component interaction
  • Probe effect
  • State transition
  • Disaster recovery

Questão 12

Questão
What is the KEY difference between black-box and white-box testing? (K2)
Responda
  • Black-box is functional; White box is structural
  • Black-box is functional; White-box in non-functional
  • Black-box has a wider statement coverage than White-box
  • Black-box can be performed only after White-box

Questão 13

Questão
Which test is usually run many times and generally evolve slowly? (K1)
Responda
  • Performance testing
  • Stress testing
  • Reliability testing
  • Regression testing

Questão 14

Questão
Which defects are OFTEN much cheaper to remove? (K1)
Responda
  • Usability defects found by customers
  • Defects in infrequently used functionality
  • Defects that were detected early
  • Minor defects that were found by users

Questão 15

Questão
Which statements correctly describe certain phases of a formal review? (K2)
Responda
  • Looking for defects occurs during the kick-off phase Fixing defects found happens during the rework phase
  • Personnel selection occurs during the planning phase Gathering metrics happens during the review meeting phase
  • Distributing documents occurs during the planning phase Personal review happens during the individual preparation phase
  • Personnel selection occurs during the planning phase Fixing defects found happens during the rework phase

Questão 16

Questão
Which defect can typically be discarded using a static analysis tool? (K1)
Responda
  • Inconsistencies in numerical calculations
  • Programming standards violations
  • Problems related to system usability
  • Internal and external system reliability

Questão 17

Questão
What consists of a set of input values, execution preconditions and expected results? (K1)
Responda
  • Test script
  • Test procedure specification
  • Test case
  • Test data

Questão 18

Questão
Which documents specify features to be tested, approach, and pass/fail criteria? (K2)
Responda
  • Test Plan and test design specification
  • Test plan and test case specification
  • Test procedure specification and test design specification
  • Test case specification and test procedure specification

Questão 19

Questão
Which technique is appropriate to test changes on old and undocumented functionalities of a system? (K3)
Responda
  • Specification-based technique
  • Black-box technique
  • White-box technique
  • Data driven testing technique

Questão 20

Questão
Which test design technique relies heavily on prior thorough knowledge of the system? (K1)
Responda
  • Data driven testing technique
  • Experience-based technique
  • White-box technique
  • Structure-based technique

Questão 21

Questão
Which set of test data demonstrates equivalence partitioning to check whether a customer is a teenager or not? (K3)
Responda
  • 10, 15, and 19 years
  • 13, 19, and 25 years
  • 13, 16, and 19 years
  • 12, 13, and 20 years

Questão 22

Questão
What technique would be MOST appropriate to check status changes based on certain events? (K1)
Responda
  • State transition
  • Equivalence partitioning
  • Boundary value analysis
  • Decision table

Questão 23

Questão
Using the diagram, which test suite will check for ALL valid state transitions using the LEAST effort? (K3)
Responda
  • S0 - S1- S2 - S4 - S1 - S4 - S1 - S2 - S3 - S1
  • S0 - S1 - S2 - S4 - S1 - S2 - S3 - S1
  • S0 - S1 - S4 - S1 - S2 - S3 - S1
  • S0 - S1 - S2 - S4 - S1 - S4 - S1 - S2 - S3

Questão 24

Questão
Using the diagram, which test suite will uncover invalid state transitions for employee status reporting software? (K3)
Responda
  • Prospective - Active - Resigned - Active - Terminated - Purged
  • Prospective - Active - On leave - Active - Resigned - Retired
  • Prospective - Active - Retired - Active - On leave - Purged
  • Prospective - Active - On leave - Active - Retired - Active

Questão 25

Questão
Which of the following assertions about code coverage are correct? (K2)
Responda
  • Statement coverage usually requires more test case suites
  • 100% statement coverage guarantees 100% decision coverage
  • 100% decision coverage implies 100% statement coverage
  • Decision tables cannot be used to list statement coverage values

Questão 26

Questão
How many test cases are needed to achieve 100% statement coverage? (k3) if ( (temperature < 0 ) or (temperature > 100) ) { alert ("DANGER") ; if ( (speed > 100 ) and ( load <= 50 ) ) { speed = 50 ; } } else { check = false ; }
Responda
  • 5
  • 4
  • 2
  • 3

Questão 27

Questão
Using an error guessing test design technique to convert temperature (Celsius to Fahrenheit and Fahrenheit to Celsius), experienced testers will MOST LIKELY use which set of test data? (K3)
Responda
  • -1, 0, 89.6, and 212
  • -40, 37.78, and 100
  • -1, 0, 1, and 37.78
  • -40, 0, 32, and 100

Questão 28

Questão
By creating future tests based on the results of previous tests, a tester is demonstrating what type of informal test design technique? (K1)
Responda
  • Security testing
  • Non-functional testing
  • Exploratory testing
  • Interoperability testing

Questão 29

Questão
Which of the following are potential drawbacks of independence in testing? (K2) 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 over the project 04. Customers may end up requesting features that are technically impossible
Responda
  • 01 and 02
  • 01, 02 and 03
  • 03 and 04
  • 01, 02, 03 and 04

Questão 30

Questão
Which tasks are performed by a test leader versus a tester? (K3) S. Writing a project test strategy T. Selecting tools to support testing U. Preparing and acquiring data V. Scheduling tests
Responda
  • Test leader: S and V; Tester: T and U
  • Test leader: S, T and V; Tester: U
  • Test leader: S, U and V; Tester: T
  • Test leader: S; Tester: T, U and V

Questão 31

Questão
Which document specifies the sequence of test execution? (K1)
Responda
  • Test procedure specification
  • Test design
  • Test case specification
  • Test plan

Questão 32

Questão
Stochastic testing is an example of which test approach or strategy? (K1)
Responda
  • Model-based
  • Analytical
  • Methodical
  • Heuristic

Questão 33

Questão
Which sections are included as part of the test summary report? (K2) W. Variances X. Comprehensive assessment Y. Evaluation Z. Summary of activities
Responda
  • W, X and Y
  • W, X, Y and Z
  • W and X
  • W, x and Z

Questão 34

Questão
Which is a potential product risk factor? (K3)
Responda
  • Failure of third party vendor
  • Training issues
  • Problems requirements definition
  • Poor software functionality

Questão 35

Questão
Based on the IEEE standard for software test documentation (IEEE std 829-1998), in which sections of the test incident report should the following items be recorded? (K2) Sections a) Test incident report identifier b) Summary c) Incident description d) Impact Items 1. Impact on test plans 2. Unique identifier 3. Anomalies 4. Procedure step 5. Environment 6. References to other relevant documents
Responda
  • a: 2; b: 4; c: 1,3 and 5; d: 6
  • a: 2; b: 3; c: 4,5 and 6; d: 1
  • a: 2; b: 6; c: 3,4 and 5; d: 1
  • a: 2; b: 1; c: 3, 4 and 5; d: 6

Questão 36

Questão
Based on the IEEE Standard for software test documentation (IEEE Std 829-1998), which of the following sections are part of the test summary report? (K1) a) Test summary and report identifier b) Comprehensive assessment c) Summary of results d) Evaluation e) Observers f) Approvals
Responda
  • a, b, c, d and e
  • a, b, c, e and f
  • a, c, d, e, and f
  • a, b, c, d and f

Questão 37

Questão
What is the name of a temporary software component that is used to call another component for testing purposes? (K1)
Responda
  • Domain
  • Use case
  • Stub
  • Driver

Questão 38

Questão
Which of the following is a potential risk in using test support tools? (K1)
Responda
  • Underestimating the effort needed to maintain the test assets
  • Losing access to important testing information when needed
  • Relying too much on qualitative and quantitative assessments
  • Lowering the morale of the test team because of repetition

Questão 39

Questão
How are (a) static analysis tools and (b) performance testing tools different? (K2)
Responda
  • A = helps in enforcing coding standards B = tests system performance
  • A = analyse security vulnerabilities B = measures the effectiveness of test cases
  • A = prepares codes prior to testing B = prepares code prior to stress testing
  • A = highlights unreachable conditions B = improves system performance

Questão 40

Questão
Which of the following is a potential pilot project objective when introducing a test support tool in to an organisation? K1)
Responda
  • Measuring the satisfaction of management for staying within scope
  • Assessing whether the benefits will be achieved at reasonable cost
  • Receiving compliments from the users on the aesthetic aspects of the tool
  • Reducing the amount of overtime need to finish the project on time

0 comentários

There are no comments, be the first and leave one below:

Semelhante

Português - 3 - Ortografia e acentuação
glenerdourado
Etica da Advocacia
kellisim
2. Poderes administrativos
marcusmoskao
Evolução Biológica: os mecanismos. A formação de novas espécies I
Bruno Fernandes3682
Calendário de Estudos ENEM 2014
Alessandra S.
Expressões em inglês #3
Eduardo .
Português 1 - Sintaxe: Frase, Oração e Período
wallace.da
FCE masterclass Unit 1 - seeing verbs
Rosana Cabral
Endotérmico ou Exotérmico?
Andrea Borges
Sócrates, Platão e Aristóteles
André Matias