Answer Posted / chandu
Actions are used to divide scripts into logically related
groups of QTP Statements . They are similar to functions but
with a few differences
Action are unique to QTP , While functions are supported by
both VB script and QTP.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
There is an excel file of 1 to 100 sheets how you will iterate through it?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
How does quicktest professional (qtp) identifies the object in the application?
What is optional step in qtp? How you can add optional step in qtp?
What are the advantages of Object Repository?
what is object and child object.. explain ..if possible give some example for better understanding ..
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
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How to write business scripts using object repository with different scenarios
What is the syntax to call one script from another?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
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