What is the exact difference bet function and action in QTP
Anybody can explain it in detail..Thanks in advance..
Answer Posted / arun
the difference between action and function is
action has object repository.
function doesnot have object repository.
we can edit copy of actions.it may not effect on main action
we cannot edit the copy of function. it my effect on main
function.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
how will you load the test cases in ddt?
Discuss quicktest professional (qtp) environment?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What are the different types of recording modes in qtp? Which will be used when?
Hi,All How to create a link in excel sheet using qtp
In qtp, how you can remove the spaces from string?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What are the views available in quicktest professional?
Define Canvas view of UFT?
For which type of projects the iterative model is not suitable?
What are the types of object repositories? Which one is you using?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What is QTP and the use of QTP in TD?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?