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 / kotike
Go for descriptive programming.Take the unique property of
that object other than name property.then instruct qtp to
perform operation on that object .I think it will work.
Regards,
mahi.kotike@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What is the use of an object spy tool in qtp?
What are the advantages of qtp?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
What is TOM 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
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How many ways we can parameterize data in quicktest professional?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How to use actions in qtp ?
when u script reveiwing in which area u more concentrates?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What are the types of properties that quick test learns while recording?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)