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 Friends, Every one is posting the Answers for the existing questions.Try to post the questions that are asked in Recent Interviews.It will be useful to the other Job seekers.
for example u can take ebay or plifcart online shoping web application--------- write acode in vbscript in qtp---- search box and write (iphone6)and click on go button then opened diff prise iphones in next page but u can select 30,000 to 90,000 list pls write code?
2 Answers FFASVA, Genpact, Wipro,
how can i prepare for QTP(8.2) to face interview ? give over view details?
PLZ EXPLAIN HOW TO LAUNCHING QTP IN TEST DIRECTOR? Is it possible or not? If No Why we r using qtp Td Combination? plz explain briefly? What is the purpose of TD With QTP?
how can we write descriptive programming for menus when qtp is not able to identify it..and how can we write descriptive programming for partially identified and non standard objects..do i have to map the objects before writing the script
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
can we enable smart identification for test object
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know how to work with below. Browser is IE, for my site, it opens another page with different browser name, For example Parent Page is google.com and child page is inteview questions. How to work with this second page.
How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?