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 |
Out of 3 recording modes. 1.Standard 2.Analog 3.Low-level, which one is commonly used. As per my knowledge, Analog is used for Graphs , barcoding or DIgital signatures.
how do we add a new sheet to data table in QTP?
diff between qtp versions from 8.5
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.
what skills needed to be good test automation?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
explian about the qtp frame work? where u can use it in your project?
Describe function procedure in vbscript.
How we can differentiate between stand alone application and web application in QTP?
How to make arguments optional in a function?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
1.IF SOME OBJECT IN APPLICATION IS NOT IDENTIFIED BY QTP? HOW WILL YOU OVERCOME THIS? 2. WHEN AND WHYDO U GO FOR DESCRIPTIVE PROGRAMMING? 3. WHAT IS THE DIFFERENCE BETWEEN VB AND VBA? 4.WHAT ARE THE REGULAR EXPRESSIONS YOU USED? 5.IF ANY REQUIREMENT IS ADDED IN YOUR PROJECT, HOW WILL YOU PROCEED TO DERIVE THE TEST CASES AND HOW WILL YOU PERFORM AUTOMATION FOR IT?