Which of the following is not a static testing technique
![]()
Practice ISTQB Foundation Level Q&A – Which of the following is not a static testing technique
![]()
Practice ISTQB Foundation Level Q&A – Which of the following is not a static testing technique
![]()
Practice ISTQB Foundation Level Q&A – To test a function, the programmer has to
write a , which calls the function and passes it the test data.
![]()
Practice ISTQB Foundation Level Q&A – The inputs for developing a test plan are taken from
![]()
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? Assume that the two conditions are independent of each other:
if (Condition 1) then statement 1 else statement 2 fi
if (Condition 2)
then statement 3 fi
![]()
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 – Code Coverage is used as a measure of what?
![]()
Practice ISTQB Foundation Level Q&A – “How much testing is enough?”
![]()
Practice ISTQB Foundation Level Q&A – What is the difference between testing
software developed by contractor outside your country, versus testing
software developed by a contractor within your country?
![]()
Practice ISTQB Foundation Level Q&A – During which test activity could faults be found most cost effectively?
![]()
Practice ISTQB Foundation Level Q&A – Test are prioritized so that:
![]()
Practice ISTQB Foundation Level Q&A – Which of the following could be a reason for a failure
1) Testing fault
2) Software fault
3) Design fault
4) Environment Fault
5) Documentation Fault
![]()
Practice ISTQB Foundation Level Q&A – Defect Management process does not include
![]()
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? Assume that the two conditions are independent of each other:
if (Condition 1) then statement 1 else statement 2 fi
if (Condition 2)
then statement 3 fi
![]()
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 – To test a function, the programmer has to
write a , which calls the function to be tested and passes it test data.