My team is doing localization automation using Selenium. How to do the localization testing using selenium web driver
Asked
Active
Viewed 1,208 times
0
-
That's not nearly precise enough to elicit an answer. I suggest you read: https://www.w3.org/International/questions/qa-i18n or http://stackoverflow.com/q/506743/954442 or perhaps http://www.welocalize.com/plan-software-localization-testing-strategy/ and edit your question. – Andrew Regan Feb 04 '16 at 23:47
1 Answers
0
Based on experience testing localization, you should implement a translated locate key e.g XY. Using selenium you can verify that all elements/text on site are localized using the XY String.
The XY String can be any language translated locale string.
Hope this helps

Zach
- 986
- 7
- 19