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

Answers were Sorted based on User's Feedback



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

Answer / ganesh

1) enter both +ve and -ve numbers and sort.
2) Enter decimal numbers as .01,.001,.0001
3) Enter numbers in asc/desc order and try to sort.
4) enter numbers with 0 preceding them like 010,08,09,011.
5) try entering large numbers,99,999,9999,99999
6) enter same numbers.

Hope this helps.correct me if I am wrong.

Is This Answer Correct ?    7 Yes 0 No

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

Answer / rituparna

1.Enter few numbers in random order.
2.Check whether it is displaying in Ascending or Descending
order.
3.If same number is entered several times then the number
can be distinguished by ROW ID(Data base concept).
4.Enter decimals in between two numbers (Like 25,26.08,27)&
see whether it is displaying in Ascending or Descending
order.
5.And but obvious check for alphabets,spaces,special
characters,it should not accept it.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / raghav

You ve to test the asc/desc functionality

So..

Enter few random numbers, & test for asc & desc

Enter all same numbers like 1,1,1,1 etc & see the behaviour
of the prog

if prog accepts only numbers then try : spl characters
alphabets etc

ther might be many possibilities .. try to see how it
behaves if invalid data is entered

Is This Answer Correct ?    1 Yes 1 No

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

Answer / sudha sarali

Pre-requisite:
1. you should have some random numbers say n

Testcase
1. search for a number which is smaller (from n numbers)
2. Move the selected number to first position(say i)
3. search for a number which is smaller in n-1 numbers
4. Place it in (i+1)th position
5. Repeat step 3 and 4 till all the numbers are done

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Test Cases Interview Questions

what is self cleaning of test cases and repeatability and usability of test cases?what is the difference in repeatability and usability

2 Answers   Wipro,


write the test cases for how do u send a message in mobile

8 Answers   Subex, Wipro,


Dear Friends, please send me some links where i will get all type of web driver programs.

1 Answers  


If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case

4 Answers  


how to write test cases for "Browse" button.

6 Answers   Accenture,






Please Tell me the Real Process of a Company. My company is very small & Developer explains me the feature and I prepare the test cases according to he explained .No one is there to review what I have written in the test cases.Test cases are ok but still I have the knowlege of real testing documents i.e which documents I have to prepare What is the flow starting from requirement gathering.Please tell me ,Thanks in advance .It will really helpful to me

1 Answers  


Can some body help to write possible test cases for a credit card at POS (point of sale)

0 Answers  


Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.

3 Answers  


wirte the test cases for triangle by using testing techniques

8 Answers   Blue Star, George Mason, HP,


Can you list down a few characteristics of a test case?

0 Answers  


For how many days (or) weeks you will test a product or software?

0 Answers  


Explain the system testing?

0 Answers  


Categories