ISTQB 2011 13

40 Questions | Attempts: 150
Share
Please wait...
Question 1 / 40
0 %
0/100
Score 0/100
1. Who would USUALLY perform debugging activities?
Submit
Please wait...
About This Quiz
ISTQB 2011 13 - Quiz

This test is used to know your preparation level for ISTQB Foundation Exam

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Given the following state transition table Which of the test cases below will cover the following series of state transitions? S1 SO S1 S2 SO
Submit
3. Bug life cycle
Submit
4. Where may functional testing be performed?
Submit
5. Which of the following are characteristic of regression testing ? i) Regression testing is run ONLY once ii) Regression testing is used after fixes have been made iii) Regression testing is often automated iv) Regression tests need not be maintained
Submit
6. Which of the following BEST describes the difference between an inspection and a walkthrough?
Submit
7. Given the following state transition diagram Which of the following series of state transitions contains an INVALID transition which may indicate a fault in the system
Submit
8. Given the following decision table: Which of the following test cases and expected results is VALID?
Submit
9. Which of the following is TRUE?
Submit
10. Which of the following would you NOT usually find on a software incident report?
Submit
11. From a Testing perspective, what are the MAIN purposes of Configuration Management?: i) Identifying the version of software under test. ii) Controlling the version of testware items. iii) Developing new testware items. iv) Tracking changes to testware items. v) Analysing the need for new testware items.  
Submit
12. A thermometer measures temperature in whole degrees only. If the temperature falls below 18 degrees, the heating is switched off. It is switched on again when the temperature reaches 21 degrees. What are the best values in degrees to cover all equivalence partitions?
Submit
13. Which type of test design techniques does the following statement best describe a procedure to derive test cases based on the specification of a component?
Submit
14. What is the KEY difference between preventative and reactive approaches to testing?
Submit
15. Complete statement and branch coverage means:
Submit
16. What is the MAIN benefit of designing tests early in the life cycle?
Submit
17. A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?
Submit
18. Which of the following is correct?
Submit
19. Which of the following is a MAJOR task of test planning?
Submit
20. Which of the following defines the expected results of a test?
Submit
21. Which is not the project risks
Submit
22. Which activities form part of test planning? i) Developing test cases. ii) Defining the overall approach to testing. iii) Assigning resources. iv) Building the test environment v) Writing test conditions.
Submit
23. Incidents would not be raised against:
Submit
24. As part of which test process do you determine the exit criteria?
Submit
25. The above diagram represents the following paths through the code. A. vwy B. vwz C. vxy D. vxz What is the MINIMUM combination of paths required to provide full statement coverage?
Submit
26. What determines the level of risk?
Submit
27. With which of the following categories is a test comparator tool USUALLY associated?
Submit
28. Some tools are geared more for developer use. For the 5 tools listed, which statement BEST details those for developers i) Performance testing tools. ii) Coverage measurement tools. iii) Test comparators. v) Dynamic analysis tools. v) Incident management tools.
Submit
29. You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. if width > length then biggest_dimension = width else biggest_dimension = length end_if The following has been added to the bottom of the code fragment above. print "Biggest dimension is " & biggest_dimension print "Width: " & width print "Length: " & length How many more test cases are required?
Submit
30. What is the purpose of exit criteria?
Submit
31. Which of the following benefits are MOST likely to be achieved by using test tools? i) Easy to access information about tests and testing. ii) Reduced maintenance of testware. iii) Easy and cheap to implement. iv) Greater consistency of tests.
Submit
32. What is the MAIN objective when reviewing a software deliverable?
Submit
33. Which of the following is a MAJOR task of test implementation and execution?
Submit
34. Which activity in the fundamental test process creates test suites for efficient test execution?
Submit
35. Given the following fragment of code, how many tests are required for 100% decision coverage? if width > length then biggest_dimension = width if height > width then biggest_dimension = height end_if else biggest_dimension = length if height > length then biggest_dimension = height end_if end_if
Submit
36. When should configuration management procedures be implemented?
Submit
37. Which of the following activities should be performed during the selection and implementation of a testing tool? i) Investigate the organisation's test process. ii) Conduct a proof of concept. iii) Implement the selected tool on a project behind schedule to save time. iv) Identify coaching and mentoring requirements for the use of the selected tool.
Submit
38. Match the following terms and statements. 1.Decision Table Testing 2.Decision Testing 3.State Transition Testing 4.Exploratory Testing W. Testing carried out with min test planning. X. A test technique used which may be used to verify different system  depending oncurrent conditions or previous history. Y. A test technique which combines combinations of inputs that might not otherwise havebeen exercised during testing. Z. A form of control flow testing based on decision outcomes.
Submit
39. If  ( A>B or C>D  or E>F) print "All the best for ISTQB Exam" end if. How many test cases are required for Statement , Branch , Condition and multiple condition coverage?
Submit
40. For which of the following would a static analysis tool be MOST useful?
Submit
View My Results

Quiz Review Timeline (Updated): Feb 23, 2012 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Feb 23, 2012
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 23, 2012
    Quiz Created by
    Salbhar
Cancel
  • All
    All (40)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Who would USUALLY perform debugging activities?
Given the following state transition table Which of the test cases...
Bug life cycle
Where may functional testing be performed?
Which of the following are characteristic of regression testing ?...
Which of the following BEST describes the difference between an...
Given the following state transition diagram Which of the following...
Given the following decision table: Which of the following test cases...
Which of the following is TRUE?
Which of the following would you NOT usually find on a software...
From a Testing perspective, what are the MAIN purposes of...
A thermometer measures temperature in whole degrees only. If the...
Which type of test design techniques does the following statement best...
What is the KEY difference between preventative and reactive...
Complete statement and branch coverage means:
What is the MAIN benefit of designing tests early in the life cycle?
A wholesaler sells printer cartridges. The minimum order quantity is...
Which of the following is correct?
Which of the following is a MAJOR task of test planning?
Which of the following defines the expected results of a test?
Which is not the project risks
Which activities form part of test planning?...
Incidents would not be raised against:
As part of which test process do you determine the exit criteria?
The above diagram represents the following paths through the code....
What determines the level of risk?
With which of the following categories is a test comparator tool...
Some tools are geared more for developer use. For the 5 tools listed,...
You have designed test cases to provide 100% statement and 100%...
What is the purpose of exit criteria?
Which of the following benefits are MOST likely to be achieved by...
What is the MAIN objective when reviewing a software deliverable?
Which of the following is a MAJOR task of test implementation and...
Which activity in the fundamental test process creates test suites for...
Given the following fragment of code, how many tests are required for...
When should configuration management procedures be implemented?
Which of the following activities should be performed during the...
Match the following terms and statements....
If  ( A>B or C>D  or E>F)...
For which of the following would a static analysis tool be MOST...
Alert!

Advertisement