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 do you compare the structure of 2 tables in database and check whether they are similar using qtp.
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Explain advantages and disadvantages of ddf?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
can u please explain what is the exact difference between qtp8.2 and 9.0
What is the difference between the keyword view and expert view?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
what r the main attributes of test automation?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How can get count of list box?
what is meant by Implicit and explicit requirements?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Through array we can execute the testcase how ? give me example
What is Cross browser testing? Does UFT support 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