Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

ISTQB Exam B(Foundation Level ISTQB)questions and answers

Beoordeling
-
Verkocht
-
Pagina's
12
Cijfer
A+
Geüpload op
30-07-2022
Geschreven in
2021/2022

b) A set of preconditions, inputs, actions, expected results and postconditions, developed based on test conditions Which of the following provides the definition of the term test case? a) Subset of the value domain of a variable within a component or system in which all values are expected to be treated the same based on the specification b) A set of preconditions, inputs, actions, expected results and postconditions, developed based on test conditions c) Work products produced during the test process for use in planning, designing, executing, evaluating and reporting on testing d) A source to determine an expected result to compare with the actual result of the system under test a) To find defects and failures Which of the following is a typical objective of testing? a) To find defects and failures b) To validate the project plan works as required c) Ensuring of complete testing Comparing actual results with expected results c) The system stops maintaining a set speed when the radio volume is increased or decreased Which of the following is an example of a failure in a car cruise control system? a) The developer of the system forgot to rename variables after a cut-and-paste operation b) Unnecessary code that sounds an alarm when reversing was included in the system c) The system stops maintaining a set speed when the radio volume is increased or decreased The design specification for the system wrongly states speeds c) An incorrect configuration variable implemented for the GPS function could cause location problems during daylight saving times Which of the following is a defect rather than a root cause in a fitness tracker? a) Because the author of the requirements was unfamiliar with the domain of fitness training, he therefore wrongly assumed that users wanted heartbeat in beats per hour b) The tester of the smartphone interface had not been trained in state transition testing, so missed a major defect c) An incorrect configuration variable implemented for the GPS function could cause location problems during daylight saving times d) Because the designer had never worked on wearable devices before, she as designer of the user interface therefore misunderstood the effects of reflected sunlight d) Defects cluster As a result of risk analysis, more testing is being directed to those areas of the system under test where initial testing found more defects than average. Which of the following testing principles is being applied? a) Beware of the pesticide paradox b) Testing is context dependent c) Absence-of-errors is a fallacy d) Defects cluster a) A-2, B-3, C-4, D-1 Given the following test activities and tasks: A. Test design B. Test implementation C. Test execution D. Test completion 1. Entering change requests for open defect reports 2. Identifying test data to support the test cases 3. Prioritizing test procedures and creating test data 4. Analyzing discrepancies to determine their cause Which of the following BEST matches the activities with the tasks? a) A-2, B-3, C-4, D-1 b) A-2, B-1, C-3, D-4 c) A-3, B-2, C-4, D-1 d) A-3, B-2, C-1, D-4 b) It is possible to determine if a new test case has increased coverage of the requirements Which of the following BEST describes how value is added by maintaining traceability between the test basis and test artifacts? a) Maintenance testing can be fully automated based on changes to the initial requirements b) It is possible to determine if a new test case has increased coverage of the requirements c) Test managers can identify which testers found the highest severity defects d) Areas that may be impacted by side-effects of a change can be targeted by confirmation testing b) Ability to see what might go wrong Which of the following qualities is MORE likely to be found in a tester's mindset rather than in a developer's? a) A tester´s mindset tends to grow and mature as the tester gains experience b) Ability to see what might go wrong c) Good communication with team members d) Attention to detail d) True - 1, 4; False - 2,3 Given the following statements about the relationships between software development activities and test activities in the software development lifecycle: 1. Each development activity should have a corresponding testing activity 2. Reviewing should start as soon as final versions of documents become available 3. The design and implementation of tests should start during the corresponding development activity 4. Testing activities should start in the early stages of the software development lifecycle Which of the following CORRECTLY shows which are true and false? a) True - 1, 2; False - 3, 4 b) True - 2, 3; False - 1, 4 c) True - 1, 2, 4; False - 3 d) True - 1, 4; False - 2, 3 a) Integration testing Given that the testing being performed has the following attributes: · Based on interface specifications · Focused on finding failures in communication · The test approach uses both functional and structural test types Which of the following test levels is MOST likely being performed? a) Integration testing b) Acceptance testing c) System testing d) Component testing c) It is possible to perform functional, non-functional and white-box testing at any test level Which of the following statements about test types and test levels is CORRECT? a) Functional and non-functional testing can be performed at system and acceptance test levels, while white-box testing is restricted to component and integration testing b) Functional testing can be performed at any test level, while white-box testing is restricted to component testing c) It is possible to perform functional, non-functional and white-box testing at any test level d) Functional and non-functional testing can be performed at any test level, while white-box testing is restricted to component and integration testing b) The purpose of confirmation testing is to check that a previously found defect has been fixed, while the purpose of regression testing is to ensure that no other parts of the system have been adversely affected by the fix Which of the following statements BEST compares the purposes of confirmation testing and regression testing? a) The purpose of regression testing is to ensure that all previously run tests still work correctly, while the purpose of confirmation testing is to ensure that any fixes made to one part of the system have not adversely affected other parts b) The purpose of confirmation testing is to check that a previously found defect has been fixed, while the purpose of regression testing is to ensure that no other parts of the system have been adversely affected by the fix c) The purpose of regression testing is to ensure that any changes to one part of the system have not caused another part to fail, while the purpose of confirmation testing is to check that all previously run tests still provide the same results as before d) The purpose of confirmation testing is to confirm that changes to the system were made successfully, while the purpose of regression testing is to run tests that previously failed to ensure that they now work correctly

Meer zien Lees minder
Instelling
Vak

Voorbeeld van de inhoud

ISTQB Exam B
b) A set of preconditions, inputs, actions, expected results and postconditions,
developed based on test conditions - Answer Which of the following provides the
definition of the term test case?

a) Subset of the value domain of a variable within a component or system in which all
values are expected to be treated the same based on the specification
b) A set of preconditions, inputs, actions, expected results and postconditions,
developed based on test conditions
c) Work products produced during the test process for use in planning, designing,
executing, evaluating and reporting on testing
d) A source to determine an expected result to compare with the actual result of the
system under test

a) To find defects and failures - Answer Which of the following is a typical objective of
testing?

a) To find defects and failures
b) To validate the project plan works as required
c) Ensuring of complete testing
Comparing actual results with expected results

c) The system stops maintaining a set speed when the radio volume is increased or
decreased - Answer Which of the following is an example of a failure in a car cruise
control system?

a) The developer of the system forgot to rename variables after a cut-and-paste
operation
b) Unnecessary code that sounds an alarm when reversing was included in the system
c) The system stops maintaining a set speed when the radio volume is increased or
decreased
The design specification for the system wrongly states speeds

c) An incorrect configuration variable implemented for the GPS function could cause
location problems during daylight saving times - Answer Which of the following is a
defect rather than a root cause in a fitness tracker?

a) Because the author of the requirements was unfamiliar with the domain of fitness
training, he therefore wrongly assumed that users wanted heartbeat in beats per hour
b) The tester of the smartphone interface had not been trained in state transition testing,
so missed a major defect
c) An incorrect configuration variable implemented for the GPS function could cause
location problems during daylight saving times

, d) Because the designer had never worked on wearable devices before, she as
designer of the user interface therefore misunderstood the effects of reflected sunlight

d) Defects cluster - Answer As a result of risk analysis, more testing is being directed to
those areas of the system under test where initial testing found more defects than
average.

Which of the following testing principles is being applied?

a) Beware of the pesticide paradox
b) Testing is context dependent
c) Absence-of-errors is a fallacy
d) Defects cluster

a) A-2, B-3, C-4, D-1 - Answer Given the following test activities and tasks:

A. Test design
B. Test implementation
C. Test execution
D. Test completion

1. Entering change requests for open defect reports
2. Identifying test data to support the test cases
3. Prioritizing test procedures and creating test data
4. Analyzing discrepancies to determine their cause Which of the following BEST
matches the activities with the tasks?
a) A-2, B-3, C-4, D-1
b) A-2, B-1, C-3, D-4
c) A-3, B-2, C-4, D-1
d) A-3, B-2, C-1, D-4

b) It is possible to determine if a new test case has increased coverage of the
requirements - Answer Which of the following BEST describes how value is added by
maintaining traceability between the test basis and test artifacts?

a) Maintenance testing can be fully automated based on changes to the initial
requirements
b) It is possible to determine if a new test case has increased coverage of the
requirements
c) Test managers can identify which testers found the highest severity defects
d) Areas that may be impacted by side-effects of a change can be targeted by
confirmation testing

b) Ability to see what might go wrong - Answer Which of the following qualities is MORE
likely to be found in a tester's mindset rather than in a developer's?

Geschreven voor

Vak

Documentinformatie

Geüpload op
30 juli 2022
Aantal pagina's
12
Geschreven in
2021/2022
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$10.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF


Ook beschikbaar in voordeelbundel

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
EvaTee Phoenix University
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
5230
Lid sinds
4 jaar
Aantal volgers
3570
Documenten
56235
Laatst verkocht
15 uur geleden
TIGHT DEADLINE? I CAN HELP

Many students don\'t have the time to work on their academic papers due to balancing with other responsibilities, for example, part-time work. I can relate. kindly don\'t hesitate to contact me, my study guides, notes and exams or test banks, are 100% graded

3.8

952 beoordelingen

5
453
4
167
3
174
2
48
1
110

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen