What is difference between function and procedure?
Answer Posted / rias
Function and procedure hv got their own use.
The following are the difference between function and
procedure..
1. Function can used with select/where clause , while
procedure can't
2.we can call a function from a procedure ,but it is not
possible to call a procedure from a function
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
How do Parameterization and Data-Driving relate to each other in QTP?
What is the standard timing delay for web based application in qtp?
How do you configure QTP AND Test director?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Key word driven framework
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
If created one virtual object? Next time I changed the window position will it work?
How to import a test case present in ".xls" file to TD under a Test set?
Is it possible to call win runner script in qtp?
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.
Object repositories types, which and when to use?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
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