Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


difference Between Call Run action and copy of action?

Answers were Sorted based on User's Feedback



difference Between Call Run action and copy of action?..

Answer / guest

Call Run Action: It calls the existing action from the
calling action. It calls the main action only. If we make
any changes to that called action it will affect all
other actions which called it.


Copy of Action: It creates the copy of existing action. It
is completely diffent from main action with its own Object
repository(in case of Per Action mode). If we change the
main Action it will not affect its Copy and vice versa

Is This Answer Correct ?    7 Yes 3 No

difference Between Call Run action and copy of action?..

Answer / ram.polavarapu

CALL RUN ACTION->We can not do any modifications in script
by calling the call run action

copy of action->we can do any modification in the script by
using call to copy of action

Is This Answer Correct ?    0 Yes 0 No

difference Between Call Run action and copy of action?..

Answer / durgeshwari.m

Call to Run/Existing Action -

We cannot make any changes , Its Read Only mode.

Call to Copy Action -

It is Read and Write Mode . We can make any changes in Script.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to check the URL using Automation tool QTP

2 Answers  


What are the Test design techniques you uses in ur project?

0 Answers   Accenture,


In QTP, Give the difference of Global sheet and Local sheet in datatable?

3 Answers  


What is the extension of qtp local repository?

0 Answers  


What is meant by Pseudo Code?

5 Answers   Satyam,


What does Reporter.Reortevent2 does?

2 Answers  


I have a Webedit object. some text is entered in that object I want to know the font sixe of that text.How could I do this using QTP? This is a requirement for me. I am happy if any one help on this

3 Answers   GE,


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

0 Answers  


Hai anyone please "Explain about Framework in QTP?"

6 Answers  


What is Parameterizing Tests?

1 Answers   Crea,


I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next

3 Answers  


How do you test DLL files using automation Tool QTP?

0 Answers   Qwest,


Categories