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 create Test Data? What are the Fields in Test Data. Please any one specify the format of Test Data?
What is the Difference between Testing Types and Testing Techniques
how to write a jwebunit testcase for ejb3.0 project
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
How can we write a good test case?
Give Sample of Validation Test Case.
Write the functional,system test case for a electric bulb which have two electric switches.
Write the integration test cases for below scenario: You have three components 1. Message 2. Call 3. Call Log Hint: Mobile phone message box
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
Generally when we are writing test cases we give headings as Case id , description, input values, expected, actual, severity and priority and pass/fail. is there any seperate profama during testing the web site manually. (guys it very urgent for me in my office can any one help me plz)