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 ordered. Which of the following groups
contain three test inputs that would be generated using Boundary Value Analysis?
A. 5, 6, 20
B. 4, 5, 80C. 4, 5, 99
D. 1, 20, 100

2 Answers

Answer :

C. 4, 5, 99

Answer :

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

Related questions

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 : Given the following specification, which of the following values for age are in the SAME equivalence partition? If you are less than 18, you are too young to be insured. Between 18 and 30 inclusive, you will receive a 20% discount. Anyone ... 17, 18, 19. B. 29, 30, 31. C. 18, 29, 30. D. 17, 29, 31.

Last Answer : C. 18, 29, 30.

Description : When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

Last Answer : A. Equivalence partitioning

Description : When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

Last Answer : B. Boundary value analysis

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 : Test data planning essentially includes A. Network B. Operational Model C. Boundary value analysis D. Test Procedure Planning

Last Answer : C. Boundary value analysis

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 : 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 : 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 : 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 : 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 : 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 : Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ (Linear Code Sequence and Jump) c) syntax testing d) boundary value analysis

Last Answer : b) LCSAJ (Linear Code Sequence and Jump)

Description : Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing. A. Error Guessing B. Boundary Value Analysis C. Decision Table testing D. Equivalence partitioning

Last Answer : D. Equivalence partitioning

Description : Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing. a) Error Guessing b) Boundary Value Analysis c) Decision Table testing d) Equivalence partitioning

Last Answer : d) Equivalence partitioning

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 : ‘X’ has given a data on a person age, which should be between 1 to 99. Using BVA which is the appropriate one A. 0,1,2,99 B. 1, 99, 100, 98 C. 0, 1, 99, 100 D. –1, 0, 1, 99

Last Answer : C. 0, 1, 99, 100

Description : An input field takes the year of birth between 1900 and 2004 The boundary values for testing this field are A. 0,1900,2004,2005 B. 1900, 2004 C. 1899,1900,2004,2005 D. 1899, 1900, 1901,2003,2004,2005

Last Answer : C. 1899,1900,2004,2005

Description : Find the Equivalence class for the following test case Enter a number to test the validity of being accepting the numbers between 1 and 99 A. All numbers < 1 B. All numbers > 99 C. Number = 0 D. All numbers between 1 and 99

Last Answer : D. All numbers between 1 and 99

Description : what- Brandon’s Ink Store is selling black printer ink for $5 a cartridge and color ink for $8 a cartridge. Shelly’s Discount Ink sells the same cartridges for $6 and $7 respectively?

Last Answer : On a given weekday, each store sold $1,680 worth of ink. The profits for that day can be modeled by the equations below.5b + 8c = 1,6806b + 7c = 1,680Are the lines parallel? Answer yes or no.

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

Last Answer : C. 29,30,31

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 : 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 : 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 : 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 : 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 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 : 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 : A retailer buys 40 pens at the marked price of 36 pens from a wholesaler. If he sells these pens giving a discount of 1%, what is the profit percent? A. 10% B. 22% C. 25% D. 26%

Last Answer : Answer – A (10%) Explanation – Let the marked price of each pen be Re. 1. Then, C.P. of 40 pens = Rs. 36. S.P. of 40 pens = 99% of Rs. 40 = Rs. 39.60. ∴ Profit% = [3.60/36 x 100]% = 10%.

Description : A thermometer measures temperature in whole degrees only. If the temperature falls below 18 degrees, the heating is switched off. It is switched on again when the temperature reaches 21 degrees. What are the best values in degrees to ... and 25. B. 17,18 and19. C. 18, 20 and22. D. 16, 26 and 32.

Last Answer : A. 15,19 and 25.

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 : 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 : 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 : A fast food restaurant sells chicken in orders of 6,9 and 20. What's the largest number of pieces of chicken you cannot order from the restaurant? -Riddles

Last Answer : 43 is the last number that doesn't fall into these categories.

Description : For a function of two variables, boundary value analysis yields (A) 4n + 3 test cases (B) 4n + 1 test cases (C) n + 4 (D) None of the above

Last Answer : (B) 4n + 1 test cases

Description : For a program of k variables, boundary value analysis yields .............. test cases. (A) 4k – 1 (B) 4k (C) 4k + 1 (D) 2k – 1

Last Answer : (C) 4k + 1

Description : Which is not the responsibility of customer/ user of the software A. Plan how and by whom each acceptance activity will be performed B. Prepare the acceptance plan C. Prepare resource plan D. Plan resources for providing information on which to base acceptance decisions

Last Answer : C. Prepare resource plan

Description : One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class A. BOOK B. Book C. Boo01k D. book

Last Answer : C. Boo01k

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

Last Answer : A. 17

Description : A sample of natural gas containing 80% methane (CH4 ) and rest nitrogen (N2 ) is burnt with 20% excess air. With 80% of the combustibles producing CO2 and the remainder going to CO, the Orsat analysis in volume percent is (A) CO2 : 6 ... 96, N2 :72.06 (D) CO2 : 7.60, CO : 1.90, O2 : 4.75, N2 : 85.74

Last Answer : (B) CO2 : 7.42, CO : 1.86, O2 : 4.64, N2 :86.02

Description : R. G. Ltd. purchased machinery from K.G. Company for a book value of Rs. 4,00,000. The consideration was paid by issue of 10%. Debenture of Rs. 100 each at a discount of 20%. The debenture account will be credited by– (A) Rs. 4,00,000 (B) Rs. 5,00,000 (C) Rs. 3,20,000 (D) Rs. 4,80,000

Last Answer : Answer: Rs. 4,00,000

Description : Defects discovered by static analysis tools include: i. Variables that are never used. ii. Security vulnerabilities. iii. Programming Standard Violations iv. Uncalled functions and procedures a) i , ii,iii,iv is correct b ... ,iv are incorrect. c) i ,ii, iii and iv are incorrect d) iv, ii is correct

Last Answer : a) i , ii,iii,iv is correct