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.
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.
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.