SWT301_TEST 2

Ace your homework & exams now with Quizwiz!

A Project risk includes which of the following : A. Organizational Factors B. Poor Software characteristics C. Error Prone software delivered. D. Software that does not perform its intended functions

A

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

Component Testing is also called as :- i. Unit Testing ii. Program Testing iii. Module Testing iv. System Component Testing . A. i,ii,iii are true and iv is false B. i,ii,iii,iv are false C. i,ii,iv are true and iii is false D. all of above is true

A

Link Testing is also called as : A. Component Integration testing B. Component System Testing C. Component Sub System Testing D. Maintenance testing

A

Methodologies adopted while performing Maintenance Testing:- A. Breadth Test and Depth Test B. Re-testing C. Confirmation Testing D. Sanity Testing

A

One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalance class A. 17 B. 19 C. 24 D. 21

A

Test Implementation and execution has which of the following major tasks? i. Developing and prioritizing test cases, creating test data, writing test procedures and optionally preparing the test harnesses and writing automated test scripts. ii. Creating the test suite from the test cases for efficient test execution. iii. Verifying that the test environment has been set up correctly. iv. Determining the exit criteria. size=2 face=Arial> A. i,ii,iii are true and iv is false B. i,,iv are true and ii is false C. i,ii are true and iii,iv are false D. ii,iii,iv are true and i is false

A

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

Which of the following is a Key Characteristics of Walk Through A. Scenario , Dry Run , Peer Group B. Pre Meeting Preparations C. Formal Follow Up Process D. Includes Metrics

A

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

White Box Techniques are also called as: A. Structural Testing B. Design Based Testin C. Error Guessing Technique D. Experience Based Technique

A

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

A Test Plan Outline contains which of the following:- i. Test Items ii. Test Scripts iii. Test Deliverables iv. Responsibilities A. I,ii,iii are true and iv is false B. i,iii,iv are true and ii is false C. ii,iii are true and i and iv are false D. i,ii are false and iii , iv are true

B

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

In a risk-based approach the risks identified may be used to : i. Determine the test technique to be employed ii. Determine the extent of testing to be carried out iii. Prioritize testing in an attempt to find critical defects as early as possible. iv. Determine the cost of the project A. ii is True; i, iii, iv & v are False B. i,ii,iii are true and iv is false C. ii & iii are True; i, iv are False D. ii, iii & iv are True; i is false

B

The Planning phase of a formal review includes the following :- A. Explaining the objectives B. Selecting the personnel, allocating roles. C. Follow up D. Individual Meeting preparations

B

Verification involves which of the following: i. Helps to check the Quality of the built product ii. Helps to check that we have built the right product. iii. Helps in developing the product iv. Monitoring tool wastage and obsoleteness. A. Options i,ii,iii,iv are true. B. i is true and ii,iii,iv are false C. i,ii,iii are true and iv is false D. ii is true and i,iii,iv are false.

B

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

Which of the following is not a major task of Exit criteria? A. Checking test logs against the exit criteria specified in test planning. B. Logging the outcome of test execution. C. Assessing if more tests are needed. D. Writing a test summary report for stakeholders.

B

Which of the following is the task of a Tester? i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project. ii. Prepare and acquire Test Data iii. Implement Tests on all test levels, execute and log the tests. iv. Create the Test Specifications A. i, ii, iii is true and iv is false B. ii,iii,iv is true and i is false C. i is true and ii,iii,iv are false D. iii and iv is correct and i and ii are incorrect

B

Which of the following is true about Formal Review or Inspection:- i. Led by Trained Moderator (not the author). ii. No Pre Meeting Preparations iii. Formal Follow up process. iv. Main Objective is to find defects A. ii is true and i,iii,iv are false B. i,iii,iv are true and ii is false C. i,iii,iv are false and ii is true D. iii is true and I,ii,iv are false

B

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

Consider the following state transition diagram of a two-speed hair dryer, which is operated by pressing its one button. The first press of the button turns it on to Speed 1, second press to Speed 2 and the third press turns it off. Which of the following series of state transitions below will provide 0-switch coverage? A. A,C,B B. B,C,A C. A,B,C D. C,B,A

C

Exhaustive Testing is A. Is impractical but possible B. Is practically possible C. Is impractical and impossible D. Is always possible

C

In a Examination a candidate has to score minimum of 24 marks inorder to clear the exam. The maximum that he can score is 40 marks. Identify the Valid Equivalance values if the student clears the exam. A. 22,23,26 B. 21,39,40 C. 29,30,31 D. 0,15,22

C

The Phases of formal review process is mentioned below arrange them in the correct order. i. Planning ii. Review Meeting iii. Rework iv. Individual Preparations v. Kick Off vi. Follow Up A. i,ii,iii,iv,v,vi B. vi,i,ii,iii,iv,v C. i,v,iv,ii,iii,vi D. i,ii,iii,v,iv,vi

C

What can static analysis NOT find? A. The use of a variable before it has been defined B. Unreachable ("dead") code C. Whether the value stored in a variable is correct D. The re-definition of a variable before it has been used E. Array bound violations

C

Incidents would not be raised against: A. Requirements B. Documentation C. Test cases D. Improvements suggested by users

D

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

Which of the following techniques is NOT a White box technique? A. Statement Testing and coverage B. Decision Testing and coverage C. Condition Coverage D. Boundary value analysis

D


Related study sets

INSURANCE FINAL EXAM 50 QUESTIONS

View Set

Chem 0960 Exam 1 (Chapters 2 and 3)

View Set

Unit 5- Safety and Infection Control

View Set

Mastering Biology Chapter 3 Practice Test

View Set

Chapter 55: Drugs Acting on the Lower Respiratory Tract

View Set

Capstone Chap.4 The Internal Assessment

View Set