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 offer any upgrade.
b) A – Don’t offer any upgrade, B – Offer upgrade to Gold.
c) A – Offer upgrade to Silver, B – Offer upgrade to Silver.
d) A – Offer upgrade to Gold, B – Don’t offer any upgrade

1 Answer

Answer :

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

Related questions

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 : 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 : 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.

Last Answer : b) Testing should be on the basis of Risk

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

Last Answer : a) Specifications

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 : 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 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 : 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 : 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 : 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 : 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 : 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 : 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 : 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 : Repeated Testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or ... software component: a) Re Testing b) Confirmation Testing c) Regression Testing d) Negative Testing

Last Answer : c) Regression Testing

Description : What is it with my Citibank card telling me I can no longer make payments online?

Last Answer : The first thing I would do is call Citibank directly and see what’s going on.

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 : Exit Criteria may consist of :- i. Thoroughness measures , such as coverage of code, functionality or risk ii. Estimates of Defect density or reliability measures. iii. Residual risk such as defects not fixed or ... correct and i,ii,iii are incorrect d) iii and iv are correct and i,ii are incorrect

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

Description : Drivers are also known as: i. Spade ii. Test harness iii. Scaffolding a) i , ii are true and iii is false b) i , iii are true and ii is false

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

Description : Which of the following is a part of Test Closure Activities? i. Checking which planned deliverables have been delivered ii. Defect report analysis. iii. Finalizing and archiving testware. iv. Analyzing lessons. a) i , ii , ... false c) i , iii , iv are true and ii is false d) All of above are true

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

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 : The structure of an incident report is covered in the Standard for Software Test Documentation IEEE 829 and is called as : - a) Anomaly Report b) Defect Report c) Test Defect Report d) Test Incident Report

Last Answer : a) Anomaly Report

Description : Minimum Test Required for Statement Coverage :- Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if a) Statement coverage is 4 b) Statement coverage is 1

Last Answer : b) Statement coverage is 1

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 : Which of the following is not phase of the Fundamental Test Process? a) Test Planning and Control b) Test implementation and Execution c) Requirement Analysis d) Evaluating Exit criteria and reporting

Last Answer : c) Requirement Analysis

Description : Evaluating testability of the requirements and system are a part of which phase:- a) Test Analysis and Design b) Test Planning and control c) Test Implementation and execution d) Evaluating ... text box which accepts alphabets in lower or upper case. Identify the invalid Equivalence class value.

Last Answer : a) Test Analysis and Design

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

Last Answer : A. Exploratory testing

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 : . One of the more daunting challenges of managing a test project is that so many dependencies converge at test execution. One missing configuration file or hard ware device can render all your test results ... incident? A. Test managers faults only B. Test lead faults only C. Test manager and proj

Last Answer : A. Test managers faults only

Description : There is one application, which runs on a single terminal. There is another application that works on multiple terminals. What are the test techniques you will use on the second application that ... B. Concurrency test, Scalability C. Update & Rollback, Response time D. Concurrency test, Integrity

Last Answer : C. Update & Rollback, Response time

Description : “The tracing of requirements for a test level through the layers of a test documentation” done by A. Horizontal tracebility B. Depth tracebility C. Vertical tracebility D. Horizontal & Vertical tracebilities

Last Answer : A. Horizontal tracebility

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 : Change X requires a higher level of authority than Change Y in which of the following pairs? Change X Change Y A. Code in development Code in production B. Specifications during requirements ... Documents requested by customers D. A product distributed to several sites A product with a single user

Last Answer : D. A product distributed to several sites A product with a single user

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 : An expert based test estimation is also known as A. Narrow band Delphi B. Wide band Delphi C. Bespoke Delphi D. Robust Delphi

Last Answer : A. Narrow band Delphi

Description : Defect Density' calculated in terms of A. The number of defects identified in a component or system divided by the size of the component or the system B. The number of defects found by a test phase ... The number of defects found by a test phase divided by the number found by the size of the system

Last Answer : A. The number of defects identified in a component or system divided by the size of the component or the system

Description : In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed ... of these is a valid Boundary Value Analysis test case? A. £28000. B. £33501. C. £32001. D. £1500

Last Answer : B. £33501.

Description : f the temperature falls below 18 degrees, the heating is switched on. When the temperature reaches 21 degrees, the heating is switched off. What is the minimum set of test input values to cover all valid equivalence ... 17, 18, 20 and 21 degrees C. 18, 20 and 22 degrees D. 16 and 26 degrees

Last Answer : A. 15, 19 and 25 degrees

Description : Assume postal rates for 'light letters' are: $0.25 up to 10 grams; $0.35 up to 50 grams; $0.45 up to 75 grams; $0.55 up to 100 grams. Which test inputs (in grams) would be selected using boundary value analysis? A. 0, 9,19, ... C. 0, 1,10,11, 50, 51, 75, 76,100,101 D. 25, 26, 35, 36, 45, 46, 55, 56

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

Description : Features to be tested, approach, item pass/fail criteria and test deliverables should be specified in which document? a) Test case specification b) Test procedure specification c) Test plan d) Test design specification

Last Answer : c) Test plan