difference Between Call Run action and copy of action?
Answer / sreeprasad
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 ? | 0 Yes | 1 No |
Explain the features and benefits of quick test pro(qtp)?
What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance
How to get data from excel sheet to the script? write the script.
Explain types of exception handling and script for that?
What is QTP Frame Work ,and i want it in detail
Explain how qtp identifies objects?
How can we translate the steps between the Keyword and Expert Views?
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
How to import the Test Results in QTP to an Excel sheet
How do u fetch data from a database ?
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?