ISTQB Foundation Software Testing A

Beschreibung

40 questions relating to the ISTQB Foundation software tester qualification syllabus
Robyn Babbage
Quiz von Robyn Babbage, aktualisiert more than 1 year ago
Robyn Babbage
Erstellt von Robyn Babbage vor fast 6 Jahre
726
1

Zusammenfassung der Ressource

Frage 1

Frage
Which of the problems below BEST characterises a result of a software Failure? (K1)
Antworten
  • Damaged reputation
  • Lack of methodology
  • Inadequate training
  • Regulatory compliance

Frage 2

Frage
What should be taken into account to determine when to stop testing? (K2) I. Technical risk II. Business risk III. Project constraints IV. Product documentation
Antworten
  • I and II are true; III and IV are false
  • III is true; I, II and IV are false
  • I, II, and IV are true; III is false
  • I, II, and III are true; IV is false

Frage 3

Frage
What is the process of analysing and removing causes of failures in software? (K1)
Antworten
  • Validation
  • Testing
  • Debugging
  • Verification

Frage 4

Frage
Which general testing principles are characterised by the descriptions below? (K2) W. Early testing X. Defect clustering Y. Pesticide paradox Z. Absence-of-errors fallacy 1. Testing should start at the beginning of the project 2. Conformance to requirements and fitness for use 3. Small number of modules contain the most defects 4. Test cases must be regularly reviewed and revised
Antworten
  • W1, X2, Y3 and Z4
  • W1, X3, Y4 and Z2
  • W2, X3, Y1 and Z4
  • W1, X4, Y2 and Z3

Frage 5

Frage
Which of the following MAIN activities is part of the fundamental test process? (K1)
Antworten
  • Initiating and planning
  • Documenting root causes
  • Capturing lessons learned
  • Planning and control

Frage 6

Frage
Which are the following are MAJOR test implementation and execution tasks? (K2) I. Repeating test activities II. Creating test suites III. Reporting discrepancies IV. Logging the outcome V. Analysing lessons learned
Antworten
  • II, III, and IV
  • I, III, IV, and V
  • I, II, III, IV
  • III, IV, and V

Frage 7

Frage
What principle is BEST described when test designs are written by a third party? (K1)
Antworten
  • Exploratory testing
  • Independent testing
  • Integration testing
  • Interoperability testing

Frage 8

Frage
Which test levels are USUALLY included in the common type of V-model? (K1)
Antworten
  • Integration testing, system testing, acceptance testing, and regression testing
  • Component testing, integration testing, system testing, and acceptance testing
  • Incremental testing, exhaustive testing, exploratory testing, and data driven testing
  • Alpha testing, beta testing, black-box testing, and white-box testing

Frage 9

Frage
What test can be conducted for off-the-shelf software to get market feedback? (K1)
Antworten
  • Beta testing
  • Usability testing
  • Alpha testing
  • COTS testing

Frage 10

Frage
Who OFTEN performs system testing and acceptance testing, respectively? (K2)
Antworten
  • Senior programmers and professional testers
  • Technical system testers and potential customers
  • Independent test team and users of the system
  • Development team and customers of the system

Frage 11

Frage
What is the key difference between (a) contract and regulation acceptance testing and (b) alpha and beta testing? (K2)
Antworten
  • (a) are performed outside the company and (b) are conducted by the test team
  • (a) are conducted by regulators and (b) are performed b system administrators
  • (a) are mandatory test for government applications and (b) are usually optional
  • (a) are for custom-developed software and (b) are for off-the-shelf software

Frage 12

Frage
Which test measures the system at or beyond the limits of its specified requirements? (K1)
Antworten
  • Structural testing
  • Stress testing
  • Error guessing
  • Black-box testing

Frage 13

Frage
Which test ensures that modifications did not introduce new problems? (K1)
Antworten
  • Stress testing
  • Black-box testing
  • Structural testing
  • Regression testing

Frage 14

Frage
Which typical defects are easier to find using static instead of dynamic testing? (K2) L. Deviation from standards M. Requirements defects N. Insufficient maintainability O. Incorrect interface specifications
Antworten
  • L,M,N, and O
  • L and N
  • L,N, and O
  • L, M, and N

Frage 15

Frage
In a formal review, who is primarily responsible for the documents to be reviewed? (K1)
Antworten
  • Author
  • Manager
  • Moderator
  • Reviewers

Frage 16

Frage
Who typically use static analysis tools? (K1)
Antworten
  • Customers and users
  • Developers and designers
  • Business and systems analysts
  • System and acceptance testers

Frage 17

Frage
Which aspects of testing will establishing traceability help? (K2)
Antworten
  • Configuration management and test data generation
  • Test case specification and change control
  • Test condition and test procedure specification
  • Impact analysis and requirements coverage

Frage 18

Frage
Features to be tested, approach, item pass/fail criteria, and test deliverables should be specified in which document? (K3)
Antworten
  • Test case specification
  • Test procedure specification
  • Test plan
  • Test design specification

Frage 19

Frage
Which test technique is based on requirements specification? (K1)
Antworten
  • White-box technique
  • Component testing
  • Black-box technique
  • Data driven testing

Frage 20

Frage
Which test design techniques should a tester use, respectively, to achieve the following: (a) check the documented features of the system, (b) ensure 100% decision coverage, and (c) detect likely defects and distribution? (K3)
Antworten
  • Specification-based, data driven testing, and defect density techniques
  • Specification-based, branch coverage, and exploratory techniques
  • Structure-based, equivalence partitioning, and exploratory techniques
  • Specification-based, structure-based, and experience-based techniques

Frage 21

Frage
What technique captures system requirements that contain logical conditions? (K1)
Antworten
  • Boundary value
  • Equivalence partition
  • Decision table
  • State transition

Frage 22

Frage
Input and output combinations that will be treated the same way by the system can be tested using which technique? (K1)
Antworten
  • Boundary value
  • Equivalence partition
  • Decision table
  • State transition

Frage 23

Frage
Which test suite will check for an invalid transition using the diagram? (K3)
Antworten
  • S0 - S1 - S2 - S3 - S1 - S4
  • S0 - S1 - S4 - S1 - S2 - S3
  • S0 - S1 - S3 - S1 - S2 - S1
  • S0 - S1 - S2 - S3 - S1 - S2

Frage 24

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

Frage 25

Frage
How many test cases are needed to achieve 100% decision coverage? (K3) if (p = q){ s = s + 1; if (s < 5) { t = 10; } } else if (p > q) { t = 5; }
Antworten
  • 3
  • 6
  • 5
  • 4

Frage 26

Frage
What analysis determines which parts of the software have been executed? (K1)
Antworten
  • Impact analysis
  • Code coverage
  • Gap analysis
  • Cyclomatic complexity

Frage 27

Frage
Based on the error guessing test design technique, which of the following will an experienced tester MOST LIKELY test in calendar software? (K3) i. First two letters of the month, e.g., MA can represent March or May ii. First letter of the day, e.g., T can mean Tuesday or Thursday iii. Leap year iv. Number of days in a month v. Three-digit days and months
Antworten
  • i, ii, iv, and v
  • iii and iv
  • i, ii, iii, and iv
  • i, ii, and v

Frage 28

Frage
Which input combinations will a knowledgeable tester MOST LIKELY use to uncover potential errors when testing a surname field? (K3)
Antworten
  • Johnson, de la Cruz, and Morgan
  • Go, Stephanopoulous, and Venkatsewaran
  • Smith, Smyth, and Smithsonian
  • O'Brien, Zeta-Jones, and Young Pów

Frage 29

Frage
Which of the following demonstrates independence in testing? (K3) J. Independent testers are external to the organisation 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
  • J, L, and N
  • J, K, L, and N
  • K, M, and N
  • J, L, M, and N

Frage 30

Frage
Which of the following is a KEY task of a tester? (K1)
Antworten
  • Reviewing tests developed by others
  • Writing a test strategy for the project
  • Deciding what should be automated
  • Writing test summary reports

Frage 31

Frage
In software testing, what is the MAIN purpose of exit criteria? (K1)
Antworten
  • To enhance the security of the system
  • To prevent endless loops in codes
  • To serve as an alternative or "Plan B"
  • To define when to stop testing

Frage 32

Frage
Which test approaches or strategies are characterised by the descriptions below? (K2) S. Analytical approaches T. Model-based approaches U. Methodical approaches V. Consultative approaches 1. Relies on guidelines from domain experts 2. Includes error guessing and fault-attacks 3. Uses statistical information about failure rates 4. Focuses on areas of greatest risk
Antworten
  • S4, T3, U2, V1
  • S1, T2, U3, V4
  • S2, T3, U1, V4
  • S3, T4, U2, V1

Frage 33

Frage
Which of the following can be used to measure progress against the exit criteria? (K2) W. Number of test cases that passed or failed X. Number of defects found in a unit of code Y. Dates for milestones and deliverables Z. Subjective confidence of testers in the product
Antworten
  • W, X, Y, and Z
  • W, X, and Y
  • W and X
  • W, X, and Z

Frage 34

Frage
What type of risk includes potential failure areas in the software? (K1)
Antworten
  • Project risks
  • Product risks
  • Economic risks
  • Requirements risks

Frage 35

Frage
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? (K3) Sections a) Test incident report identifier b) Summary c) Incident description d) Impact Items 1. Unique identifier 2. Version level of the test items 3. Inputs 4. Expected results 5. Actual results 6. Anomalies 7. Date and time
Antworten
  • a:1; b:2 and 7; c:3, 4, and 5; d:6
  • a:1; b:6 and 7; c:3, 4, and 5; d:7
  • a:1; b:2; c:3, 4, 5, 6, and 7
  • a:1; b:6 and 7; c:3, 4, and 5

Frage 36

Frage
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? (K2) a) Test summary and report identifier b) Summary c) Variances d) Anomalies e) Comprehensive assessment f) Approvals
Antworten
  • a, b, e, and f
  • a, b, c, d, and f
  • a, b, c, e, and f
  • a, b, c, and f

Frage 37

Frage
What is the name of a skeletal implementation of a software component that is used for testing? (K1)
Antworten
  • Use case
  • Domain
  • Driver
  • Stub

Frage 38

Frage
Which of the following are potential benefits of using test support tools? (K2)
Antworten
  • Ensuring greater consistency and minimising software project risks
  • Reducing repetitive work and gaining easy access to test information
  • Performing objective assessment and reducing the need for training
  • Allowing for grater reliance on the tool to automate the test process

Frage 39

Frage
Which test support tool can be used to enforce coding standards? (K1)
Antworten
  • Static analysis tool
  • Performance testing tool
  • Test comparator
  • Test management tool

Frage 40

Frage
What should be considered when introducing a tool into an organisation? (K1)
Antworten
  • Assessing the organisational maturity
  • Counting the number of systems to be tested
  • Calculating the ratio between programmers and testers
  • Reviewing the exit criteria of previous projects.
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

ISTQB 2018 Foundation Software Testing 1
Robyn Babbage
Chapter 1 - Quick Quiz - Principles of testing
America LH
Chapter 6 - CTFL ISTQB
America LH
En que Consisten las Pruebas ISTQB Fundation Level I Nro 1. 2
Gregory Diaz
Chapter 3 - CTFL ISTQB
America LH
Chapter 4 - CTFL ISTQB
America LH
7 Principios de las Pruebas ISTQB Fundation Level I Nro 1.3
Gregory Diaz
Examen ISTQB Español Fundation Level-Modelo C - Preguntas
Heidy Blanco
Chapter 5 - CTFL ISTQB
America LH
Simulador C Curso ISTQB Foundation Level 4.0
Oscar Fernando Sanchez Gamez
ISTQB 2018 Foundation Software Testing 2
Robyn Babbage