Q.: The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. When the temperature is more than 21. Identify the Equivalance values which belong to the same class.
A. 12,16,22
B. 24,27,17
C. 22,23,24
D. 14,15,19
C is correct
<<<<<< =================== >>>>>>
Q.: What is an equivalence partition (also known as an equivalence class)?
A. A set of test cases for testing classes of objects
B. An input or output range of values such that only one value in the range becomes a test case
C. An input or output range of values such that each value in the range becomes a test case
D. An input or output range of values such that every tenth value in the range becomes a test case.
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is not a part of the Test Implementation and Execution Phase
A. Creating test suites from the test cases
B. Executing test cases either manually or by using test execution tools
C. Comparing actual results
D. Designing the Tests
D is correct
<<<<<< =================== >>>>>>
Q.: Link Testing is also called as :
A. Component Integration testing
B. Component System Testing
C. Component Sub System Testing
D. Maintenance testing
A is correct
<<<<<< =================== >>>>>>
Q.: Who are the persons involved in a Formal Review :-
i. Manager
ii. Moderator
iii. Scribe / Recorder
iv. Assistant Manager
A. i,ii,iii,iv are true
B. i,ii,iii are true and iv is false.
C. ii,iii,iv are true and i is false.
D. i,iv are true and ii, iii are false.
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements regarding static testing is false:
A. Static testing requires the running of tests through the code
B. Static testing includes desk checking
C. Static testing includes techniques such as reviews and inspections
D. Static testing can give measurements such as cyclomatic complexity
A is correct
<<<<<< =================== >>>>>>
Q.: Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase
A. Test Implementation and execution
B. Test Analysis and Design
C. Evaluating the Exit Criteria and reporting
D. Test Closure Activities
B is correct
<<<<<< =================== >>>>>>
Q.: A Type of functional Testing, which investigates the functions relating to detection of threats, such as virus from malicious outsiders.
A. Security Testing
B. Recovery Testing
C. Performance Testing
D. Functionality Testing
A is correct
<<<<<< =================== >>>>>>
Q.: A Person who documents all the issues, problems and open points that were identified during a formal review.
A. Moderator.
B. Scribe
C. Author
D. Manager
B is correcct
<<<<<< =================== >>>>>>
Q.: The Test Cases Derived from use cases
A. Are most useful in uncovering defects in the process flows during real world use of the system
B. Are most useful in uncovering defects in the process flows during the testing use of the system
C. Are most useful in covering the defects in the process flows during real world use of the system
D. Are most useful in covering the defects at the Integration Level
A is correct
<<<<<< =================== >>>>>>
Q.: For the following piece of code, how many test cases are needed to get 100% statement coverage?
Read (Color) // Input color from user
IF (Color == �Red�) THEN
Call Roses(Color)
ELSEIF (Color == �Blue�) THEN
Call Violets(Color)
ELSE
PRINT �User is no Shakespeare�
SaveToDatabase(Color)
End Procedure X
A. 5
B. 3
B. 3
C. 1
D. 2B is correct
<<<<<< =================== >>>>>>
Q.: What is the actual and potential result when a human being makes a mistake while writing code?
I. A bug
II. A failure
III. A fault
IV. An error
V. A defect
A. I, II, III and IV
B. I, III and IV
B. I, III and IV
C. V only
D. II, III and IV
A is correct
<<<<<< =================== >>>>>>
Q.: What
test document contains all the information about a specific test case,
including requirements and the modules to be tested?
A. Test plan
B. Test case specification
B. Test case specification
C. Test design specification
D. Test procedure
E. Defect report
B is correct
<<<<<< =================== >>>>>>
Q.: Even though a test that once revealed many defects is part of the
regression suite, no new test cases have been created for the module
under test in a long time. What test principle is the QA team
forgetting?
A. Absence-of-errors fallacy
B. Defect clustering
C. Pesticide paradox
C. Pesticide paradox
D. Early testing
C is correct
<<<<<< =================== >>>>>>
Q.: Which best describes an analytical approach to testing?
A. Testing is directed to areas of greatest risk.
B. Testers study industry standards and base their testing on that analysis.
B. Testers study industry standards and base their testing on that analysis.
C. Test analysis, execution and evaluation are concurrent tasks.
D. ISO 9126 is used to guide the non-functional testing effort.
A is correct
<<<<<< =================== >>>>>>
<<<<<< =================== >>>>>>
Q.: Which of the following are most likely to enhance the formal review process?
I. Review software work products as soon as they are available and reasonably mature.
II. Ensure that reviewers have clear, predefined objectives.
III. Exclude customers, managers, and outside experts to minimize impact on problem solving.
IV. Make use of checklists during the review to drive the process and aid reviewers.
V. Conduct reviews just before coding and dynamic testing begins to find defects early and minimize costs of extra reviews.
A. I, III and V
B. II, III and IV
C. II, IV and V
D. II and IV
D. II and IV
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is TRUE of Alpha Testing?
A. It is performed by potential or existing customers.
B. It also referred to as �field testing�.
B. It also referred to as �field testing�.
C. It is performed by customers at their own locations.
D. Developers execute the tests.
A is correct
<<<<<< =================== >>>>>>
Q. : Which of the following are general risks of using test-support tools during the testing process?
I. Underestimating the amount of time needed to learn the tool.
II. Ease of access to information about tests will be decreased.
III. There will be an increase in repetitive work for testers.
IV. Having unrealistic expectations for test-support tools.
V. Using test-support tools when manual testing would better serve.
A. I and V
B. I, IV and V
B. I, IV and V
C. III, IV and V
D. I and IV
B is correct
<<<<<< =================== >>>>>>
Q. : Which of the following is a dynamic analysis tool?
A. Test comparator
B. Database model checker
C. Coverage measurement tool
D. Memory leak detector
D. Memory leak detector
D is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements are TRUE?
I. Regression testing and acceptance testing are alternative terms for the same thing.
II. Regression tests show that all faults have been resolved.
III. Regression tests are a good candidate for automation.
IV. Regression tests are executed to determine if side-effects have been introduced through changes to the code.
V. Regression tests are primarily performed in integration testing.
A. I, III, IV and V.
B. III and IV.
B. III and IV.
C. I, III and V.
D. II and V.B is correct
<<<<<< =================== >>>>>>
No comments:
Post a Comment