How many types of Actions are there in QTP?

Showing Answers 1 - 13 of 13 Answers

Saraswathy

  • Sep 6th, 2005
 

Types of Action: 
 
1. reusable 
2.non-reusable 
3.nested  
4.split

  Was this answer useful?  Yes

Mercy & Saraswathy

  • Sep 6th, 2005
 

 
 
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. 

praveena

  • Sep 17th, 2005
 

QTP structured by actions.actions are subprocedures which perform certain actions on application under test.

there are 2 types of actions

regular actions(non reusable actions)

reusable actions

regular actions:regular actions are used only in the script in which they were genarated.and only once.regular actions are like winrunner script.

reusable actions:actions that can be called by other actions.either(regular or reusable).

we have two types of reusable actions

external reusable actions

internal reusable actions

external reusable actions:these actions were created in  another test as internal actions .and called by the given test.

internal reusable actions:these actions were created and used in the given test with in the local scope.

  Was this answer useful?  Yes

narayanreddy

  • Nov 17th, 2005
 

In qtp 3 types of action r there 1)re-usable2)no-reusable3)Nested

  Was this answer useful?  Yes

sreekanth chilam

  • May 1st, 2007
 

In QTP, there  are :  
1. Re-usable actions 
2. Non-reusable (local) actions 
3. External actions (Reusable action called in other  test becomes External (readonly))
4. Nested actions

  Was this answer useful?  Yes

There are three kinds of actions:

1) 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. 

2)  Non-reusable action
An action that can be called only in the test with which it is stored, and can be called only once.

3) 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.

  Was this answer useful?  Yes

There are three kinds of actions in QTP:


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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions