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 the tescases for a login page

2 Answers  


Give me a sample test case for an online purchasing system?What testings u do for the same ?

8 Answers   Flipkart, NIIT, Polaris, SQTL, TCS,


a job should be executed for every two hours?write test case for this?

2 Answers  


hai........... please tell abt testcases.. how we can drived the testcases in project?

1 Answers  


Hi recently in an interview I was asked to write API test cases. Since I am not familiar with it can someone put more light towards API testing and give some example test cases for the same. Thanks!

2 Answers   Microsoft,






How to write test cases for "open file dialog box" for ms word? Thanks a lot!

0 Answers  


Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.

0 Answers  


How to write test data for login module?

5 Answers  


what is black box system in software development in system analysis and design?

0 Answers  


hi, please anyone write test case for "Print" screen

1 Answers  


Write negative test case for logout????? Answer soon friends

2 Answers  


how to write test cases for online restaurant table booking system?

0 Answers  


Categories