Saturday, October 10, 2015

ISTQB QUIZ 2

1. During the software development process, at what point can the test process start ?
When the design is complete.
When the code is complete.
When the software requirements have been approved.
When the first code module is ready for unit testing
2. In a review meeting a moderator is a person who
Takes minutes of the meeting
Mediates between people
Takes telephone calls
Writes the documents to be reviewed
3. Given the Following program
IF X < Y
THEN Statement 1;
ELSE IF Y >= Z
THEN Statement 2;
END McCabe™ Cyclomatic Complexity is
2
3
5
1
4. 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
2 Test Cases
3 Test Cases
4 Test Cases
Not achievable
5. Acceptance test cases are based on what?
Requirements
Design
Code
Decision table
6. How much testing is enough ?
This question is impossible to answer
This question is easy to answer
The answer depends on the risk for your industry, contract and special requirements
This answer depends on the maturity of your developers
7. A common test technique during component test is:
Statement and branch testing
Usability testing
Security testing
Performance testing
8. Independent Verification & Validation is:
Done by the Developer
Done by the Test Engineers
Done By Management
Done by an Entity Outside the Projects sphere of influence
9. Code Coverage is used as a measure of what ?
Defects
Trends analysis
Test Effectiveness
Time Spent Testing
10. Which of the following uses Impact Analysis most?
Component testing
Non-functional system testing
User acceptance testing
Maintenance testing
Score =
Correct answers:

No comments:

Post a Comment