QTP Question - Actions

When you have a single action and split into multiple action within a test they become new independent actions. The question is will these actions stay with test or can they be moved or just copied to another tests???

Questions by Regressionista

Showing Answers 1 - 6 of 6 Answers

priyach

  • Nov 4th, 2011
 

This action will be in TEST only, however you can copy to other Test using Inset->Action->Call to copy Action.

  Was this answer useful?  Yes

Hi ,
Actions :Actions is a set of one or more script statements to perform a specific task.
we have Three type pf actions
1--> Non-Reusable Actions
2--> Reusable Actions
3--> External Actions
we are inserting existing actions in two ways
1--> insert call to copy of Action
2-->insert call to Existing Action

we need to create Action Template for Every Script b4 v r going to write it with the Extension of .mst
with exact name only we can use Action Template.mst in the qtp installed folder called"dat"

  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