how to capture (or) checkpoint for chineese or any other
language except english using QTP in a web page. ( my
application have 24 language, how to check those lanugages
using QTP? is it possible). Please let me know
Answers were Sorted based on User's Feedback
Answer / ycy
unicode compatibillty means qtp supports many langaluages
without any extra addins.its lik it will support japanies
chines,korieans..etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rohit pathak
Just add UTF - 8 code plugin to your browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
types of output value in details.
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
How the smart identification is used in real time?Please explain with an example
How many ways we can parameterize data in quicktest professional?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
what is the difference between built-i function and In-built function?
Explain different type of event trigger option.
Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me
What is the expert view?
Hi, I Would Like to Know which is the Best QTP Certification Training Institute in Hyd? Thanks in Advance kishan
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?