Answer Posted / sreeprasad
vbs file contains the user defined functions which are
reusable that can be used in our test or compnent according
to our requirement
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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
What is the difference between a Function and Action in QTP?
Is any limitation to xml checkpoints?
What do you mean by iteration?
How many ways we can parameterize data in quicktest professional (qtp)?
What is quicktest professional (qtp)?
Key word driven framework
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
What is debugging? How you debug your script?
explain keyword driven framework with banking domain?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
Sql questions to find second max salary and how to use joins
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
If I give some thousand tests to execute in two days what do you do?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..