In an interview, what r the general questions asked in QTP?
pls give me anwser to this question?
No Answer is Posted For this Question
Be the First to Post Answer
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
Using Object Repository is a advantage or disadvantage?
Is there any thing that we can replace recovery scenario manager in QTP.
How to check feasibility of the appliction?in automation testing?
Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
wt is automation framework? give explonation?
How do you delete unwanted results in qtp?
what is the qtp objects?
How to Import data from a ".xls" file to Data table during Runtime.
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!