ASTQB
CTFL
Q1:
Which of the following is not decided in the test-planning phase..?
○
A
Schedules and deliverables○
B
Hardware and software○
C
Entry and exit criteria○
D
Types of test cases
ASTQB
CTFL
Q2:
In a review meeting a moderator is a person who:
○
A
Takes minutes of the meeting○
B
Mediates between people○
C
Takes telephone calls○
D
Writes the documents to be reviewed
ASTQB
CTFL
Q3:
To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:
○
A
Stub○
B
Driver○
C
Proxy○
D
None of the above
ASTQB
CTFL
Q4:
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 1else statement 2if (Condition 2)then statement 3
○
A
2 Test Cases○
B
3 Test Cases○
C
4 Test Cases○
D
Not achievable
ASTQB
CTFL
Q5:
Code Coverage is used as a measure of what?
○
A
Defects○
B
Trends analysis○
C
Test Effectiveness○
D
Time Spent Testing