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 we test the login page using jwebunit test case...
What are all the companies are doing manual testing till now ?
if software faild in customer environment what we called a)error b)fault c)defect d)failure
if u want to test an application which takes a data value between 0 and 59 and if u choose 55 ,what type of testing it is a) System testing b) error guessing c) Black box d) None
hi iam working in HCL as a fresher n iam dg automation testing i am going to give client demo i did some 7 scripts i want to call all those in some new page in QTP I KNOW CALL THE EXISTING ACTION N COPY OF ACTION if we use any of these options while running it will show the whole script but is there any other method while running it should not show the whole script it will show only the calling lines plz give me detailed explanation to ds i need reply fast plzz
What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??
write a test case for telephone billing ?
How can we write integration and regresion test cases based on scenario ?
write a navigation for object repostory
what are the test case scenario for epos/pos testing,and how to initiate the process
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many conditions are there in above expression? what are the test cases for statement, decision, condition, MC/DC and multiple condition overage explain in deatil why ?