What is the difference between "Call to copy of action",
"Call to existing action" & "Call to winrunner action"?
Answers were Sorted based on User's Feedback
Answer / sateesh
In qtp we have three types of actions.
1.call to copy action
2.call to existing action
3.call to new action
call to copy action:
we can call this action in new script and we can modify,but
it does not effect on old script.
call to existing action:
wecan call, but we can not modify
call to new action:
means we are writting in new action
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / manoj
Call to copy Action is used to call both reusable and non-reusable actions. But Call to existing Action is used only to call reusable actions. The action and datasheet is editable in Call to copy action but not editable in case of call to existing action. Call to winrunner action is used to call winRunner.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raju
Call to copy of action:- If at all we need to modified
Parent action it doesn't reflected into the child actions
and also we edit the action scripts. this is look like
Zerox Copy for example....
Call to Existing action: - If at all we need to modified
parent action it will reflected into the child actioins.
and also we doesn't edit the action scripts. this is look
like mirror for example...
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / nilanjan saha
Hi all,
copy of action: 1)We can copy both the reusable or
non-reusable action.
2)We can modify the called test, which will not affect the
main test and vice-versa.
Existing Action :1)we can call only reusable actions
(externally).
2)The called reusable action is read-only.
3) you can not modify any script in the latest test.
4)If you modify main test, it will update the newly
generated test.
Regards,
nilanjan
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / niraj kumar pandey
call between call to winrunner to accept
| Is This Answer Correct ? | 1 Yes | 8 No |
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
Define Error Pane of UFT?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
Explain the types of object repositorys in qtp?
what is difference between normal mode and fast mode?
how can i replace any text from the qtp script with some anothere text
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
how can we do the frame work in qtp
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How many types of recording facility are available in QTP?
how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance
What is repository parameters in QTP?how will we define that????what is unmapped & mapped repository parameters????????