automation - How to automate localization testing of WEB app? Selenium + Java -


need automate localization testing of web based application. there more 30 languages.

automation of localization testing indeed interesting problem approach.

give no details, here 2 things can start with:
1. obvious 1 comparing string content of elements on web page desired translation.
2. can (and should) combine first 1 making screenshots , looking them through make sure translation looks ok on page , doesn't brake layout or something.

easier come more suggestions if give more info have tried and, maybe details of app trying test.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -