difference Between Call Run action and copy of action?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
what area in a web application cannot be automated.
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.
Is it possible to switch between recording modes during a test creation?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
For what purpose to we use object repository in a application?also explain usage of obj.repository?
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100