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

1 Answer

Answer :

A. 17

Related questions

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 alphabets in lower or upper case. Identify the invalid Equivalence class value. a. CLASS b. cLASS c. CLass d. CLa01ss

Last Answer : d. CLa01ss

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 : 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 : 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 : 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 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 : 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 : One technique of Black Box testing is Equivalence Partitioning. In a programstatement that accepts only one choice from among 10 possible choices,numbered 1 through 10, the middle partition would be from _____ to _____ a) 4 to 6 b) 0 to 10 c) 1 to 10 d) None of the above

Last Answer : c) 1 to 10

Description : Find the invalid equivalence class for the following test case Draw a line up to the length of 4 inches A. Line with 1 dot-width B. Curve C. Line with 4 inches D. None of the above

Last Answer : B. Curve

Description : 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50'. What number is missing? -Riddles

Last Answer : 22

Description : . Consider the above state transition diagram of a switch.Which of the following represents an invalid state transition? a) OFF to ON b) ON to OFF c) FAULT to ON Q15. Peer Reviews are also called as :- a) Inspection b) Walkthrough

Last Answer : c) FAULT to ON

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 : Find the range of the given data : 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11, 20 -Maths 9th

Last Answer : Here, the minimum and maximum values of given data are 6 and 32 respectively. Range = 32 – 6 = 26

Description : Find the range of the given data : 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11, 20 -Maths 9th

Last Answer : Here, the minimum and maximum values of given data are 6 and 32 respectively. Range = 32 – 6 = 26

Description : The range of the data 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11 and 20 is -Maths 9th

Last Answer : In conclusion, the range of data 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11, and 20 is 26.

Description : The range of the data 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11 and 20 is -Maths 9th

Last Answer : (d) In a given data, maximum value = 32 and minimum value = 6 We know, range of the data = maximum value – minimum value = 32 – 6 = 26 Hence, the range of the given data is 26.

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 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 : __________ testing assumes that the path of logic in a unit or program is known. A. Black Box testing B. Performance Testing C. White Box testing D. Functional testing

Last Answer : C. White Box testing

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 testing which checks the internal logic of the program is A. Black box testing B. White box testing C. Both (A) and (B) D. None of the above

Last Answer : B. White box testing

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 : 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 : The average age of A and B is 20 years. If C were to replace A, the average would be 19 and id C were to replace B,the average would be 21 . The ages of A, B and C are (in years) (a) 22, 17,16 (b) 22, 18, 20 (c) 30, 18, 15 (d) 23, 17 ,15

Last Answer : 22, 18, 20 Hint : A + B = 2 x 20 C + B = 2 x 19 A + C = 2 x 21

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 : Identify which one is a load condition A. Lost messages B. Task starts before its prerequisites are met. C. Lost or out of sync messages D. Early end of string

Last Answer : A. Lost messages

Description : Suresh and Ramesh are twins. In a form by mistake, Suresh reverses the last 2 digits of his year of birth, and this makes him 9 years older than Ramesh. With this mistake, the sum of their ages in 2015 becomes 43. How old will Ramesh be 2021? a) 17 b) 19 c) 21 d) 23 e) 25

Last Answer : Let the correct ages of Ramesh and Suresh be X in 2015 (since they are twins, they will have the same age) Given: 2x + 9 = 43 Or x = 17 years in 2015. Age in 2021 = 17 + 6 = 23 Note: year of birth = 2015 – 17 = 1998. Reversing, Suresh = 1989 or 9 year older. Answer: d)

Description : Range of accelerating factor is a) 50 to 100 b) 1.3 to 1.7 c) 1 to 10 d) 10.8 to 11.2

Last Answer : b) 1.3 to 1.7

Description : What is NOT a test log? A. Maps the test results to requirements B. Records test activities C. Maintains control over the test D. Contains pass or fail results.

Last Answer : A. Maps the test results to requirements

Description : The average age of four boys, five years ago was 9 of all the five is 15 years. The present age of the new boy is 1. 22 years 2. 24 years 3. 21 years 4. 18 years 5. 19 years

Last Answer : 5; Five years ago the average age of 4 boys = 9 years The present average age of 4 boys = 9+5 = 14 So the present age of new boys = 15 + 4 x 1 = 19 years

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 is taxed at 22%. Any further amount is taxed at 40% ... ) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000

Last Answer : d) £5800; £28000; £32000

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 : A box contains 4 green, 5 red and 6 white balls. Three balls are drawn randomly. What is the probability that the balls drawn are of different colours? a) 24/91 b) 67/91 c) 21/91 d) 70/91 e) 3/13

Last Answer : Answer is: a)

Description : Find the magnetic field intensity of a material with flux density of 24 units in air(in 10 6 order) a) 19.09 b) 21 c) 25 d) 26.78

Last Answer : a) 19.09

Description : A 19 year-old female is referred following a visit to the dentist where marked erosion of her teeth was noted. She was entirely asymptomatic and her only medication was the oral contraceptive pill ... ) Bulimia nervosa 2) Conn's syndrome 3) Laxative abuse 4) Pregnancy 5) Primary hypoparathyroidism

Last Answer : Answers-5 This patient has tooth erosion associated with hypokalaemic metabolic alkalosis and hypocalcaemia. This suggests a diagnosis of hypoparathyroidism. Conn's is unlikely in this age group, is ... raised alkaline phosphatase would not be expected. Early pregnancy would not fit this picture.

Description : A person wants to contest election for the membership of Gram Panchayat, what should be his age? (1) 18 years or above (2) 19 years or above (3) 21 years of above (4) Minimum 25 years

Last Answer : (3) 21 years of above

Description : Foot or pedal sprayer developed Kg/cm^3 Pressure. a. 17-21. c. 18-25 b. 17- 28. d. 20-25

Last Answer :  17-21.

Description : The ratio of the number of boys to that of girls in a school is 3:2. If 30% of boys and 70% of girls appeared in an examination, the ratio of students appeared in the examinations to that not appeared in the examination is A) 23:27 B) 22:25 C) 21:17 D) 18:17 E) None of these 

Last Answer :  Answer: A 3:2 = 30:20 30% boys = (30/100) × 30= 9 70% girls = (70/100) × 20 = 14 (9+14) : (50-23) = 23 : 27

Description : In a monthly test, 10 students were awarded marks in a Mathematics examination as follows: 23, 25, 15, 20, 17, 10, 24, 15, 19 If a student is selected

Last Answer : In a monthly test, 10 students were awarded marks in a Mathematics examination as follows: 23, 25 ... the probability that he gets more than 18 marks?

Description : A national random sample of 20 ACT scores from 2010 is listed below. Calculate the sample mean and standard deviation. 29, 26, 13, 23, 23, 25, 17, 22, 17, 19, 12, 26, 30, 30, 18, 14, 12, 26, 17, 18 a. 20.50, 5.79 b. 20.50, 5.94 c. 20.85, 5.79 d. 20.85, 5.94

Last Answer : Katie earned 84,92,84,75 and 70 on her first 5 tests. What is the minimum grade Katie needs to earn on the next test to have a mean of 84?

Description : What is the mean median mode and range of 78 25 57 98 20 48 45 37 88 24 19?

Last Answer : 19, 20, 24, 25, 37, 45, 48, 57, 78, 88, 98Mean: 49Median: 45Range: 79There is no mode.

Description : Find the range of the data : 14, 15, 16, 18, 19, 25, 30, 41, 26, 16, 13, 18, 20 and 26.

Last Answer : Find the range of the data : 14, 15, 16, 18, 19, 25, 30, 41, 26, 16, 13, 18, 20 and 26.

Description : What is the total number of literate people in city 'A'? 1) 21.62 lakh 2) 22.18 lakh 3) 23.94 lakh 4) 24.63 lakh 5) 25.02 lakh

Last Answer : 3) 23.94 lakh

Description : On what dates of April 1994 did SUNDAYfall? (A) 2,9,16,23,30 (B) 3,10,17,24 (C) 4,11,18,25 (D) 1,8,15,22,29

Last Answer : Answer: B Solution:. Let us find the day on 1st April, 1994. 2000 years have 0 odd day. We have to calculate day on 1st April, 1994. 2000-1994 = 6 Years. 1996 is leap year and have 4 odd days Ordinary years ... was Friday Thus, on 3 rd , 10 th , 17 th , 24 th will be Sunday fall on April 1994.

Description : State weather the following statement is true or false for Multipurpose Internet Mail Extensions 1).The general syntax for MIME header fields is not the same as that for RFC 2822. 2).MIME header field names are never ... false C. 1. false, 2. false, 3. false D. 1.false, 2. true, 3. true

Last Answer : A. 1. True, 2. true, 3. true

Description : Which of the following is not a form of performance testing? A. Spike testing B. Volume testing C. Transaction testing D. Endurance testing

Last Answer : C. Transaction testing