How many types of Actions are there in QTP?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
There are three kinds of actions:
non-reusable action?an action that can be called only in
the test with which it is stored, and can be called only
once.
reusable action?an action that can be called multiple times
by the test with which it is stored (the local test) as
well as by other tests.
external action?a reusable action stored with another test.
External actions are read-only in the calling test, but you
can choose to use a local, editable copy of the Data Table
information for the external action.
Is This Answer Correct ? | 58 Yes | 2 No |
Answer / ramarao
Three types of actions are there :
1.reuabale action.
2.non reusbale action.
3.external action
default one is the non resubale action.
Is This Answer Correct ? | 31 Yes | 7 No |
Answer / prathima kethireddy
There are totally 3 three types of Actions:
1) Non-reusable Action: The action which can't be called by
any other test apart from the one in which it is created.
2) Reusable Action: An action which can be called by any
number of tests
3) External Action: This is a reusable action, which can't
be modified in any other test. It can be just called and
used...
Is This Answer Correct ? | 24 Yes | 2 No |
Answer / venkatesh andhavarapu
There are 3types of Actions in QTP.
1. Reusable Action.
2.Non-Reusable Action.
3.External Action.
i) Nested Actions, Independent Actions comes under Split an Action.
ii) Nested Actions some times act as Reusable Actions & some times as Non-Reusable Actions. Thus Nested Action comes under Reusable or Non-Reusable Actions.
iii) Independent Actions can always be used as Reusable Actions (if Reusable is ticked in the properties box). Thus Independent Action also comes under Reusable Actions.
iv) Both Reusable & Non-Reusable Actions are called as Internal Actions.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vijaya
There are 6 types of Actions in QTP..
1.Reusable Action
2.Non-Reusable Action
3.Nested Action
4.Independent Action
5.External Action
6.Internal Action
Is This Answer Correct ? | 5 Yes | 14 No |
Answer / kumar
I believe there are only 2 types of action
1) Non reusable action
2) Reusable action
Any reusable action can be called from another test
Is This Answer Correct ? | 10 Yes | 30 No |
Where we can use the analog mode and where we can use the low – level mode?
when do we write a script in qtp?(plz give me more then 2 reasons)
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Which Databases supports for QTP?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Can we do server automation by QTP? If you have any helpful links ,pls post it. Thanks Uma
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
Is it possible to convert QTP scripts to Silk scripts?