How did u write macros?What is the main importance of
VB macros in testing environment?
Answer Posted / sreeprasad
A macro is a series of commands that any tool or application
(VB, Editors, Textpad etc) executes automatically. You
create a macro by recording it or writing it yourself. When
you "play back" or run a macro, it repeats the actions you
performed while the Macro recorder was on.
In testing before running actually the scripts or manual
runs, we need to do some initial activities, opening the
QTP/any tool, selecting tests, sheduling them, running
them. All these activities we can record thru macro's and
can run them, to reduce mnual efort and realibility.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a recovery scenario?
How many types of recording modes in the qtp?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is the use of text output value in quicktest professional?
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
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Explain about business process component? types and usage?
Suppose I want fail that check point? How can you do that?
What are the types of object repositories? Which one is you are using?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How to delete an object from the object repository?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..