I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, as i'm not in a possition to afford any 'Fee' to join in any institutions. Hence, if possible, kinldy mail PDF file to my mail-ID: chakri_avala@yahoo.co.in Regards, Chakradhar Yadav.
95 87307Post New Logistics QTP Interview Questions
What are all the different normalization?
I am trying to get the percentage of two cells by dividing one cell into the other. Some of the time both cells might have a zero in each. Therefore the div?
Name the tables used for storing the event linkages ?
What is bias – variance tradeoff?
Explain slot in Hadoop Map-Reduce v1?
How do you copy a row in word?
What is the difference between information modeler and information composer?
Mention what are the responsibilities of a property or casualty actuary?
How do you reset outlook view?
How to get the first 100 rows from the flat file into the target?
Outline credit management in sap? : fi- accounts receivable
Define pre-condition and post-condition to a member function in c++?
How do I change columns to rows in word?
What is the difference between angularjs and angular 2?
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