What is difference between function and procedure?
Answer Posted / babu
1.Function always return a single value but procedure may
return more than one value.
2.We can use functions in select statement but we can not
use procedure in select statement.
3.There is possible of recurssive functionlike max(min
(something)),but there is nothing like in procedure.
4.In function we use a return keyword but in procedure no
return keyword is used.
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
How can you identify the browser and its information using the qtp script?
Diff b/w Health care domain and Banking Domain?
When should I use smart identification?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Can we create user defined functions in qtp?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How to create a standard checkpoint ?
If created one virtual object? Next time I changed the window position will it work?
What are the major/ important methods, functions in QTP we use realtime testing
why text area checkpoints cannot used for web applications
explain abt dyanamic changing object with example?
Is any limitation to xml checkpoints?
what is the advantages and disadvantages of using functions instead of re usable actions