which of the following statements is not true
Practice ISTQB Foundation Level Q&A – which of the following statements is not true
Practice ISTQB Foundation Level Q&A – which of the following statements is not true
Practice ISTQB Foundation Level Q&A – How many test cases are necessary to cover
all the possible sequences of statements (paths) for the following
program fragment?
…………
if (Condition 1)
then statement 1
else statement 2
fi
if (Condition 2)
then statement 3
fi
…………
Practice ISTQB Foundation Level Q&A – To test a function, the programmer has to write a _________, which calls the function to be
tested and passes it test data.
Practice ISTQB Foundation Level Q&A – Which of the following is not a quality characteristic listed in ISO 9126 Standard?
Practice ISTQB Foundation Level Q&A – An input field takes the year of birth
between 1900 and 2004. The boundary values for testing this field are
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?
Practice ISTQB Foundation Level Q&A – Using the same code example as question 17,how
many tests are required to achieve 100% branch/decision coverage?
Practice ISTQB Foundation Level Q&A – If the pseudocode below were a programming language ,how many tests are required to achieve
100% statement coverage?
1. If x=3 then
2. Display_messageX;
3. If y=2 then
4. Display_messageY;
5. Else
6. Display_messageZ;
7. Else
8. Display_messageZ;
Practice ISTQB Foundation Level Q&A – Increasing the quality of the software, by better development methods, will affect the time
needed for testing (the test phases) by:
Practice ISTQB Foundation Level Q&A – which of the following statements is not true
Practice ISTQB Foundation Level Q&A – Which of the following is not part of performance testing:
Practice ISTQB Foundation Level Q&A – Could reviews or inspections be considered part of testing:
Practice ISTQB Foundation Level Q&A – Which of the following is NOT included in the Test Plan document of the Test Documentation
Standard:
Practice ISTQB Foundation Level Q&A – What statement about expected outcomes is FALSE:
Which expression best matches the following character
Practice ISTQB Foundation Level Q&A –
Which expression best matches the following characteristics or review processes:
1. led by author
2. undocumented
3. no management participation
4. led by a trained moderator or leader
5. uses entry exit criteria
s) inspection
t) peer review
u) informal review
v) walkthrough