What is difference between function and procedure?
Answer Posted / santhosh kandula
1.Function can return a value but procedure may or may not.
2.function can take input valuesand return the result where
as procedure can take the input and output values and
doesn't return any value, it will store the result.
3.We can perform transactional operations on fuctions like
insert,update,etc,... where as in procedure we just call
the with the procedure name.
4.Through procedures we store images where as through
fuctins it's not possible
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Explain the checkpoint in qtp?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
How to suppress warnings from the test results page?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Differences between quicktest professional (qtp) and winrunner?
how to post xml data from QTP scripts to any application?
Can anybody post some real time scenario in qtp? please its very urgent.
what is stepin & stepout?
For which type of projects the iterative model is not suitable?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
any body can you help me what is the script to automate an comand promt
what are all the fileds present in object repository?
What is action split and the purpose of using this in qtp?