Cost of the reviews will not include.
![]()
Practice ISTQB Foundation Level Q&A – Cost of the reviews will not include.
![]()
Practice ISTQB Foundation Level Q&A – Cost of the reviews will not include.
![]()
Practice ISTQB Foundation Level Q&A – Match the following.
1. Configuration identification
2. Configuration control
3. Status reporting
4. Configuration auditing
(a). Maintains of CI’s in a library
(b). Checks on the contents of the library
(c). Function recording and tracking problems.
(d). Requires the all CI’s and their versions in the system are known
![]()
Practice ISTQB Foundation Level Q&A – Exclusive use of white box testing in a test-phase will:
![]()
Practice ISTQB Foundation Level Q&A – One of the following is not a part of white box testing as per BS7925-II standards.
![]()
Practice ISTQB Foundation Level Q&A – Match the following:
(1). Test estimation
(2). Test control
(3). Test monitoring
(a)measures of tracking process
(b) effort required to perform activities
(c) reallocation of resources
![]()
Practice ISTQB Foundation Level Q&A – If a candidate is given an exam of 40
questions, should get 25 marks to pass (61%) and should get 80% for
distinction, what is equivalence class.
![]()
Practice ISTQB Foundation Level Q&A – Cyclomatic complexity is used to calculate
![]()
Practice ISTQB Foundation Level Q&A – What is the smallest number of test cases required to Provide 100% branch coverage?
If(x>y) x=x+1;
else y=y+1;
while(x>y)
{
y=x*y; x=x+1;
}
![]()
Practice ISTQB Foundation Level Q&A – Capture and replay facilities are least likely to be used to ….
![]()
Practice ISTQB Foundation Level Q&A – What type of testing is done to supplement the rigorous testing?
![]()
Practice ISTQB Foundation Level Q&A – People who don’t participate in technical reviews
![]()
Practice ISTQB Foundation Level Q&A – What is failure?
WHILE (condition A) Do B
![]()
Practice ISTQB Foundation Level Q&A – This part of a program is given:-
WHILE (condition A) Do B
END WHILE
How many paths should be tested in this code in order to achieve 100% path coverage?
WHILE (condition A) Do B
![]()
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 – Which of the following is a valid
collection of equivalence classes for the following problem: Paying with
credit cards shall be possible with Visa, Master and Amex cards only.