dears, I have one question for QTP.If my software is
english and defined objects is english name. But, if my
software has support MUI, under this case that my objects
in the QTP can't work, because the QTP can't catch the
objects name. In this case, is anybody know how to solve
this problem? Thanks a lot.
Answer Posted / siva
You can try Extensibility
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
What are the different types of checkpoints?
What are the methods used in UFT to handle exceptions or run-time errors?
What is an expert view and keyword view?
can i compare two databases using QTP ?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Output values? i want a practical example
Give the syntax to import/export xls into qtp.
What is synchronization point in QTP?
I want to do QTP Certification what is the pattern of Question paper.
What is the keyword view and expert view in qtp?
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 use output values in qtp ?
Is it possible to call win runner script in qtp?
what is error and fault in terms of software quality?