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 |
What u say as experience(Interview) "TELL ME ABOUT UR SELf"? As a Fresher(interview) What u Say?
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
How to add a runtime parameter to a data sheet?
How do you test siebel application using qtp?
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
What is the current version of QTP?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.