Answer Posted / venkatraj.b
XML check point max limitation is 1.4MB, that QTP 6.5 can
handle.
if it is wrong, send me correct answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the types of properties that quick test learns while recording?
What is CMMP and CMMH?
can any body give the banking domain concepts/links
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What are the differences between quicktest professional (qtp) and winrunner?
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
Explain the views in the QTP GUI?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
How to use output values in qtp ?
what is description object?
Explain the concept of object repository & how qtp recognizes objects?
How to use actions in qtp ?
Hi All, How to get repeated word in string . Thanks Balaji