pliz anyone give suggest me the test cases for shorting
numbers in asc/desc order.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I need GUI test case for home page?

3228


Do you write test plan and test case?

1916


What is quick test professional and what test environment it supports?

711


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

10421


Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.

1736






how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

5178


Explain the smoke testing?

656


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

1666


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1440


Can anybody help me out to write test cases for booking train ticket online???

5263


hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com

1827


write a test case for telephone billing ?

3909


How to test a stored procedure?

656


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1944


How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character

1523