A typical commercial test execution tool would be able to perform all
Practice ISTQB Foundation Level Q&A – A typical commercial test execution tool would be able to perform all of the following EXCEPT:
Practice ISTQB Foundation Level Q&A – A typical commercial test execution tool would be able to perform all of the following EXCEPT:
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 about the component testing standard is false:
Practice ISTQB Foundation Level Q&A – The main focus of acceptance testing is:
Given the following types of tool, which tools
Practice ISTQB Foundation Level Q&A –
Given the following types of tool, which tools
would typically be used by developers and which by an independent
test team:
i. static analysis
ii. performance testing
iii. test management
iv. dynamic analysis
v. test running
vi. test data preparation
Practice ISTQB Foundation Level Q&A – Consider the following:
Pick up and read the newspaper
Look at what is on television
If there is a program that you are interested in watching then switch the the television on and watch the
program
Otherwise
Continue reading the newspaper
If there is a crossword in the newspaper then try and complete the crossword
Practice ISTQB Foundation Level Q&A – Given the following code, which is true:
IF A > B THEN
C = A โ B
ELSE
C = A + B
ENDIF
Read D
IF C = D Then
Print โErrorโ
ENDIF
Practice ISTQB Foundation Level Q&A – Given the following:
Switch PC on
Start โoutlookโ
IF outlook appears THEN
Send an email
Close outlook
Practice ISTQB Foundation Level Q&A – Given the following code, which is true about the minimum number of test cases required for
full statement and branch coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print โLargeโ
ENDIF
If P > 50 THEN
Print โP Largeโ
ENDIF
Consider the following statements
i. an inciden
Practice ISTQB Foundation Level Q&A –
Consider the following statements
i. an incident may be closed without being fixed
ii. incidents may not be raised against documentation
iii. the final stage of incident tracking is fixing
iv. the incident record does not include information on test environments
v. incidents should be raised when someone other than the author of the software performs the test
Practice ISTQB Foundation Level Q&A – Which of the following is the main purpose of the integration strategy for integration testing in
the small?
Practice ISTQB Foundation Level Q&A – Which of the following is NOT part of configuration management:
Practice ISTQB Foundation Level Q&A – Non-functional system testing includes:
Consider the following statements about early test de
Practice ISTQB Foundation Level Q&A –
Consider the following statements about early test design:
i. early test design can prevent fault multiplication
ii. faults found during early test design are more expensive to fix
iii. early test design can find faults
iv. early test design can cause changes to the requirements
v. early test design takes more effort
Practice ISTQB Foundation Level Q&A – Order numbers on a stock control system can range between 10000 and 99999 inclusive. Which
of the following inputs might be a result of designing tests for only valid equivalence classes and
valid boundaries: