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
What are the different types of action?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Define Error Pane of UFT?
What is quicktest professional (qtp)?
Explain the Different types of QTP test assets and their extensions?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Is it possible to call from one action to another action in qtp?
How to use descriptive programming?
Where you are storing your script?
What is QTP’s model for test creation?
How to analyzing test results using quicktest professional (qtp)?
What is the difference between the design-time and run-time data tables?