anyone can explain Diff B/w Actions and Functions
Answers were Sorted based on User's Feedback
1.Action is a thing specific to QTP while functions are a
generic thing which is a feature of VB Scripting.
2.Action have a object repository, Data table etc
associated with it while a function can't.
3.A function is just lines of code with some/none
parameters and a single return value while an action can
have more than one output parameters.
4.We can write a function in an Action...But in Function we
can't..
5. We can't call an Action in a function, But we can call a
function in an Action.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / aruna
we can pass values in functions ,but not in actions
functions are faster than actiions
| Is This Answer Correct ? | 3 Yes | 1 No |
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
WHICH PROCESS U FOLLOW IN COMPANY
How to compare 2 excel files using QTP? How to compare 2 PDF files using QTP?
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
how to use import and export sheet methods in qtp
Who uses qtp tool?
The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....
What are objects? how do you select the unknow object?
What is throw object?
You have an application version 1 with 5 combo boxes, Developers develop version 2. Here they replaced bottom 3 combo boxes with each other. While executing the Test script for version1 no errors. When we execute the Test script for version2 that QTP showing the error message "Object not identified" remember no property changed in version 2, ordinal identifier also disabled. Find what properties might change here in this scenario
There is an excel file of 1 to 100 sheets how you will iterate through it?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?