In case of Large Systems :-
a) Only few tests should be run
b) Testing should be on the basis of Risk
c) Only Good Test Cases should be executed.
d) Test Cases written by good test engineers should be executed.

1 Answer

Answer :

b) Testing should be on the basis of Risk

Related questions

Description : Acceptance tests are normally conducted by the A. Developer B. End usersC. Test team D. Systems engineers

Last Answer : B. End users

Description : Which of the following helps in monitoring the Test Progress:- i. Percentage of Test Case Execution ii. Percentage of work done in test environment preparation. iii. Defect Information e.g. defect density, ... ii,iii are correct and iv is incorrect c) i,ii are correct and iii,iv are incorrect

Last Answer : b) i,ii,iii are correct and iv is incorrect

Description : Impact Analysis helps to decide :- a) How much regression testing should be done. b) Exit Criteria c) How many more test cases need to written. d) Different Tools to perform Regression Testing

Last Answer : a) How much regression testing should be done.

Description : Sources of regression test cases are A. Boundary tests and other pre planned tests. B. Tests that reveal bugs in the program C. Customer reported bugs D. All of the above

Last Answer : D. All of the above

Description : Which of the following statements is true about a software verification and validation program? I. It strives to ensure that quality is built into software. II. It provides management with insights into the state ... software development activities. A. I, II&III B.II, III&IV C.I, II&IV D.I, III&IV

Last Answer : C.I, II&IV

Description : Alpha testing is differentiated from Beta testing by A. The location where the tests are conducted. B. The types of test conducted C. The people doing the testing D. The degree to which white box techniques are used

Last Answer : A. The location where the tests are conducted.

Description : A test harness is a A. A high level document describing the principles, approach and major objectives of the organization regarding testing B. A distance set of test activities collected into a manageable phase ... conduct a test D. A set of several test cases for a component or system under test

Last Answer : C. A test environment comprised of stubs and drives needed to conduct a test

Description : The selection of test cases for regression testing A. Requires knowledge on the bug fixes and how it affect the system B. Includes the area of frequent defects C. Includes the area which has undergone many/recent code changes D. All of the above

Last Answer : D. All of the above

Description : Coverage based analysis is best described as: A. A metric used to show the logic covered during a test session providing insight to the extent of testing. B. A tool for documenting the unique ... their status through to resolution. D. The most traditional means for analyzing a system or a program

Last Answer : A. A metric used to show the logic covered during a test session providing insight to the extent of testing.

Description : Testing Process comprised of A. Test Plan and Test Cases B. Test log and Test Status C. Defect Tracking D. All of the above

Last Answer : D. All of the above

Description : Test cases need to be written for A. Valid and unexpected conditions B. Valid and expected conditions C. Both A and B D. None of the above

Last Answer : C. Both A and B

Description : Match every stage of the software Development Life cycle with the Testing Life cycle: i. Hi-level design a Unit tests ii. Code b Acceptance tests iii. Low-level design c System tests iv. Business requirements d Integration tests a) i-d , ii ... i-b , ii-a , iii-d , iv-c d) i-c , ii-a , iii-d , iv-b

Last Answer : d) i-c , ii-a , iii-d , iv-b

Description : Decision to stop testing should be based upon A. Successful use of specific test case design methodologies B. A percentage of coverage for each coverage category C. Rate of error detection falls below a specified threshold D. All of the above

Last Answer : D. All of the above

Description : Deciding how much testing is enough should take into account:- i. Level of Risk including Technical and Business product and project risk ii. Project constraints such as time and budget iii. Size of Testing Team iv. Size ... ii are true and iii, iv are false d) ii, iii, iv are true and i is false

Last Answer : c) i, ii are true and iii, iv are false

Description : Software testing activities should start A. As soon as the code is written B. During the design stage C. When the requirements have been formally documented D. As soon as possible in the development lifecycle

Last Answer : C. When the requirements have been formally documented

Description : Functional system testing is: a) testing that the system functions with other systems b) testing that the components that comprise the system function together c) testing the end to end functionality of the system as a whole d) testing the system performs functions within specified response times

Last Answer : c) testing the end to end functionality of the system as a whole

Description : Testing of software used to convert data from existing systems for use in replacement systems A. Data driven testing B. Migration testing C. Configuration testing D. Back to back testing

Last Answer : B. Migration testing

Description : Recovery Testing aims at verifying the system's ability to recover from varying degrees of failure. A. True B. False

Last Answer : A. True

Description : Integration testing where no incremental testing takes place prior to all the system’s components being combined to form the system. A. System testing B. Component Testing C. Incremental Testing D. Big bang testing

Last Answer : D. Big bang testing

Description : Minimum Tests Required for Statement Coverage and Branch Coverage :- Read P Read Q If p+q > 100 thenPrint Large End if If p > 50 then Print pLarge End if a) Statement coverage is 2, Branch ... c) Statement coverage is 1 and branch coverage is 2 d) Statement Coverage is 4 and Branch coverage is 2

Last Answer : c) Statement coverage is 1 and branch coverage is 2

Description : System test can begin when? I. The test team competes a three day smoke test and reports on the results to the system test phase entry meeting II. The development team provides software to the test team 3 business days prior ... . I and II only B. II and III only C. I and III only D. I, II and III

Last Answer : D. I, II and III

Description : Test Conditions are derived from :- a) Specifications b) Test Cases c) Test Data d) Test Design

Last Answer : a) Specifications

Description : What is the expected result for each of the following test cases? A. Citibank card member, holding a Silver room B. Non Citibank-member, holding a Platinum room a) A - Don't offer any upgrade, B - Don't ... , B - Offer upgrade to Silver. d) A - Offer upgrade to Gold, B - Don't offer any upgrade

Last Answer : d) A – Offer upgrade to Gold, B – Don’t offer any upgrade

Description : We use the output of the requirement analysis, the requirement specification as the input for writing :- a) User Acceptance Test Cases b) Integration Level Test Cases c) Unit Level Test Cases d) Program specifications

Last Answer : a) User Acceptance Test Cases

Description : Which of the following has highest level of independence in which test cases are : a) Designed by persons who write the software under test b) Designed by a person from a different sectionc) Designed by a person from a different organization d) Designed by another person

Last Answer : c) Designed by a person from a different organization

Description : 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 ... A. 5, 6, 20 B. 4, 5, 80C. 4, 5, 99 D. 1, 20, 100

Last Answer : C. 0, 1,10,11, 50, 51, 75, 76,100,101

Description : Test cases are designed during: a) test recording. b) test planning. c) test configuration. d) test specification.

Last Answer : d) test specification.

Description : Test design mainly emphasizes all the following except A. Data planning B. Test procedures planning C. Mapping the data and test cases D. Data synchronization

Last Answer : D. Data synchronization

Description : Which of the following is not decided in the test-planning phase? A. Schedules and deliverables B. Hardware and software C. Entry and exit criteria D. Types of test cases

Last Answer : D. Types of test cases

Description : Test Procedure A. Collection of test plans B. Combination of test plan and test cases C. Collection of test cases D. None of the above

Last Answer : C. Collection of test cases

Description : Which of the following is true about White and Black Box Testing Technique:- a) Equivalance partitioning, Decision Table and Control flow are White box Testing Techniques. b) Equivalence partitioning ... , State Transition , Use Case Testing and Decision Table are White Box Testing Techniques.

Last Answer : c) Equivalence partitioning , State Transition , Use Case Testing are black box Testing Techniques.

Description : Testing where the system is subjected to large number of data, is A. System Testing B. Volume Testing C. Statistical testing D. Statement testing

Last Answer : B. Volume Testing

Description : Which of the following is the task of a Test Lead / Leader: i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project. ii. Write Test Summary Reports based on the ... is true and ii,iii,iv are false d) iii and iv is correct and i and ii are incorrect

Last Answer : a) i, ii, iii is true and iv is false

Description : Benefits of Independent Testing a) Independent testers are much more qualified than Developers b) Independent testers see other and different defects and are unbiased. c) Independent Testers cannot identify defects. d) Independent Testers can test better than developers

Last Answer : b) Independent testers see other and different defects and are unbiased.

Description : Test charters are used in ________ testingA. Exploratory testing B. Usability testing C. Component testing D. Maintainability testing

Last Answer : A. Exploratory testing

Description : During the testing of a module tester X' finds a bug and assigned it to developer. But developer rejects the same, saying that it's not a bug. What X' should do? A. Report ... same bug to another developer D. Send to the detailed information of the bug encountered and check the reproducibility

Last Answer : D. Send to the detailed information of the bug encountered and check the reproducibility

Description : During the testing of a module tester X' finds a bug and assigned it to developer. But developer rejects the same, saying that it's not a bug. What X' should do? A. Report ... same bug to another developer D. Send to the detailed information of the bug encountered and check the reproducibility

Last Answer : D. Send to the detailed information of the bug encountered and check the reproducibility

Description : A test manager wants to use the resources available for the automated testing of a web application. The best choice is A. Test automater, web specialist, DBA, test lead B. Tester, test automater, web ... C. Tester, test lead, test automater, DBA D. Tester, web specialist, test lead, test automater

Last Answer : B. Tester, test automater, web specialist, DBA

Description : Acceptance testing means A. Testing performed on a single stand - alone module or unit of code B. Testing after changes have been made to ensure that no unwanted changes were introduced C. ... the needs of the organization and end user. D. Users test the application in the developers environment

Last Answer : C. Testing to ensure that the system meets the needs of the organization and end user.

Description : The testing attempts to violate those procedures, which should test the adequacy of the security procedures. A. Disaster testing B. Functional testing C. Regression testing D. Compliance testing

Last Answer : D. Compliance testing

Description : Which testing methods are used by end-users who actually test software before they use it? A. Alpha & Beta Testing B. White Box Testing C. Black Box Testing D. Trial & Error Testing

Last Answer : A. Alpha & Beta Testing

Description : The following defines the statement of what the tester is expected to accomplish or validate during testing activity A. Test scope B. Test objective C. Test environment D. None of the above

Last Answer : B. Test objective

Description : A test plan defines A. What is selected for testing B. Objectives and results C. Expected results D. Targets and misses

Last Answer : B. Objectives and results

Description : Test Plan A. Road map for testing B. Tells about the actual results and expected results C. Both A and B D. None of the above

Last Answer : A. Road map for testing

Description : _________must be developed to describe when and how testing will occur. A. Test Strategy B. Test Plan C. Test Design D. High Level document

Last Answer : B. Test Plan

Description : Which of the following is not a type of test under phases in testing life cycle? A. Integration test B. Load test C. User Acceptance test D. Beta test

Last Answer : D. Beta test

Description : Test summary report A. Functional testing is mostly B. Validation techniques C. Verification techniques D. Both of the above E. None of the above

Last Answer : B. Validation techniques