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

write a test cses for sending mails through microsoft- outlook xpress?

4 Answers   HCL,


How to write load test case for pen?

3 Answers  


Do you know explain security testing?

0 Answers  


How to execute test cases written in excelsheet???

8 Answers   TCS, Value Labs, VFS, Wipro,


What are the test cases for mouse?

0 Answers  






Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.

4 Answers   Manhattan,


Write the Load test cases on a water bottle.

5 Answers   Cognizant, IBM, Logic, Microsoft, NIC,


For example out of 100 test cases if I ask you to automate how many you can automate?

13 Answers   HCL, MBT,


Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.

0 Answers  


How we apply Test case like integration testion on calculating result or for calculation GPA..... plz urgent need???:(

0 Answers  


how to write testcases for yahoo messagner

1 Answers   IBM,


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  


Categories