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
Answer Posted / rohit pathak
Just add UTF - 8 code plugin to your browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what kind of frame work you used in your last project?
Name the different types of recording modes?
How to attach a file to TD?
Key word driven framework
What is quicktest professional (qtp window?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
how to disable the pop ups through QTP using a script
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to create a standard checkpoint ?
Hoe can we do retesting using functions please give the code for it using login page
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
Why is Client side image is preferred over server side image?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?