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 ?    26 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

Who will take care of test plan and test case?

1 Answers  


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

0 Answers  


Do you write test plan and test case?

1 Answers   Wipro,


How to write test cases on for Logging management?

4 Answers   ABC, TCS,


How you test IP address

6 Answers   CybAge,






can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.

2 Answers  


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

0 Answers  


Can test case contains more than 50 steps in single test case?

4 Answers  


What is the basis on which you can check a text box in a web page or application?

3 Answers   HCL, IBM, R Systems,


if u have a application that is demo verson and u want to perches it if u have full version. Plz give me some test case for try to break the applicatin

1 Answers  


hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com

0 Answers  


how to write testcases for yahoo messagner

1 Answers   IBM,


Categories