Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We are testing a standalone application that is developed in Java and uses ubuntu platform. We have to validate that there are not truncation issues when the application is tested in different languages. Do we have an tool that can do it or what could be the way to automate this scenario.

What I have tried:

Unable to understand how to proceed. Please suggest/guide.
Posted
Updated 24-Sep-16 6:02am

1 solution

It looks like in java you have a local method and it interacts with ResourceBundle which is a key value pair of your strings that are localized.

Locale (Java Platform SE 6)[^]

You should then be able to create unit tests where all you do is call the same class/method but pass in the different languages that you are wanting to test.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900