0% found this document useful (0 votes)
37 views1 page

Actions

This document compares calling an action to copy versus calling an existing action in HP QuickTest Professional (QTP). Calling to copy allows read and write access so the called action can be modified without affecting the original, while calling existing is read-only so any changes to the called action will impact the caller. Both options allow calling reusable and non-reusable actions, with the key difference being whether changes persist to the original action.

Uploaded by

harikaparimala06
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

Actions

This document compares calling an action to copy versus calling an existing action in HP QuickTest Professional (QTP). Calling to copy allows read and write access so the called action can be modified without affecting the original, while calling existing is read-only so any changes to the called action will impact the caller. Both options allow calling reusable and non-reusable actions, with the key difference being whether changes persist to the original action.

Uploaded by

harikaparimala06
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Call To Copy

1) This Action Is Read & Write Mode ( You Can Make Changes To This Action )

Call To Existing
1) This Action Is Read Only Mode ( You Can Not Make Changes To This Action )

2) You Can Call Both Reusable Actions and Non Reusable Actions.

2) You Can Call Reusable Actions Only

3) After Call to Copy If You Make Any Changes in Called Action That Changes are Not Effected to Already Calling Action.

3) After Call to Existing If You Make Any Changes in Called Action That Changes are Effected to Already Calling Action.

Note : 1) QTP Program is allowed to Create Maximum of 255 Actions in Each Test. 2) Every Action Is Having Individual Repository ( Per Action Repository). 3) You Can Use Repository Manager as Shared Repository For all Actions in a Test.

You might also like