what is the diff between Procedure and function

Answers were Sorted based on User's Feedback



what is the diff between Procedure and function..

Answer / nath .t

Procedure doesn't return any value.
Function return only one value.

Is This Answer Correct ?    5 Yes 1 No

what is the diff between Procedure and function..

Answer / denish

procedures may are may not return the value,
function must return the value,
procedurs and function can call other functions, but
it doesn't call procedures

Is This Answer Correct ?    1 Yes 1 No

what is the diff between Procedure and function..

Answer / jigs

Procedure return more than one values.
function return only one value.

procedure is a complied code stored in database
function are called at compile time.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More QTP Interview Questions

how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?

0 Answers  


How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?

2 Answers   TCS,


Hi,will U Please Provide me details certification for QTP &QC and also please provide me the Material also. Send to mail:jjaanu2mail@gmail.com

0 Answers  


Hi cud you plz answer my question.. what is the size of Object Repository?

8 Answers   TCS,


If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?

1 Answers   Crea,






Hi, How Accessibility checkpoint in QTP can be implemented in the test script?

0 Answers  


how to calculate no. of repeating characters in a a string..please give me the code

14 Answers   CTS, Hexaware,


Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!

4 Answers   CTS,


How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?

0 Answers  


How to write test cases for web applications using QTP.plz write a sample test case to show how to write.urgently needed.thanks in advance..

4 Answers   IBM,


How to handle the exceptions using recovery scenario manager in QTP?

1 Answers   Crea,


how to display message with out using msgbox function?

5 Answers   AppLabs,


Categories