Write test cases for 10 values to arrange in ascending order?

Showing Answers 1 - 6 of 6 Answers

Test cases for 10 values to arrange in ascending order:

1. Check whether it can be only numbers
2. Check whether it displays the answers in the format of small to big
3. Check whether it displays all the inputs to the output
4. Check whether it displays all the output correctly from smaller to bigger

  Was this answer useful?  Yes

ssaradha85

  • Jan 24th, 2010
 

1 ) Chk whether the given series contain 10 numbers. 

2 ) Chk that we are able to arrange the given series from Small to Big.
3 ) Chk whether the numbers are seperated by commas to avoid confusion. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions