Acceptance testing means
![]()
Practice ISTQB Foundation Level Q&A – Acceptance testing means
![]()
Practice ISTQB Foundation Level Q&A – Acceptance testing means
![]()
Practice ISTQB Foundation Level Q&A – V-Model is:
![]()
Practice ISTQB Foundation Level Q&A – Why is incremental integration preferred over “big bang” integration?
![]()
Practice ISTQB Foundation Level Q&A – A test engineer is testing a Video Player (VCR), and logs the following report:
Title:
Fast Forward stops after 2 minutes. It happens every time Expected
result: Fast forward continues till the end of the tape Severity: High
Priority: Urgent
What important information did the engineer leave out?
![]()
Practice ISTQB Foundation Level Q&A – Which of the following project inputs influence testing?
(I) Contractual requirements
(II) Legal requirements(III) Industry standards
(IV) Application risk
(V) Project size
![]()
Practice ISTQB Foundation Level Q&A – Which of the following can be root cause of a bug in a software product?
(I) The project had incomplete procedures for configuration management.
(II) The time schedule to develop a certain component was cut.
(III) the specification was unclear
(IV) Use of the code standard was not followed up
(V) The testers were not certified
![]()
Practice ISTQB Foundation Level Q&A – Which of the following is a valid collection of equivalence classes for the following problem:
An integer field shall contain values from and including 1 to and including 15
![]()
Practice ISTQB Foundation Level Q&A – In a flight reservation system, the number of available seats in each plane model is an input.
A plane may have any positive number of available seats, up to the given capacity of the plane.
Using Boundary Value analysis, a list of available โ seat values were generated. Which of the following lists is correct?
WHILE (condition A)
![]()
Practice ISTQB Foundation Level Q&A – This part of a program is given:
WHILE (condition A)
Do B
END WHILE
How many decisions should be tested in this code in order to achieve 100% decision coverage?
![]()
Practice ISTQB Foundation Level Q&A – In foundation level syllabus you will find
the main basic principles of testing. Which of the following sentences
describes one of these basic principles?
![]()
Practice ISTQB Foundation Level Q&A – Integration testing has following characteristics
(I) It can be done in incremental manner
(II) It is always done after system testing
(III) It includes functional tests
(IV) It includes non-functional tests
![]()
Practice ISTQB Foundation Level Q&A – Why does the boundary value analysis provide good test cases?
![]()
Practice ISTQB Foundation Level Q&A – Which of the following statements contains a valid goal for a functional test set?
![]()
Practice ISTQB Foundation Level Q&A – A number of critical bugs are fixed in
software. All the bugs are in one module, related to reports. The test
manager decides to do regression testing only on the reports module.
![]()
Practice ISTQB Foundation Level Q&A – A program validates a numeric field as follows:
Values
less than 10 are rejected, values between 10 and 21 are accepted,
values greater than or equal to 22 are rejected. Which of the following
input values cover all of the equivalence partitions?