what is the diff between Procedure and function
Answers were Sorted based on User's Feedback
Answer / nath .t
Procedure doesn't return any value.
Function return only one value.
| Is This Answer Correct ? | 5 Yes | 1 No |
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 |
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 |
what is the difference between image and bitmap check point
suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to validate that link how do u do this?(wipro)
how to write vbscript on web applications in qtp. explian with one example?
What are the different kinds of test steps?
What is the difference between per-action and shared?
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
What is the use of sendkeys and what are send keys
What does VBS file contain...??? what is VBS file.. ???
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
What environment does qtp run in?
In where you are keeping or maintaining shared object repository (file)in your appliction?
Hi Guys, here I am posting one question. Wen u r working with Notepad. If it is not responding in the middle of TEst...what u will do.