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
›
Professional Certification
ISTQB-2010-2011-7
37 Questions
|
By Minal_akre | Updated: Jul 30, 2011
| Attempts: 146
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
/ 37
0 %
0/100
Score
0/100
1.
Q. 364: A number of critical bugs are fixed in software. All the bugs are in one module, related to reports. The test manager decides to do regression testing only on the reports module.
The test manager should do only automated regression testing.
The test manager is justified in her decision because no bug has been fixed in other modules
The test manager should only do confirmation testing. There is no need to do regression testing
Regression testing should be done on other modules as well because fixing one module may affect other modules
Submit
Start Quiz
About This Quiz
2.
What's your name?
We’ll put your name on your report, certificate, and leaderboard.
2.
Q. 354: When should you stop testing?
When time for testing has run out.
When all planned tests have been run
When the test completion criteria have been met
When no faults have been found by the tests run
Submit
3.
Q. 373: Why is testing necessary?
Because testing is good method to make there are not defects in the software
Because verification and validation are not enough to get to know the quality of the software
Because testing measures the quality of the software system and helps to increase the quality
Because testing finds more defects than reviews and inspections.
Submit
4.
Q. 360: Which of the following is a static test?
Code inspection
Coverage analysis
Usability assessment
Installation test
Submit
5.
Q. 366: What makes an inspection different from other review types?
It is led by a trained leader, uses formal entry and exit criteria and checklists
It is led by the author of the document to be inspected
It can only be used for reviewing design and code
It is led by the author, uses checklists, and collects data for improvement
Submit
6.
Q. 370: In system testing...
Both functional and non-functional requirements are to be tested
Only functional requirements are tested; non-functional requirements are validated in a review
Only non-functional requirements are tested; functional requirements are validated in a review
Only requirements which are listed in the specification document are to be tested
Submit
7.
Q. 375: Which of the following is true
Testing is the same as quality assurance
Testing is a part of quality assurance
Testing is not a part of quality assurance
Testing is same as debugging
Submit
8.
Q. 367: Why does the boundary value analysis provide good test cases?
Because it is an industry standard
Because errors are frequently made during programming of the different cases near the ‘edges’ of the range of values
Because only equivalence classes that are equal from a functional point of view are considered in the test cases
Because the test object is tested under maximal load up to its performance limits
Submit
9.
Q. 359: Which is not true-The black box tester
Should be able to understand a functional specification or requirements document
Should be able to understand the source code.
Is highly motivated to find faults
Is creative to find the system’s weaknesses
Submit
10.
Q. 342: Testware (test cases, test dataset)
Needs configuration management just like requirements, design and code
Should be newly constructed for each new version of the software
Is needed only until the software is released into production or use
Does not need to be documented and commented, as it does not form part of the released software system
Submit
11.
Q. 350: Which of the following is a black box design technique?
Statement testing
Equivalence partitioning
Error- guessing
Usability testing
Submit
12.
Q. 351: When reporting faults found to developers, testers should be:
As polite, constructive and helpful as possible
Firm about insisting that a bug is not a "feature" if it should be fixed
Diplomatic, sensitive to the way they may react to criticism
All of the above
Submit
13.
Q. 345: A program validates a numeric field as follows:
Values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected. Which of the following covers the MOST boundary values?
9,10,11,22
9,10,21,22
10,11,21,22
10,11,20,21
Submit
14.
Q. 361: A program with high cyclometic complexity is almost likely to be:
Large
Small
Difficult to write
Difficult to test
Submit
15.
Q. 347: Which of the following tools would you use to detect a memory leak?
State analysis
Coverage analysis
Dynamic analysis
Memory analysis
Submit
16.
Q. 362: Which of the following is the odd one out?
White box
Glass box
Structural
Functional
Submit
17.
Q. 363: Which of the following techniques are black box techniques?
State transition testing, code testing, agile testing
Equivalence partitioning, state transition testing, decision table testing
System testing, acceptance testing, equivalence partitioning
System integration testing, system testing, decision table testing
Submit
18.
Q. 371: Integration testing has following characteristics
I. It can be done in incremental manner
II. It is always done after system testing
III. It includes functional tests
IV. It includes non-functional tests
I, II and III are correct
I is correct
I, III and IV are correct
I, II and IV are correct
Submit
19.
Q. 355: Coverage measurement
Is nothing to do with testing
Is a partial measure of test thoroughness
Branch coverage should be mandatory for all software
Can only be applied at unit or module testing, not at system testing
Submit
20.
Q. 358: A program validates a numeric field as follows:
Values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected. Which of the following input values cover all of the equivalence partitions?
10,11,21
3,20,21
3,10,22
10,21,22
Submit
21.
Q. 349: Increasing the quality of the software, by better development methods, will
affect the time needed for testing (the test phases) by:
Reducing test time
No change
Increasing test time
Can’t say
Submit
22.
Q. 352: Which of the following statements is not true
Performance testing can be done during unit testing as well as during the testing of whole system
The acceptance test does not necessarily include a regression test
Verification activities should not involve testers (reviews, inspections etc)
Test environments should be as similar to production environments as possible
Submit
23.
Q. 374: In foundation level syllabus you will find the main basic principles of testing.
Which of the following sentences describes one of these basic principles?
Complete testing of software is attainable if you have enough resources and test tools
With automated testing you can make statements with more confidence about the quality of a product than with manual testing
For a software system, it is not possible, under normal conditions, to test all input and output combinations.
A goal of testing is to show that the software is defect free.
Submit
24.
Q. 353: What is the important criterion in deciding what testing technique to use?
How well you know a particular technique
The objective of the test
How appropriate the technique is for testing the application
Whether there is a tool to support the technique
Submit
25.
Q. 368: If a program is tested and 100% branch coverage is achieved, which of the
following coverage criteria is then guaranteed to be achieved?
100% Equivalence class coverage
100% Condition coverage and 100% Statement coverage
100% Statement coverage
100% Multiple condition coverage
Submit
26.
Q. 377: In a flight reservation system, the number of available seats in each plane
model is an input. A plane may have any positive number of available seats, up to the
given capacity of the plane. Using Boundary Value analysis, a list of available – seat
values were generated. Which of the following lists is correct?
1, 2, capacity -1, capacity, capacity plus 1
0, 1, capacity, capacity plus 1
0, 1, 2, capacity plus 1, a very large number
0, 1, 10, 100, capacity, capacity plus one
Submit
27.
Q. 380: Which of the following is most often considered as components interface bug?
For two components exchanging data, one component used metric units, the other one used British units
The system is difficult to use due to a too complicated terminal input structure
The messages for user input errors are misleading and not helpful for understanding the input error cause
Under high load, the system does not provide enough open ports to connect to
Submit
28.
Q. 378: Which of the following is a valid collection of equivalence classes for the
following problem: An integer field shall contain values from and including 1 to and
including 15
Less than 1, 1 through 15, more than 15
Negative numbers, 1 through 15, above 15
Less than 1, 1 through 14, more than 15
Less than 0, 1 through 14, 15 and more
Submit
29.
Q. 341: What is the main reason for testing software before releasing it?
To show that system will work after release
To decide when the software is of sufficient quality to release
To find as many bugs as possible before release
To give information for a risk based decision about release
Submit
30.
Q. 369: A defect management system shall keep track of the status of every defect
registered and enforce the rules about changing these states. If your task is to test the
status tracking, which method would be best?
Logic-based testing
Use-case-based testing
State transition testing
Systematic testing according to the V-model
Submit
31.
Q. 376: This part of a program is given:
WHILE (condition A) Do B
END WHILE
How many decisions should be tested in this code in order to achieve 100% decision
coverage?
2
Indefinite
1
4
Submit
32.
Q. 346: Which of the following is not the integration strategy?
Design based
Big-bang
Bottom-up
Top-down
Submit
33.
Q. 348: Which of the following statements are true?
Faults in program specifications are the most expensive to fix.
Faults in code are the most expensive to fix.
Faults in requirements are the most expensive to fix
Faults in designs are the most expensive to fix.
Submit
34.
Q. 365: Which of the following statements contains a valid goal for a functional test set?
A goal is that no more failures will result from the remaining defects
A goal is to find as many failures as possible so that the cause of the failures can be identified...
A goal is to find as many failures as possible so that the cause of the failures can be identified and fixed
A goal is to eliminate as much as possible the causes of defects
A goal is to fulfil all requirements for testing that are defined in the project plan.
Submit
35.
Q. 357: Which of the following is the component test standard?
IEEE 829
IEEE 610
BS7925-1
BS7925-2
Submit
36.
Q. 379: Which of the following is correct about static analysis tools
They help you find defects rather than failures
They are used by developers only
They require compilation of code
They are useful only for regulated industries
Submit
37.
Q. 372: Which of the following activities differentiate a walkthrough from a formal
review?
A walkthrough does not follow a defined process
For a walkthrough individual preparation by the reviewers is optional
A walkthrough requires meeting
A walkthrough finds the causes of failures, while formal review finds the failures
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 (37)
Unanswered (
)
Answered (
)
Q. 364: A number of critical bugs are fixed in software. All the bugs...
Q. 354: When should you stop testing?
Q. 373: Why is testing necessary?
Q. 360: Which of the following is a static test?
Q. 366: What makes an inspection different from other review types?
Q. 370: In system testing...
Q. 375: Which of the following is true
Q. 367: Why does the boundary value analysis provide good test cases?
Q. 359: Which is not true-The black box tester
Q. 342: Testware (test cases, test dataset)
Q. 350: Which of the following is a black box design technique?
Q. 351: When reporting faults found to developers, testers should be:
Q. 345: A program validates a numeric field as follows:Values less...
Q. 361: A program with high cyclometic complexity is almost likely to...
Q. 347: Which of the following tools would you use to detect a memory...
Q. 362: Which of the following is the odd one out?
Q. 363: Which of the following techniques are black box techniques?
Q. 371: Integration testing has following characteristicsI. It can be...
Q. 355: Coverage measurement
Q. 358: A program validates a numeric field as follows:Values less...
Q. 349: Increasing the quality of the software, by better development...
Q. 352: Which of the following statements is not true
Q. 374: In foundation level syllabus you will find the main basic...
Q. 353: What is the important criterion in deciding what testing...
Q. 368: If a program is tested and 100% branch coverage is achieved,...
Q. 377: In a flight reservation system, the number of available seats...
Q. 380: Which of the following is most often considered as components...
Q. 378: Which of the following is a valid collection of equivalence...
Q. 341: What is the main reason for testing software before releasing...
Q. 369: A defect management system shall keep track of the status of...
Q. 376: This part of a program is given:WHILE (condition A) Do BEND...
Q. 346: Which of the following is not the integration strategy?
Q. 348: Which of the following statements are true?
Q. 365: Which of the following statements contains a valid goal for a...
Q. 357: Which of the following is the component test standard?
Q. 379: Which of the following is correct about static analysis tools
Q. 372: Which of the following activities differentiate a walkthrough...
X
OK
X
OK
Cancel
X
OK
Cancel
Back to top
Back to top
Advertisement