What is the exact difference bet function and action in QTP
Anybody can explain it in detail..Thanks in advance..
Answer Posted / nagk24
Actions and functions both purpose is reusable but there is some technical differences 1.e
1)function can't return multiple values bur action does
2)functions are can use in vb script and qtp but acton only available in qtp
3)functions dint have a object repository concept,bur actions have
4)functions supports backward compatable,bur actions are not
5)action has check point conncept,but functions doesn't
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is different command used in command Prompt while using QTP?
How to test results for qtp ?
How to break the object spy ?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
In qtp, explain what is keyword driven automation framework?
How will you test a stapler?
How to interact tool & application build in QTP?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What are the flaws in water fall model and how to overcome it?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Which environments does qtp support?
What is checkpoints for quicktest professional?
Explain about Test Fusion Report of QTP?
how can i pass a "cript"as a parameter in to a function