Micro Focus QTP (UFT) Forums
How to use multiple language testing in QTP 9.5 - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to use multiple language testing in QTP 9.5 (/Thread-How-to-use-multiple-language-testing-in-QTP-9-5)



How to use multiple language testing in QTP 9.5 - Sarvesh Mehra - 12-12-2009

Hello,

I have a website created in different languages like English, German, French, Swedish, etc. and thier URS varies with language. Example,

English has URL www.abc.com
German has URL www.abc.com/ge
French has URL www.abc.com/fr

Could anyone suggest how to automate it through QTP so that there is no need to test for each language manually.

Thanks in advance.

Sarvesh


RE: How to use multiple language testing in QTP 9.5 - upadhyay40 - 12-12-2009

Hi Sarvesh,

You can use parameterization for your URL that means it will iterate 3 times ith the different URL, let me guess your all objects are same for all other pages?

Thanks
Mahesh


RE: How to use multiple language testing in QTP 9.5 - Sarvesh Mehra - 12-15-2009

Hi Mahesh,

Thanks for your suggestions. But what is the use of using parameterization on URL? Let me make you clear that these websites are totally different but same in structure. They are identical except text translation.

Please suggest.