0

I need to test my site in different language ex. German, but not english. so any ideas of

what would be the best solution in java using selenium webdriver.

Rachit
  • 29
  • 2

1 Answers1

0

We do localization testing using a generalized locale Key (String "XXX")to show everything is localized Selenium WebDriver in verifying all Fields,Menus and Tabs are localised with the String/Locale key.

That way any translated locale key for any language will work.

Usually the developers do the unique locale key generation / magic.

Zach
  • 986
  • 7
  • 19