What is difference between function and procedure?
Answer Posted / rohan
1)FUNCTION doesn't have wait statement WHERE PROCEDURE may
have wait statement..!
2)IN FUNCTION all parameters are Mode "IN" WHERE PROCEDURE
MODE may be IN,OUT,INOUT.
3)Generalize form of an expression (FUNCTION)
PROCEDURE-Generalize Form of Statsment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does qtp identify objects in the application?
Differentiate the type of test cases which can be automated and which cannot be automated?
Hybrid framework supports Descriptive programming. Is it true?
Tell some commonly used Excel VBA functions?
What are the different types of recording modes?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
What is keyword view?
Dis advantages of XML checkpoint ?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
What is the process of synchronizing qtp and aut?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
How to use conditional loops in qtp ?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
What is 'sleep' in sync point?