What is difference between function and procedure?
Answer Posted / priya.
Procedures v/s functions.
1.A function MUST return a value. A procedure can also
return value, but it is NOT MANDATORY for Procedure to
return a value.
2.A function can return only ONE value. A procedure can
return MULTIPLE values.
3.A function can be used with SELECT statements as like as
other in-build functions. But, a procedure cannot be used
with SELECT statements.
4.A function cannot be executed directly from SQL prompt
using EXEC command, but it is possible to execute directly
from SQL prompt using EXEC command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Dis advantages of XML checkpoint ?
What is the expert view?
Is it possible to merge two object repository files in qtp?
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
Explain measuring transaction.
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Why bpt?
What are output values and why they are used ?
What is the XML file architecture ?
Explain how qtp identifies objects?
What is the difference between run time object and test object?
How can I use Call dlls in QTP ?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
If I change the property value at runtime is it effect is object repository?