What is the exact difference bet function and action in QTP
Anybody can explain it in detail..Thanks in advance..
Answer Posted / vijay
Actions can Return mutiple values, where as function will
return one value
Check points insertion wont be possible in functions where
it can be possible in Actions .
functions can be called outside the tool , where as Actios
are called only within QTP
scripts written in higher version of qtp wont be compatable
with Actions , where as functions since they are not QTP
related can be work in any version
functions can be even written in notepad , wiht .vbs file
name
ex :
Public Function F1
msgbox(" I am function")
end function
call F1
run the code in notepad and verify
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
In qtp, how you can remove the spaces from string?
Tell some commonly used Excel VBA functions?
How to run a test using quicktest professional?
Explain how Selenium is different from UFT?
How to interact tool & application build in QTP?
What is the quicktest professional testing process?
What is method name to compare two XML files.
What are the Test design techniques you uses in ur project?
Explain about datafile/verification of date file when file is not available in local system?
What is the difference between run time object and test object?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
How do client side image and server side image work?
How you can make an action as re-usable action?