Will QTP Support Japanese Language?

Answer Posted / bhaskar

Whenever we want 2 test the Localization Testing.
QTP support Japanese and English languages.
But when u instal QTP.
U will select the Languages Option
Is it correct?

Is This Answer Correct ?    5 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use index on view?

1601


what is run action?

1435


In qtp, how you can use xpath to identify objects?

616


How is test case write?

576


Explain different checkpoints in qtp.

723






What is the use of Debug Viewer?

1488


Can we write winrunner language i.e TSL in QTP tool?

1474


What Folder Structure following in Keyword Driven Frame work?

2287


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2573


How to use parameterization in qtp?

623


How is recording done when a application is over lapping the QTP application it gives a message object not recorded

1573


What are the trigger events in qtp?

573


Generic function to search for the unique link in webtable and click on it

2487


what type of run time errors you get while you ar edoing rpg program?

1513


How to give a call to another action from one action?

629