pliz anyone give suggest me the test cases for shorting
numbers in asc/desc order.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
How to write test case template for ATM
What is STATEMENT COVERAGE testing
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
For how many days (or) weeks you will test a product or software?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
test cases for friend finder system using gps?
Pls write down 3 positive test cases & 2 negative test cases for requirments at the "initiation" & "login" of an ATM machine (format:-Description,test data,methods,set up to test,actions & expected results,any proofs or attachments (optional))
Is there any formula to find the number of test cases needed
how to write the test case for 1 to 12 months in equivalence partitioning?
how to make test case for anolog voice logger?
How to perform a stress test on an ATM machine? (Note ATM is a Bank ATM say Citibank, IICICI etc)
Can someone please explain me the life cycle of DAtabase testing,iam pretty good at SQL but i dont know anything about how to start the testing(backend especially),how and where to write test cases for backend testing?how to take snapshots?how to report the bugs....as simple i know SQL and i know working on quality center but how to work on both together?Please help me!!!