How to record & run on Japanese language application using
english version of QTP ???
Answers were Sorted based on User's Feedback
Answer / rico
As a Spanish Language Specialist, i test(record and run)
the application as same as i do it in English. The only
difference is you should know the language to debug the
issues if you come accross any.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / devask007
while recording we must having translator to differentiate
between japanese and english
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / govardhan (zensar technologies
You can test non-English language applications, as long as
the relevant Windows language support is installed on the
computer on which QuickTest Professional is installed
(Start > Settings > Control Panel > Regional Options or
similar).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / smita
You can script using descriptive programming & avoid using
text properties(If you don't know Japanese language
otherwise normal record/play is also OK).QTP Engilsh
version can be used for Japanese language
application.System should have Japanese fonts installed on
it for rendering the Japanese text properly.
If QTP English version is installed on a Japanese OS
machine,some of the error messages like object not
recognised,parameter missing etc..will appear in Japanese
language.
I hope this solves your query.
| Is This Answer Correct ? | 0 Yes | 0 No |
we have 5 default properties we want add more Default property in Object Repository how to add the property
How to supress warnings from the "Test results page"?
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?
How to make Non reusable actions into reusable action? is that feature available in QTP
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
what is Automation frame work and how do u used this for your project?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
What is the difference between Call to Action and Copy Action.?
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
How to handle the errors without using recovery scenery?
Limitations in QTP?
Among all the check points what is the most important checkpoint?