QTP For Localized String Check!!!! - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: QTP For Localized String Check!!!! (/Thread-QTP-For-Localized-String-Check) |
QTP For Localized String Check!!!! - aaryan28 - 10-01-2010 Hi, I was thinking of using QTP for String Checks on Localized strings for the same GUI, like for ex. for this Wep page in German Language or Japanese Language if there is a string like New Thread in English and in German it translates as "Knoten" and like wise whatever it may be in Japanese. Now my Question is that if I use the same script of English and change the respective string or enter a range of strings would the script work and locate the Localized string/s? I'm not even sure if this is a valid scenario Thanks a lot in advance. RE: QTP For Localized String Check!!!! - Saket - 10-04-2010 Yes that could be possible, you will need to use regular expression using something like 'New Thread|Knoten'. |