09-12-2008, 09:18 PM
Anil
is there a common key word in any property which will identify
the object uniquely.For example the keyword login is in the name for english and german and this keyword must not be in any other object In Simple words if i say *Login* it must return
the username in all the languages.
IF the objects have such naming convention it is possible to derive a common frame work for all the login screens using regular expression.
i assume that the functionaly of the web page is same in all the languages.if yes this approach might work
if there is no way to group the objects on some common identifying facter in all these websites then you got to go for 33 different scenarios.
regards
is there a common key word in any property which will identify
the object uniquely.For example the keyword login is in the name for english and german and this keyword must not be in any other object In Simple words if i say *Login* it must return
the username in all the languages.
IF the objects have such naming convention it is possible to derive a common frame work for all the login screens using regular expression.
i assume that the functionaly of the web page is same in all the languages.if yes this approach might work
if there is no way to group the objects on some common identifying facter in all these websites then you got to go for 33 different scenarios.
regards