What is difference between function and procedure?
Answer Posted / rajesh trivedi
Function must returs a value, but procedure can return more
and not any value..
Fuction are used for check conditions, but procedures can
be use check condition as well as for the bussiness logic.
Is This Answer Correct ? | 25 Yes | 21 No |
Post New Answer View All Answers
What is post recovery scenario?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
What are the views available in quicktest professional (qtp)?
Output values? i want a practical example
How many add-ins comes by default with quicktest professional (qtp)?
Explain calling sub procedure.
Explain the new feature of UFT regarding the export of test results?
Does QTP record on Objects created on XWindows Environment?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
Hybrid framework supports Descriptive programming. Is it true?
what is actually contain test report? can anybody post the test report
what is error and fault in terms of software quality?
What is the syntax to call one script from another?
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 the diff between image and bitmap check point?