Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


testcases for biggest of three numbers?plz give the answer

Answers were Sorted based on User's Feedback



testcases for biggest of three numbers?plz give the answer..

Answer / vikas pujar

I feel. Since code is already in place to verify biggest of
3 numbers we just need to input some combinations:

1) All three same numbers check wat is the result. Eg:
999,999,999

2) Two numbers same and verify result : Eg - 500,500, 400

3) Bounday Value Analysis Eg: 499,500,501

Is This Answer Correct ?    27 Yes 2 No

testcases for biggest of three numbers?plz give the answer..

Answer / smitha

1.Try to enter 4 numbers and submit, the form/field should
not accept more than 3 numbers.
2.Try to enter 2 numbers and submit,the form/field should
not accept less than 3 numbers.
3.Do not enter anything and see the result....it should
prompt to enter numbers.
4.Enter alphabets,special characters and check the result.
5.Enter integers(negative and positive),decimal numbers etc.
6.If the three numbers are of integer data type, try
entering float data type.Check with other data types also.
7.Enter very large numbers/small numbers and check.

Like this we can add many more test cases depending on the
Specifications or Requirements document.

Is This Answer Correct ?    12 Yes 5 No

testcases for biggest of three numbers?plz give the answer..

Answer / pravin

First Compare 3 numbers if first one is bigger than other 2
numbers then 1 number is biggest else campare other 2 value
and check whether second number is grater or third no. is
grater. if 2nd number is grater than 3rd number then 2no. is
the biggest number else 3number is the biggest number.

Is This Answer Correct ?    2 Yes 3 No

testcases for biggest of three numbers?plz give the answer..

Answer / jagadish

the guys both answered is not correct as the question it
self says no boundaries of text box but asked as the biggest
of three numbers.
this is try to check the biggest of three no by if else
conditions checking each one by other thats all
if more clarity mail me at jagadishk.9454@gmail.com

Is This Answer Correct ?    2 Yes 5 No

testcases for biggest of three numbers?plz give the answer..

Answer / yogesh bhadane

test cases for biggest 3 numbers
1> 999 = valid
2> 9999 = invalid
3> 99 = invalid
4> 009 = invalid ( as it is same as 9)
5> space = invalid
6> alphabets / special characters = invalid
7> negative number = invalid
8> decimals = invalid

Is This Answer Correct ?    5 Yes 15 No

Post New Answer

More Test Cases Interview Questions

For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2

1 Answers   ISTQB,


please give me different test scenario for uploading whatsapp status from gallery and camera

0 Answers   Next Step,


Define some of the attributes of a test case?

0 Answers  


give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?

7 Answers  


write test case for white board marker.

5 Answers   Adobe,


how to write test cases for "Browse" button.

6 Answers   Accenture,


write a test cases for advanced search

1 Answers   Satyam,


How to write test cases or test scripts for UAT testing which is done manually

0 Answers  


How you test IP address

6 Answers   CybAge,


how do u knw when to stop writing test case for a given project.

9 Answers  


pliz anyone give suggest me the test cases for shorting numbers in asc/desc order.

4 Answers   IBM,


test cases for restaurant billing system????????

1 Answers   ABC,


Categories