What is difference between function and procedure?
Answer Posted / abhishek khare
1.Funcan can return a valur but not procedure
2.Function can accept only one parameter IN but procedure
can take IN or OUT or both parameters.
3.Procedure follows only linear execution but not function.
| Is This Answer Correct ? | 13 Yes | 36 No |
Post New Answer View All Answers
How can you give wait up to 10 seconds in qtp?
What is TOM in QTP?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
what is the difference between development and testing
can u explain relative path architecture framework in qtp?
How do you know the location Id of an object if you know its index id?
What is a programmatic description?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
What are the different types of functions available in qtp and explain ?
What is keyword driven framework?
What is the difference between the design-time and run-time data tables?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
If you are testing a web application then what will you test in that application?
Can any body please tell me the steps of keyword driven framework of QTP.