0

My team is doing localization automation using Selenium. How to do the localization testing using selenium web driver

user2641604
  • 45
  • 1
  • 2
  • 9
  • 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 Answers1

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