Quizzes
Search
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Create a Quiz
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Search
Create A Quiz
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Products
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Quizzes
Quizzes
›
Online Exam
›
Professional Certification
ISTQB 2011 13
40 Questions
|
By Salbhar | Updated: Feb 23, 2012
| Attempts: 150
Share
Quiz
Flashcard
Start
Share on Facebook
Share on Twitter
Share on Whatsapp
Share on Pinterest
Share on Email
Copy to Clipboard
Embed on your website
Question
1
/ 40
0 %
0/100
Score
0/100
1.
Who would USUALLY perform debugging activities?
Developers.
Analysts.
Testers.
Incident Managers.
Submit
Start Quiz
About This Quiz
This test is used to know your preparation level for ISTQB Foundation Exam
2.
What's your name?
We’ll put your name on your report, certificate, and 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
D, A, B, C.
A, B, C, D.
D, A, B.
A, B, C.
Submit
3.
Bug life cycle
Open, Assigned, Fixed, Closed
Open, Fixed, Assigned, Closed
Assigned, Open, Closed, Fixed
Assigned, Open, Fixed, Closed
Submit
4.
Where may functional testing be performed?
At system and acceptance testing levels only.
At all test levels.
At all levels above integration testing.
At the acceptance testing level only.
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
Ii, iv.
Ii, iii.
I, iii, iv.
Iii.
Submit
6.
Which of the following BEST describes the difference between an inspection and a
walkthrough?
Both inspections and walkthroughs are led by the author.
An inspection is led by a moderator and a walkthrough is led by the author.
Both inspections and walkthroughs are led by a trained moderator.
A walkthrough is led by the author. The author is not present during inspections.
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
Login Browse Basket Checkout Basket Checkout Pay Logout.
Login Browse Basket Checkout Pay Logout.
Login Browse Basket Checkout Basket Logout.
Login Browse Basket Browse Basket Checkout Pay Logout.
Submit
8.
Given the following decision table: Which of the following test cases and
expected results is VALID?
23 year old in insurance class A Premium is 90 and excess is 2,500.
51 year old in insurance class C Premium is 70 and excess is 500.
31 year old in insurance class B Premium is 70 and excess is 2,500.
43 year old in insurance class C Premium is 70 and excess is 1,000.
Submit
9.
Which of the following is TRUE?
Confirmation testing is testing fixes to a set of defects and Regression testing is testing to establish whether any defects...
Confirmation testing is testing fixes to a set of defects and Regression testing is testing to establish whether any defects have been introduced as a result of changes.
Confirmation testing is testing to establish whether any defects have been introduced as a result of changes and Regression testing...
Confirmation testing is testing to establish whether any defects have been introduced as a result of changes and Regression testing is testing fixes to a set of defects.
Confirmation testing and Regression testing are both testing to establish whether any defects have been introduced as a result of...
Confirmation testing and Regression testing are both testing to establish whether any defects have been introduced as a result of changes.
Confirmation testing and Regression testing are both testing fixes to a set of defects.
Submit
10.
Which of the following would you NOT usually find on a software incident report?
The name and/or organisational position of the person raising the problem.
Version of the Software Under Test.
Suggestions as to how to fix the problem.
Actual and expected results.
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.
Ii, iv and v.
Ii, iii and iv.i
I, ii and iv
I, iii and v
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?
15, 19 and 25.
17, 18 and19.
18, 20 and22.
16, 26 and 32
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?
Black Box Techniques.
White Box Techniques
Glass Box Techniques.
Experience Based Techniques.
Submit
14.
What is the KEY difference between preventative and reactive approaches to
testing?
Preventative tests and reactive tests are designed as early as possible.
Preventative tests are designed early; reactive tests are designed after the software has been produced.
Preventative testing is always analytical; reactive testing is always heuristic.
Preventative tests are designed after the software has been produced; reactive tests are designed early in response to review comments.
Submit
15.
Complete statement and branch coverage means:
That you have tested every statement in the program.
That you have tested every statement and every branch in the program.
That you have tested every IF statement in the program.
That you have tested every combination of values of IF statements in the program
Submit
16.
What is the MAIN benefit of designing tests early in the life cycle?
It is cheaper than designing tests during the test phases.
It helps prevent defects from being introduced into the code.
Tests designed early are more effective than tests designed later.
It saves time during the testing phases when testers are busy.
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?
5, 6, 20
4, 5, 80
4, 5, 99
1, 20, 100
Submit
18.
Which of the following is correct?
Impact analysis assesses the effect on the system of a defect found in regression testing.
Impact analysis assesses the effect of a new person joining the regression test team.
Impact analysis assesses whether or not a defect found in regression testing has been fixed correctly.
Impact analysis assesses the effect of a change to the system to determine how much regression testing to do.
Submit
19.
Which of the following is a MAJOR task of test planning?
Scheduling test analysis and design tasks.
Initiating corrective actions.
Monitoring progress and test coverage.
Measuring and analyzing results.
Submit
20.
Which of the following defines the expected results of a test?
Test case specification.
Test design specification.
Test procedure specification.
Test results.
Submit
21.
Which is not the project risks
Supplier issues
Organization factors
Technical issues
Error-prone software delivered
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.
I, ii & iv are true, iii & v are false.
Ii & iii are true, i, iv & v are false.
Iv & v are true, i, ii & iii are false.
I, ii & iii are true iv & v are false.
Submit
23.
Incidents would not be raised against:
Requirements
Documentation
Test cases
Improvements suggested by users
Submit
24.
As part of which test process do you determine the exit criteria?
Test planning.
Evaluating exit criteria and reporting.
Test closure.
Test control.
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?
A
ABD
ABCD
ACD
Submit
26.
What determines the level of risk?
The cost of dealing with an adverse event if it occurs.
The probability that an adverse event will occur.
The amount of testing planned before release of a system.
The likelihood of an adverse event and the impact of the event.
Submit
27.
With which of the following categories is a test comparator tool USUALLY
associated?
Tool support for performance and monitoring.
Tool support for static testing.
Tool support for test execution and logging.
Tool support for the management of testing and tests.
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.
I, iii. and iv. are more for developers.
Ii. and iv. are more for developers.
Ii, iii. and iv. are more for developers.
Ii. and iii. are more for developers.
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 H
ow many more test cases are required?
One more test case will be required for 100 % decision coverage.
Two more test cases will be required for 100 % statement coverage, one of which will be used to provide...
Two more test cases will be required for 100 % statement coverage, one of which will be used to provide 100% decision coverage.
None, existing test cases can be used.
One more test case will be required for 100
Submit
30.
What is the purpose of exit criteria?
To define when a test level is complete.
To determine when a test has completed.
To identify when a software system should be retired.
To determine whether a test has passed.
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.
Ii and iv
Ii and iii
I and iv
I and iii
Submit
32.
What is the MAIN objective when reviewing a software deliverable?
To identify potential application failures by use of a test specification.
To identify defects in any software work product.
To identify spelling mistakes in a requirements specification.
To identify standards inconsistencies in the code.
Submit
33.
Which of the following is a MAJOR task of test implementation and execution?
Measuring and analyzing results.
Reporting discrepancies as incidents.
Identifying test conditions or test requirements.
Assessing if more tests are needed.
Submit
34.
Which activity in the fundamental test process creates test suites for efficient
test execution?
Implementation and execution.
Planning and control.
Analysis and design.
Test closure.
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
3
4
2
1
Submit
36.
When should configuration management procedures be implemented?
During test planning.
During test analysis.
During test execution.
When evaluating exit criteria
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.
I, ii, iii.
Ii, iii, iv
I, iii, iv.
I, ii, iv.
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.
1Y, 2Z, 3X, 4W.
1X ,2W, 3Z, 4Y.
1Z, 2X, 3W, 4Y.
1Z, 2Y, 3X, 4W.
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?
SC=1 BC= 2 CC=1 MCC=1
SC=1 BC= 2 CC=1 MCC=8
SC=1 BC= 2 CC=2 MCC=8
SC=1 BC= 1 CC=2 MCC=8
Submit
40.
For which of the following would a static analysis tool be MOST useful?
Supporting reviews.
Validating models of the software.
Testing code executed in a special test harness.
Enforcement of coding standards.
Submit
View My Results
Related Quizzes
ISTQB : The Human Psychology Of Testing! Trivia Quiz
ISTQB : The Human Psychology Of Testing! Trivia Quiz
WSET (Wine & Spirit Education Test) Level 2 Practice Test
WSET (Wine & Spirit Education Test) Level 2 Practice Test
ADC/CASAC Alcohol And Drug Counselor Exam Practice Test!
ADC/CASAC Alcohol And Drug Counselor Exam Practice Test!
IAHCSMM: Certified Instrument Specialist Exam! Trivia Questions Quiz
IAHCSMM: Certified Instrument Specialist Exam! Trivia Questions Quiz
BCBA Exam Questions
BCBA Exam Questions
The Ultimate IAHCSMM Quiz: Questions & Answers
The Ultimate IAHCSMM Quiz: Questions & Answers
Thank you for your feedback!
Would you like to edit this question to improve it?
No thanks
Name:
Email:
Oops! Give us more information:
Incorrect Question
Incorrect Answer
Typos
I have a feedback
Submit
Please provide name and email to proceed.
Please provide correct email to proceed.
Please provide feedback.
Please select the option.
All (40)
Unanswered (
)
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...
X
OK
X
OK
Cancel
X
OK
Cancel
Back to top
Back to top
Advertisement