Programmed Unit testing

Hello, i need you help to answer this question:
We have a programmed unit, that receives the alphabets and returns them reverses them. Now,there is a problem and it returns the letters in a different order.how we can figure what is a problem?
For example, when we give him "abc" it should return us "cba" but now it returns "acb"..

Thank you

Questions by mistames12

Showing Answers 1 - 3 of 3 Answers

Gypsyqueen

  • Sep 25th, 2011
 

This sounds like a problem with the logic in the program. Work with the developer or walk through the code or/and give it several longer strings to reverse and see if there is a pattern in the results

  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